Tools


Intro

C# specific tools

 


ReSharper From JetBrains

A must-have tool for C#. ReSharper extends Visual Studio with over 2200 on-the-fly code inspections for C#, VB.NET, ASP.NET, JavaScript, TypeScript and other technologies. For most inspections, ReSharper provides quick-fixes (light bulbs) to improve the code.

 


Memory Profiling - Finding Memory Leaks

 

  • .NET Memory Profiler is a paid ($189/$349) powerful tool for finding memory leaks and optimizing the memory usage in programs written in C#, VB.NET or any other .NET Language. With the help of the profiling guides, the automatic memory analyzer, and specialized trackers, you can make sure that your program has no memory or resource leaks, and that the memory usage is as optimal as possible

Â