Posts Tagged 'ASP.NET'

Are your assemblies from a release or debug build?

Thursday, January 3rd, 2008 No Commented
Under: Uncategorized

Ever wondered if the assemblies your developers gives you to install on a production server are from a release build? You can make a little C# console application to check this.

Faster ASP.NET applications

Saturday, May 26th, 2007 No Commented
Under: Uncategorized

On the site codeproject.com I found a great article with some very good tips for you developers out there to speedup your ASP.NET applications.