Minimizing ASP.NET Code

April 11th, 2006
[ Software Development ]

Me too….well now I do…

“Whenever I created a web project in VS.NET 2003 the first thing I would do was delete the global.asax and its code behind, delete the AssemblyInfo.cs file (since it rarely makes sense to version your code behind assembly), open the web.config file and reduce it to a single self-terminating element , and finally rename the generated WebForm1.aspx file to Default.aspx, fixing up the corresponding code behind to match.”