Cisco-training

Insoft Services is een van de weinige aanbieders van opleidingen in EMEAR tot een volledige reeks van Cisco-certificering en gespecialiseerde technische opleiding aan te bieden.

Lees meer

Cisco-certificering

Ervaar een blended learning-aanpak die het beste van door een instructeur geleide training en e-learning in eigen tempo combineert om u te helpen zich voor te bereiden op uw certificeringsexamen.

Lees meer

Cisco Learning Credits

Cisco Learning Credits (CLCs) zijn prepaid trainingsvouchers die rechtstreeks bij Cisco worden ingewisseld en die het plannen van uw succes eenvoudiger maken bij de aankoop van Cisco-producten en -services.

Lees meer

Cisco Continuing Education

Het Cisco Continuing Education Program biedt alle actieve certificeringshouders flexibele opties om opnieuw te certificeren door een verscheidenheid aan in aanmerking komende trainingsitems te voltooien.

Lees meer

Cisco Digital Learning

Gecertificeerde medewerkers zijn GEWAARDEERDE activa. Verken de officiële Digital Learning Library van Cisco om uzelf te informeren via opgenomen sessies.

Lees meer

Cisco Business Enablement

Het Cisco Business Enablement Partner Program richt zich op het aanscherpen van de zakelijke vaardigheden van Cisco Channel Partners en klanten.

Lees meer

Cisco trainingscatalogus

Het Cisco Business Enablement Partner Program richt zich op het aanscherpen van de zakelijke vaardigheden van Cisco Channel Partners en klanten.

Lees meer

Fortinet-certificering

Het Fortinet Network Security Expert (NSE) -programma is een training- en certificeringsprogramma op acht niveaus om ingenieurs van hun netwerkbeveiliging te leren voor Fortinet FW-vaardigheden en -ervaring.

Technische trainingen

Fortinet-training

Insoft is erkend als Fortinet Authorized Training Center op geselecteerde locaties in EMEA.

Lees meer

Fortinet trainingscatalogus

Bekijk de volledige Fortinet trainingscatalogus. Het programma omvat een breed scala aan cursussen in eigen tempo en onder leiding van een instructeur.

Lees meer

ATC Status

Bekijk onze ATC-status in geselecteerde landen in Europa.

Lees meer

Fortinet Professionele Services

Wereldwijd erkend team van gecertificeerde experts helpt u een soepelere overgang te maken met onze vooraf gedefinieerde consultancy-, installatie- en migratiepakketten voor een breed scala aan Fortinet-producten.

Lees meer

Microsoft-training

Insoft Services biedt Microsoft-trainingen in EMEAR. We bieden technische trainingen en certificeringscursussen van Microsoft aan die worden geleid door instructeurs van wereldklasse.

Technische cursussen

Extreme-training

Find all the Extreme Networks online and instructor led class room based calendar here.

Technische cursussen

Technische-certificering

We provide comprehensive curriculum of technical competency skills on the certification accomplishment.

Lees meer

Extreme trainingscatalogus

Leer uitzonderlijke kennis en vaardigheden van Extreme Networks

Lees meer

ATP accreditatie

Als geautoriseerde trainingspartner (ATP) zorgt Insoft Services ervoor dat u de hoogste onderwijsnormen krijgt die beschikbaar zijn.

Lees meer

Services Oplossingen

Wij bieden innovatieve en geavanceerde ondersteuning bij het ontwerpen, implementeren en optimaliseren van IT-oplossingen.Ons klantenbestand omvat enkele van de grootste Telco's ter wereld.

Oplossingen

Wereldwijd erkend team van gecertificeerde experts helpt u een soepelere overgang te maken met onze vooraf gedefinieerde consultancy-, installatie- en migratiepakketten voor een breed scala aan Fortinet-producten.

Over ons

Insoft biedt geautoriseerde trainings- en consultancydiensten voor geselecteerde IP-leveranciers. Ontdek hoe we een revolutie teweegbrengen in de industrie.

Lees meer
  • +31 71 799 6230
  • Beginning ASP.NET

    Duration
    3 Dagen
    Delivery
    (Online and onsite)
    Price
    Price Upon Request
    The Beginning ASP.NET course is a three-day instructor-led training that provides you with the skills to building robust web applications with ASP.NET Core MVC (that makes use of the Model-View-Controller Architecture). In today's age, it's important for a developer to possess the ability to separate the programming and business logic. This ASP.NET Core 2 course helps in imparting this ability to a developer. In this course, you will learn how to build cross-platform applications, this course will take you through the implementation of the core architecture of model, view, and controller. And build your own shopping cart in an iterative fashion and gain all the skills to develop real-world applications with ASP.NET Core 2.   See other Microsoft courses

    Lesson 1: Setting the Stage

    • Introduction to Web Applications
    • Creating ASP.NET Core application

    Lesson 2: Controllers

    • Role of the Controller in ASP.NET MVC Applications
    • Introduction to Routing
    • Our First Controller
    • Implementing our own IActionResult
    • Adding Views
    • Adding Models
    • Passing Data from the Controller to the View
    • Filters
    • Writing a Custom Filter

    Lesson 3: Views

    • The View Engine and the Razor View Engine
    • Working with Layout
    • Generating HTML
    • Partial View
    • View Components
    • Tag Helpers

    Lesson 4: Models

    • Introduction to Models
    • Model Binding
    • The Entity Framework
    • Using the Entity Framework in ASP.NET MVC applications
    • Database Migration

    Lesson 5: Validation

    • Introduction to Validation
    • Client-Side and Server-Side Validation
    • Server-side Validation
    • Client-side Validation
    • Implementation

    Lesson 6: Routing

    • Convention-Based Routing
    • Attribute-Based Routing
    • Route Attribute at the Controller Level
    • Passing Routing Values in HTTP Action Verbs in the Controller
    • Route Constraints

    Lesson 7: Rest Buy

    • Designing Rest Buy
    • Creating the Entities for the Application
    • Creating EF Context and Migrations

    Lesson 8: Adding Features, Testing, and Deployment

    • Adding the Registration Feature
    • Creating a Unit Test
    • Upgrading Our Application to Bootstrap 4
    • Deploying Rest Buy to Azure

    This course is aimed at web developers who want to build web applications using ASP.NET Core or developers who want to make a career building web applications using Microsoft technology.

    Hardware:

    For successful completion of this course, students will require computer systems with the following:

    • Processor: Pentium 4 (or equivalent)
    • Memory: 2 GB RAM
    • Hard disk: 10 GB
    • Operating System: Windows (8 or higher)
    • Projector
    • Internet connection

     

    Software:

    The Beginning ASP.NET course is a three-day instructor-led training that provides you with the skills to building robust web applications with ASP.NET Core MVC (that makes use of the Model-View-Controller Architecture). In today's age, it's important for a developer to possess the ability to separate the programming and business logic. This ASP.NET Core 2 course helps in imparting this ability to a developer. In this course, you will learn how to build cross-platform applications, this course will take you through the implementation of the core architecture of model, view, and controller. And build your own shopping cart in an iterative fashion and gain all the skills to develop real-world applications with ASP.NET Core 2.   See other Microsoft courses

    Lesson 1: Setting the Stage

    • Introduction to Web Applications
    • Creating ASP.NET Core application

    Lesson 2: Controllers

    • Role of the Controller in ASP.NET MVC Applications
    • Introduction to Routing
    • Our First Controller
    • Implementing our own IActionResult
    • Adding Views
    • Adding Models
    • Passing Data from the Controller to the View
    • Filters
    • Writing a Custom Filter

    Lesson 3: Views

    • The View Engine and the Razor View Engine
    • Working with Layout
    • Generating HTML
    • Partial View
    • View Components
    • Tag Helpers

    Lesson 4: Models

    • Introduction to Models
    • Model Binding
    • The Entity Framework
    • Using the Entity Framework in ASP.NET MVC applications
    • Database Migration

    Lesson 5: Validation

    • Introduction to Validation
    • Client-Side and Server-Side Validation
    • Server-side Validation
    • Client-side Validation
    • Implementation

    Lesson 6: Routing

    • Convention-Based Routing
    • Attribute-Based Routing
    • Route Attribute at the Controller Level
    • Passing Routing Values in HTTP Action Verbs in the Controller
    • Route Constraints

    Lesson 7: Rest Buy

    • Designing Rest Buy
    • Creating the Entities for the Application
    • Creating EF Context and Migrations

    Lesson 8: Adding Features, Testing, and Deployment

    • Adding the Registration Feature
    • Creating a Unit Test
    • Upgrading Our Application to Bootstrap 4
    • Deploying Rest Buy to Azure

    This course is aimed at web developers who want to build web applications using ASP.NET Core or developers who want to make a career building web applications using Microsoft technology.

    Hardware:

    For successful completion of this course, students will require computer systems with the following:

    • Processor: Pentium 4 (or equivalent)
    • Memory: 2 GB RAM
    • Hard disk: 10 GB
    • Operating System: Windows (8 or higher)
    • Projector
    • Internet connection

     

    Software:

      Datum op aanvraag

    Follow Up Courses

    Filter
    • 3 Dagen
      Datum op aanvraag
      Price on Request
      Book Now
    • 1 Dag
      Datum op aanvraag
      Price on Request
      Book Now
    • 5 Dagen
      Datum op aanvraag
      Price on Request
      Book Now
    • 4 Dagen
      Datum op aanvraag
      Price on Request
      Book Now
    • 4 Dagen
      Datum op aanvraag
      Price on Request
      Book Now
    • 5 Dagen
      Datum op aanvraag
      Price on Request
      Book Now
    • 5 Dagen
      Datum op aanvraag
      Price on Request
      Book Now
    • 1 Dag
      Datum op aanvraag
      Price on Request
      Book Now
    • 1 Dag
      Datum op aanvraag
      Price on Request
      Book Now
    • 2 Dagen
      Datum op aanvraag
      Price on Request
      Book Now

    Know someone who´d be interested in this course?
    Let them know...

    Use the hashtag #InsoftLearning to talk about this course and find students like you on social media.