Share via


PerfWorld.com

ASP.NET Performance Tuning, Coding Standards, Guidelines, Best Practices, and Other Buzzwords

The batch property of the compilation element, which is enabled by default in ASP.NET, is used to...

Date: 01/13/2010

This post applies to: .NET 2.0, 3.0 & 3.5. The CLR uses an adjustable threshold property called...

Date: 01/13/2010

Use the "throw" keyword in place of "throw ex" to perserve the original stack trace information....

Date: 06/15/2009

Below is a sample Powershell (Windows Powershell - WPS) script that will detect if a computer that...

Date: 02/27/2009

Every now and then, you may find yourself in the situation where you need to deploy a single file on...

Date: 01/29/2009

Precompiling your ASP.NET web pages is a great way to increase the performance of your web site....

Date: 01/29/2009

In the Maching.config file, there is a "deployment" element that you can add and set that will help...

Date: 01/27/2009

GZip/Deflate compression will compress the response payload from the IIS web server to the browser....

Date: 01/27/2009

Review the ASP.NET Applications\Requests/Sec counter to determine how fast you are able to process...

Date: 01/20/2009