Learn ASP.NET MVC 5
ASP.NET is a free web framework for building websites and web applications on .NET Framework using HTML, CSS, and JavaScript. ASP.NET MVC 5 is a web framework based on Model-View-Controller (MVC) architecture. Developers can build dynamic web applications using ASP.NET MVC framework that enables a clean separation of concerns, fast development, and TDD friendly.
Basics
Model, View, & Controller
- Controllers in ASP.NET MVC
- Action methods in Controller
- Action Selector Attributes
- HttpGet, HttpPost, HttpPut
- Model in MVC
- View in MVC
- Razor View Syntax
- Integrate Model, View & Controller
- Create View To Edit Data
- Layout View in ASP.NET MVC
- What is Partial View?
- What is ViewBag?
- What is ViewData?
- What is TempData?
- Exception Handling in ASP.NET MVC
ASP.NET MVC Test |
MVC Test |