Friday, September 26, 2014

ASP.Net MVC Training Table Of Contents

Please get the installation completed of the following tools on your machine
  • Visual Studio 2012 or 2013
  • SQL Server 2012 (for developing database driven applications)

Following are the contents of training we will cover
  • 1       .NET Framework Overview
       We will read a book and will have a training session over Microsoft .NET Framework Application Development Foundation which covered most of the .Net Framework concepts as follow
o   .NET, CLR, MSIL/JIT, Assemblies, CTS, .NET languages            
o   Data Types, Operators, Expressions, Statements, Console I/O, if / switch / case, Loops, Arrays, Methods
o   Creating and Using Objects, Exceptions, Strings, Generics, Collections, Attributes
o   OOP Concepts such as Defining Classes, Constructors, Properties, Events, Interfaces, Inheritance, Polymorphism
  • 2      Introduction to ASP.Net MVC
The MVC Pattern
o   Model, View, Controller
o   The MVC Pattern for Web and Examples
ASP.NET MVC
o   Comparison with ASP.NET Form
o   ASP.NET MVC Advantages
Creating ASP.NET MVC Project
  • 3       Introduction to ASP.Net MVC Advance Topics
ASP.NET MVC Bundling
o   JQuery and JavaScript
ASP.NET MVC Routing
o   Route constraints
Controllers and Actions
o   Action results and filters
Razor Views
o   Layout and sections
o   Helpers
o   Partial views
Areas

Firstly, we are going to start .Net Framework Fundamentals which will cover most of the basic concepts of .Net framework and then we will start over ASP.Net MVC (Pro ASP.NET MVC 4).

Building Applications with ASP.Net MVC 4:

No comments:

Post a Comment

Popular Posts