Monday 25 March 2013

ASP.NET MVC Controller Dependency Injection for Beginners - CodeProject

Introduction In a simple statement if I want to define an ASP.NET MVC controller then I can say that classes that are responsible for receiving and processing incoming http requests, handling client input, and sending response back to the client. Controllers also act as a coordinator between Model (Business) and View (Presentation).
crawled from : Codeproject

No comments:

Post a Comment