C# Tools C# Tools

A collection of C# (C-Sharp) development tools and .NET programming resources.
[ Login ]


.NET Memory Profiler

7
6
Last Updated: 11/22/2011

A tool for finding memory leaks and optimizing the memory usage in programs written in C#, VB.NET or any other .NET Language.

Related Items
.NET profiler application and API.
.NET perfomance and memory profiler
An open-source .NET code coverage tool.
A standalone profiler for C# that measures execution frequencies for each statement, while keeping the instrumentation of the source code to a minimum.
.NET code coverage tool
Related Books

.NET Performance Testing and Optimization - The Complete Guide
.NET Performance Testing and Optimization - The Complete GuideThere is a huge amount of information available on the how's and why's of performance testing .NET applications, but it is often fairly subjective, narrow in scope, or doesn't quite cover everything you were hoping to learn. The Complete Guide to Performance Testing and Optimizing .NET Applications (by Paul Glavich and Chris Farrell) covers everything from why you should test, through the steps of... more