News

The biggest thing is that he trashed ASP.NET web forms in favor of ASP.NET MVC. We have a few web forms applications here. While I don't think it's perfect, it gets the job done for what we need.
If you want to build a Web application quickly, do it with ASP.NET Web Forms. However, you have to be willing to give up a lot: client-side coding and Ajax is more awkward in Web Forms than MVC, you ...
While it is possible to use a MVC-style architecture with ASP.NET Web Forms, most find it to be a clumsy match. The rich components and stateful nature of Web Forms simply doesn’t mesh well with ...