Are your assemblies from a release or debug build?
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. more…»
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. more…»
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.