Clément Habinshuti

Senior Software Engineer, OData, Microsoft Graph

Post by this author

Choosing a .NET Memory Profiler in Visual Studio – part 1

Summary Visual Studio provides two great tools for analyzing and diagnosing memory issues in .NET applications: the Memory Usage profiler and .NET Object Allocation Tracking tool. While both tools are useful, it may not be obvious for new user to know which one to use when. This article aims to clarify what each tool is good for and how to ...