MVC Sample Application - Part1


        The best way to learning is by doing.So we will start our learning by creating a sample application.Later on we will move to each part indetail.


Steps:

        First open the Visual Studio then from file menu select  New Project or press Ctrl+Shift+N. 


Choose Project

        Then Select ASP.NET Web Application from New Project dialog and change Name of the application to FirstMVCApplication.




    After that click OK button.Then a new dialog will open like following.


Project Type

   

      After that select Empty Template and check MVC under Add folders and core references for then click OK.

      If you are using different version of Visual Studio(In this I'm using Visual Studio 2015) you will see different options.But using this tutorial you can build sample application in 2010 and later versions.

      After that we will see our project details in Solution Explorer like below.


Solution Explorer
   
      In next part we will look into each folder in detail.