C# Tools C# Tools

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


NGen

8
6
Last Updated: 11/22/2011

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.

Related Items
.NET profiler application and API.
An open-source .NET code coverage tool.
.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 perfomance and memory profiler