MVC
MVC Version
.
MVC was first introduced in .Net 3.5 framework.MVC 1.0 was available in year 2009 with following features:Routing, HTML Helpers, Auto Binding. Since then multiple versions were introduced with various .Net framework. Versions of MVC After MVC 1.0, 2.0, 3.0, 4.0,…
Razor View and ASPx in MVC
.
In MVC 5 we have only one way to create View which is Razor View, the file extension of razor view is “.cshtml” But before MVC 5 we had one more option which was ASPX, now in MVC 5 ASPX…
My first ASP.Net MVC Program
.
In all my blog I will be giving example/code in context of Visual Studio 2015.So first create a MVC project in VS 2015. My first ASP.Net MVC Program File-> New -> ProjectSelect Web from templates (from left side) and ASP.Net…
Introduction to ASP.Net MVC
.
In this blog, we will know about ASP.NET MVC.This is my first blog on MVC. We will see below topics in this blog – 1. What is ASP.NET MVC?2. A relation between ASP.NET and ASP.NET MVC.3. Why MVC?4.The lifecycle of MVC…
