Free tools for identifying Memory Leaks in .Net application -


i having .net application when hosted in qa server, suffers memory leaks. best free tools available, can identify problematic code , assist me in troubleshooting problem?

if using visual studio 2015, can add live analyzer codebase , determine memory leaks.

from simplicity perspective, suggest add codecracker, live analyzer, nuget package. once added, can filter error list code ruleid cc0022 - display instances in codebase unmanaged objects have not been disposed.the light bulb feature of vs 2015, further display suggestions fix memory leaks.


Comments

Popular posts from this blog

c++ - What's the differece between of link to a dynamic file and as a input object? -

javascript - Feed FileReader from server side files -

Android Unit Testing / Mockito: android.location.Location not mocked -