Saturday 26 January 2008

Session 5- Front Controller

In this session we have covered topics related to front controller and how does it relate to the upcoming ASP.net MVC framework.
The ASP।net framework uses the page controller pattern। Every request is mapped to a page, which interacts with the model and the database.
The Front Controller on the other hands takes all request and dispatches it to appropriate views.

No comments: