C# Tools C# Tools

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


Profilers/Optimization

A family of profilers for hunting down performance bottlenecks and reducing memory usage in .NET applications
An easy-to-use code coverage analysis tool that highlights code covered and not covered by unit tests right in Visual Studio and supports most popular unit testing frameworks.
An open-source .NET code coverage tool.
The CLR Profiler allows developers to see the allocation profile of their managed applications.
A suite of software development and testing tools that enable Windows application teams to build reliable, high-performance applications, components and web services for Microsoft .NET and native Windows platforms.
Performance profiling and memory/resource debugging toolset for Microsoft, Borland, Intel, Compaq and GNU compilers.
A tool for finding memory leaks and optimizing the memory usage in programs written in C#, VB.NET or any other .NET Language.
Performance profiling and memory profiler for .NET code.
.NET profiler application and API.
A standalone profiler for C# that measures execution frequencies for each statement, while keeping the instrumentation of the source code to a minimum.
The Native Image Generator (Ngen.exe) is a tool that improves the performance of managed applications. Ngen.exe creates native images, which are files containing compiled processor-specific machine code, and installs them into the native image cache on the local computer.
A utility for merging multiple .NET assemblies into a single .NET assembly.
.NET code coverage tool. Commercial, but a disontinued free version is also available.