
In this lesson we will create a simple MVC 5 project using the VS template and while doing so we will understand the project structure , we will also go through concepts of controller , model and view. We will also try to understand why Webform is so different than MVC.
In this video we will try understand the concept of routing and how routing helps to create user friend URLs from routing perspective.
Session management in MVC is very different than Webforms. In this video we will go through three ways of doing state management viewdata , tempdata and viewbag.
In this video we will go through the concept of strongly typed views and how strongly typed view helps in reducing errors when we code in razor.
When data is sent from browser to server we need to map the incoming data to the models. Model binders helps us to create reusable mappings for the same.
This video dives deep in to explain you Why MVC is better than old code behind webforms.
Lab 7 :- TempData , Peek and Keep ?
Lab 8: - Data Annotations and HTML Helpers classes
Lab 1: - Simple Hello world
Lab 2: - Explain MVC Routing
Lab 3: - Explain ViewData, ViewBag, TempData & Session Variables?
Lab 4 :- Explain Model and Strongly typed views
Lab 5: - Explain Model Binders
Lab 6 :- Why MVC and MVC vs Webforms ?
Lab 7 :- Explain TempData , Peek and Keep ?
Lab 8: - Explain Data Annotations and HTML Helpers classes?
Lab 9: - What is the need of ViewModel in MVC?
Lab10: - How can we use Entity Framework in MVC?
Lab 11: - How to implement viewmodel, partial view and webgrid?
Lab 12: - What is the difference between ActionResult and ViewResult in MVC?
Lab 13: - How to implement AJAX using JSON and jQuery using MVC?
Lab 14: - What is the use of Async Controllers in MVC?
Lab 15 :- How to deploy MVC Application on IIS ?
Lab 16:- How can we do Windows and Forms Authentication in MVC?
Lab 17: - How can we use MVC areas for better modular development ?
Lab 18:- How to implement MVC with Angular ?
Lab 19:- Can we Overload MVC Action methods ?
Lab 20:- How to improve Reusability using Angular ?
Lab 21: - What is the need of WebAPI in MVC?
Lab 22: - How to do exception handling in MVC?
Lab 23: - How to do update & delete using MVC, WebAPI, EF & Angular?
Lab 24: - How to use MVC Webgrid?
Lab 25:- How to implement Validation using Angular and MVC
Lab 26:- What is SPA (Single page application)?
Lab 27:- How to Organize MVC project and Understanding CORS issue ?
Lab 28:- Explain the importance of DisplayModes ?
Lab 29:- How to do unit testing with MVC projects
Lab 30:- How to implement SPA using Angular Routing ?
Lab 31: - How to create decoupled systems using MVC DI?
Lab 32:- How can we have multiple submit buttons in ASP.NET MVC ?
Lab 33: - What is the importance of AntiForgery in MVC?
Lab 34:- What is the importance of ValidateInput and AllowHTML in MVC?
Lab 35:- Bundling and Minification
Lab 36:- Layout pages in Razor
Lab 37: - What are ActionFilters in MVC?
Lab 38: - What is WebAPI (Theory)?
Lab 39: - How can we create and consume WEB API (Practical)?
Lab 40:- MVC 6/ASP.NET Core Training-Part 1.
WebAPI.