A new approach to Web Forms
Extract
'What??' you may cry. 'You've stopped using ASP.NET??' No, I've just stopped using Web Forms. Web Forms are thosehttp://mikeroberts.thoughtworks.net/blog/archive/Tech/dotNet/GoodbyeWebForms.html.aspx
files you write and their code behinds. They're also the things that use server controls, view state and other such components that make up most of .NET web apps. I'm still using the ASP.NET runtime in the form of an IHttpHandler. This is a much more lightweight way of developing web apps, similar to Java's Servlets.