Monitoring memory in .NET
Had an interesting time today looking at tools to watch memory usage. The most interesting thing I found was an article about finding memory leaks in .NET. It had some good information about how the memory allocation and garbage collection works and links to some good tools for monitoring it.
The nicest tool I found was a VS.NET plugin from SciTech that gives you heaps of information about what’s actually happening with your application’s memory.







Comments