I've said before how surprised I am that more ASP.NET Web Forms developers don't use Routing to make their URLs prettier . If you don't want "foo.aspx" in your URL, then change it with Routes.MapPageRoute(). However, managing Routing Tables is a little tedious and most WebForms folks aren't used to the concept and don't want to invest the time. I've also heard a number of ASP.NET Web Forms Developers express a little envy at how easy it is to make a site that has both desktop and mobile views using ASP.NET MVC . They like the idea of seeing an iPhone show up and showing a different view while reusing logic as I've shown in my mobile talks before . Let's solve both these problems with a new ASP...(read more)
Go to the complete details ...