Is there anything in .Net which can detect the resoruce leak?

J

Jianwei Sun

Hi, guru,

I know GC in .Net will take care of the memory leak, but how about
resource leak.

Say, in a very complicated programs, some gdi objects are not release
properly. It's possible if the program are written by a lot of programs
and some dispose pattern are not implemented properly.

Is there any tools available there to help detect where the resource is
leaked.

Thanks,
J.W.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top