Showing posts with label MVC. Show all posts
Showing posts with label MVC. Show all posts

Sunday, November 15, 2009

MVC

MVC(Model View Controller)

MVC(model view controller) is use for project more secure and easy to maintain.

Module: contains the database related operations.

View : contains all the aspx,ascx pages

Controller : is used for connecting module and view.if a view want to contact with model it can go through only controller and vice versa.

MVC copy

The latest MVC update package for visual studio 2008 is available in Click Here

 
Counter