Introduction to MVC



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
The Component:
Model:
                                Model component is used to implement the logic or the application or the application’s data domain. Often it is used to retrieve and store data in database.

View:
                                Views are used to display the application’s user interface (UI), and it based on model data. View is used to display the information.

Controller:
                                Controllers are the component that handle user interaction, work with model and ultimately select a view to render that display UI. Controller handles and responds to user input and interaction.








Comments

  1. This comment has been removed by the author.

    ReplyDelete
  2. Thanx for writing.Good to know about MVC. Awaiting for more info.

    ReplyDelete
  3. This is a nice blog and it really help to understand what is MVC. Awaiting for more information. Good Job.

    ReplyDelete
  4. Nice blog.Awaiting for more info about MVC as well as on latest technologies.

    ReplyDelete
  5. Great Job Neha! Like to have more info on MVC.

    ReplyDelete

Post a Comment

Popular posts from this blog

Error when you browse your ASP site from IIS

Create Connection String Through Notepad