PreviousNext

Managed Memory Analysis in Visual Studio 2013

by bill-s, 2013-10-26T07:37:03.000Z

One of the issues that frequently affects .NET applications is problems with their memory use. Visual Studio 2013 expands its dump file analysis tools to help you find memory leaks, inefficient memory use, and unnecessary allocations in .NET Framework web, database, and desktop applications. In this episode, Robert is joined by Andrew Hall, who shows us how you can use the managed memory analysis features in Visual Studio 2013 to locate these problems in your applications.

Read More