Sign In
Amol Ravande's Performance blog
Go Faster, Stronger and Higher
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
.NET
Deadlocks
Frontend
Memory
OutOfMemoryException
Sharepoint
SQL Performance
Startup performance
WAN
Web Test Plug-ins
Web Testing
WinDbg
Archive
Archives
May 2010
(1)
February 2009
(1)
December 2008
(1)
November 2008
(1)
July 2008
(1)
June 2008
(1)
September 2007
(2)
MSDN Blogs
>
Amol Ravande's Performance blog
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Amol Ravande's Performance blog
Tracking down objects not conforming to sharepoint disposal best practices
Posted
over 2 years ago
by
amolravande
0
Comments
Background : All SPsite and SPweb objects make use of unmanaged code and needs to be disposed off explicitly in the finally method or by making use of the 'using' statement. Below is the sample that shows appropriate use of sharepoint object model. ...
Amol Ravande's Performance blog
How to: Create a web test plug-in to extract and store an array of values using Visual Studio Team system
Posted
over 3 years ago
by
amolravande
3
Comments
Applies to · Microsoft® Visual Studio® Team System · Performance Testing · Web Testing Summary This article explains how to create a web test plug-in to automate scenarios where the numbers of form post parameters for a web request are dynamic in nature...
Amol Ravande's Performance blog
Debugging OutOfMemoryExceptions in managed code using Windbg
Posted
over 4 years ago
by
amolravande
3
Comments
Before you start debugging make sure you have the symbols path set appropriately. Below link shows you how to configure symbol path http://blogs.msdn.com/johan/archive/2007/11/13/getting-started-with-windbg-part-i.aspx Once you have the right dump...
Amol Ravande's Performance blog
Troubleshooting SQL Deadlocks with Read Committed Isolation using Row versioning
Posted
over 4 years ago
by
amolravande
1
Comments
Background : SQL server 2005 introduces a new isolation level called the row versioning with Read Committed Snapshot. This setting is useful in case where there are reader-writer conflicts only. With this setting on, SQL server maintains versions of each...
Amol Ravande's Performance blog
Improving application Start up time: GeneratePublisherEvidence setting in Machine.config
Posted
over 4 years ago
by
amolravande
1
Comments
Background : When assemblies are authenticode signed, the signed assemblies need to be verified by the certificate authority. When CA certificate is not present on the same machine the assemblies require network or internet access. If the signed assemblies...
Amol Ravande's Performance blog
Improving Application performance over WAN
Posted
over 4 years ago
by
amolravande
4
Comments
Situation : The web application hosted on a server in India is performing well for end users in India. But the users in Europe are having a tough time accessing the web pages due to extremely slow response times. How would you reduce the risk considering...
Amol Ravande's Performance blog
Need for speed:Loop performance
Posted
over 5 years ago
by
amolravande
1
Comments
For those guys who havent heard about Loop unrolling here is a brief description about it. Loop unrolling is a way of optimizing the code by manipulating the iteration variable in the body of the loop thus reducing the number of checks each time the loop...
Amol Ravande's Performance blog
Timing Managed code in .NET
Posted
over 5 years ago
by
amolravande
1
Comments
Lets start off with a simple, yet quite useful article on Timing Managed code . I will be using this in my future articles to test performance of certain pieces of code. A lot of sites mention the use of WIN32 functions QueryPerformanceCounter and QueryPerformanceFrequency...
Page 1 of 1 (8 items)