category

home / developersection / category

Controller in ASP.NET MVC
asp.net mvc 29-Sep-2011
Controller in ASP.NET MVC

Controller can access and use model class to pass data to views.MVC controllers are responsible for responding to requests made against an ASP.NET MVC website

Introduction to ASP.NET MVC
asp.net mvc 29-Sep-2011
Introduction to ASP.NET MVC

ASP.NET MVC is a part of the ASP.NET Web application framework. It is one of the programming models you can use to create ASP.NET Web applications. An MVC Application is designed and implemented using the following three mechanisms: