dotCover is a .NET unit testing and code coverage tool that works right in Visual Studio, helps you know to what extent your code is covered with unit tests, provides great ways to visualize code coverage, and is Continuous Integration ready. dotCover calculates and reports statement-level code coverage in applications targeting .NET Framework 2.0 to 4.6, Silverlight 4 or 5, and CoreCLR 1.0.
For more details download the sheet -
DotTrace is a performance profiler for .NET applications that works right in Visual Studio and provides great ways to detect and analyze performance bottlenecks. Read on for more details.
For more details download the sheet -
DotMemory is a .NET memory profiler that can be launched right from Visual Studio or as a standalone tool. Visit the Docs & Demos div for more learning resources.
As DotPeek is based on ReSharper's powerful code insight architecture, it lets you navigate decompiled assemblies in a contextual or context-insensitive ways, get a quick summary what's inside each decompiled file, set bookmarks and explore inheritance chains.
DotPeek provides a way to quickly grasp the structure of any given assembly, as well as ways to organize assemblies into discrete lists, which helps only focus on assemblies that you're interested for your current assignment.
For more details download the sheet -
DotPeek can decompile any .NET assemblies into equivalent C# code and optionally show the underlying IL code.
For more details download the sheet -