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