Title: ASP.Net MVC-Lesson 3-Creating controller using MVC template and Custom class
Duration: 10.12 minutes
Summary: This is a complete series demonstration for ASP.NET MVC Framework with Visual studio 2008. Today we are going to take look controllers. MVC controllers are responsible for responding to requests made against an ASP.NET MVC website. Each browser request is mapped to a particular controller. In this demonstration we have learned create controller using MVC template and custom class as well.
Methodology of the development of example: Create Controller .
Technology Used: ASP.NET MVC Framework.
Keywords: ASP.NET, ASP.NET MVC, Visual Studio 2008,Controller.