I am working on a .NET application where there appears to be a memory leak. I know the text-book answers, that events should be unsubscribed, disposable objects should be di
You can use memory profilers to identify the memory leaks. Here are some,
MemProfiler
ANTS Profiler