Explain ASP.NET MVC Postbacks ?
ASP.NET MVC framework does not use the ASP.NET Web Forms postback model for interactions with the server. Instead, all end-user interactions are routed to a controller class. This maintains separation between UI logic and business logic and helps testability. As a result, ASP.NET view state and ASP.NET Web Forms page life-cycle events are not integrated with MVC-based views.
www.codecollege.NET|
www.interviewsguru.com|
The Encylopedia of Web Sites|
Blogging and Earning
No comments:
Post a Comment