Are there any good(and free) tools for either analyzing static source or running programs to help detect memory leaks?
I\'ve built some windows services and want to make
I've used Microsoft's CLR Profiler with some success. Make sure to read its documentation to get the full benefits.