Amol Ravande's Performance blog

Go Faster, Stronger and Higher

Tracking down objects not conforming to sharepoint disposal best practices

Background: All SPsite and SPweb objects make use of unmanaged code and needs to be disposed off...

Author: amolravande Date: 05/11/2010

How to: Create a web test plug-in to extract and store an array of values using Visual Studio Team system

Applies to · Microsoft® Visual Studio® Team System · Performance Testing · Web Testing Summary This...

Author: amolravande Date: 02/27/2009

Debugging OutOfMemoryExceptions in managed code using Windbg

Before you start debugging make sure you have the symbols path set appropriately. Below link shows...

Author: amolravande Date: 12/16/2008

Troubleshooting SQL Deadlocks with Read Committed Isolation using Row versioning

Background : SQL server 2005 introduces a new isolation level called the row versioning with Read...

Author: amolravande Date: 11/17/2008

Improving application Start up time: GeneratePublisherEvidence setting in Machine.config

Background : When assemblies are authenticode signed, the signed assemblies need to be verified by...

Author: amolravande Date: 07/20/2008

Improving Application performance over WAN

Situation: The web application hosted on a server in India is performing well for end users in...

Author: amolravande Date: 06/16/2008

Need for speed:Loop performance

For those guys who havent heard about Loop unrolling here is a brief description about it. Loop...

Author: amolravande Date: 09/15/2007

Timing Managed code in .NET

Lets start off with a simple, yet quite useful article on Timing Managed code. I will be using this...

Author: amolravande Date: 09/15/2007