Programming in ASP.NET MVC 4 Training Course

Node ID: 11991
 

Duration

21 hours
 

Requirements

Knowledge of the basic phrases of software development.

Highly recommended to participate in the training Programming in C# 5.0 with Visual Studio 2012.

 

Public Course Dates

Can't find a course date that suits your needs below?
Then just submit a public course date request now!
And we will organize the training at a location and date to suit you.
Request Public Course Date >>
 

Overview

Target group:

Technical Team Leader, Software Developer

Learning objective:

The purpose of training is to acquire the ability to develop business internet applications in ASP.NET MVC 4 technology and in C # language.

During the course, students become familiar with the MSDN resources and tools to support the development process, such as Microsoft Visual Studio.

 

Course Outline

  1. IDE
    • Introduction to Visual Studio 2012
    • First program - Hello ASP.NET MVC World !
    • Compilation, Debugging, Publish
  1. Microsoft .NET
    • What is .NET?
    • CLR and Garbage Collector
    • DLL vs. EXE?
    • Technologies within .NET
  1. Foundations of ASP.NET MVC
    • ASP.NET History
    • MVC design pattern - description
    • MVC vs. Web Forms
    • Differences between MVC 1.0, 2.0, 3.0, 4.0
  1. In and Out
    • ASP.NET MVC project structure
    • Resources
    • URLs and Routing
    • Controller, Action, View
    • Filters
    • POST and GET methods
    • Data Forms
  1. Data Flow
    • Data modelling in ASP.NET MVC
    • Access to databases
    • LINQ
    • Entity Framework
    • CRUD operations
    • Data Validation
    • WCF – short introduction to SOA
  1. Advanced topics
    • IoC (Inverse of Control)
    • Asynchronous and parallel operations
    • Unity 2
  1. Complete Business Application - Real World Application
    • Development of System Architecture in groups based on the specified Business Case
    • Data modelling
    • Implementation
    • Application testing