ASP.NET webforms + ASP.NET Ajax versus ASP.NET MVC and Ajax framework freedom
If given the choice, which path would you take? ASP.NET Webforms + ASP.NET AJAX or ASP.NET MVC + JavaScript Framework of your Choice Are there any limitations that ASP.NET Webforms / ASP.NET AJAX has vis-a-vis MVC? I've done both lately, I would take MVC nine times out of ten. I really dislike the implementation of the asp.net ajax controls, I've run into a lot of issues with timing, events, and debugging postback issues. I learned a lot from http://encosia.com/2007/07/11/why-aspnet-ajax-updatepanels-are-dangerous/ The asp.net project we used the MVP pattern http://www.codeplex.com/aspnetmvp ,