Posts

Showing posts from April, 2011

Introduction to MVC

Image
MVC i.e. Model View Controller is the wed based application, it’s a Microsoft product. It’s a new technology that boom in market. Till now Microsoft release the three version of MVC: MVC 1.0                in year 2009 MVC 2.0                in year 2010 with .Net framework 3.5  MVC 3.0                in year 2010 with .Net framework 4.0 To use MVC 2.0 in your computer, laptop you need to install the relevant development tool on your computer. You need either of following:    Visual Studio 2010 any edition by default the MVC 2 is include Visual Studio 2008 with SP1 any edition, it does not include ASP.NET MVC 2 by default you must download and install MVC 2 application from www.asp.net/mvc/ The Following diagram explain you the concept of Mode-View-Controller...