Welcome to ASP.NET MVC5 Tutorial. This course is designed to deliver you latest MVC5 Tutorial with short and easy example. ASP.NET MVC5 is the latest and widely popular framework to develop web based interactive application. The MVC pattern separates the application into three main parts: The Model, The View and The Controller. ASP.NET MVC5 is light weight, fast, secure and highly testable framework which integrates existing ASP.NET features.
You will learn all about ASP.NET MVC5 with complete programming examples in this tutorial. This ASP.NET Tutorial contains following chapters.
Content of this Tutorial
01. Getting Started
02. First MVC5 Project
03. Controllers
04. Views
- Understanding Views
- Adding a View Page
- Create Master Page Layout
- RenderBody, RenderPage and RenderSection
- Adding Partial View Page
- Razor Syntax by Example
- Learn ViewBag, ViewData, and TempData with Example
05. Models
- Understand Model Basics
- Adding a Model
- Insert, Update, Delete without Entity Framework
- Insert, Update, Delete using Entity Framework
- Scaffolding Example
06. Pass Model Data to Views
- Introduction
- ViewModel – Display Multiple Model Values into Views
- Pass Data using ViewBag, ViewData and TempData
- Pass Data using Session, Tuples, and Dynamic(ExpandoObject)
- Render Action and Navigation Property
07. Forms and Database