Title: ASP.Net MVC-Lesson 2-Controllers overview
Duration: 15.47 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.
Methodology of the development of example: Controller overview sample with Routes.
Technology Used: ASP.NET MVC Framework.
Keywords: ASP.NET, ASP.NET MVC, Visual Studio 2008,Controllers.