ASP.NET MVC in Action talks this week (Texas, Wisconsin)
Posted by: Jeffrey Palermo,
on 11 Apr 2009 |
View original | Bookmarked: 0 time(s)
Tuesday, 14 April, 2009, AlamoCoders Title: ASP.NET MVC in ActionAbstract: With the new version of ASP.NET, developers can easily leverage the Model-View-Controller pattern in ASP.NET applications. Pulling logic away from the UI and the views has been difficult for a long time. The Model-View-Presenter pattern helps a little bit, but the fact that the view has to delegate to the presenter makes the UI pattern difficult to work with. This session is a detailed overview of the ASP.NET...