The code used in the demo, can be found at the link below.
http://csharp-video-tutorials.blogspot.com/2013/04/installing-aspnet-mvc-part-1.html
Link for csharp, asp.net, ado.net, dotnet basics and sql server video tutorial playlists
http://www.youtube.com/user/kudvenkat/playlists
In this video we will discuss about installing asp.net mvc. Before installing asp.net mvc, first let's determine what version is already installed. Go to "Control Panel" and click on "Programs and Features".
If you want to create asp.net mvc 3 or 4 applications, then please download and install asp.net mvc 3 and 4 from the following locations.
ASP.NET MVC 3
http://www.asp.net/mvc/mvc3
ASP.NET MVC 4
http://www.asp.net/mvc/mvc4
When you create a new project, make sure you have .NET Framework 4 selected in the drop down list. If you have any other earlier .net framework versions selected, then ASP.NET MVC 3 Web Application and ASP.NET MVC 4 Web Application templates will not be available.