V
vasu
Hi All,
I am working on C#.net. I am facing the problem in releasing the memory. As
far as I know, .Net having the provision for automatic garbage collector.
But I don't know when that will be called. I am using the Dispose method on
unreferenced object to release the memory before the Garbage collector is
called. Still I am facing the problem of memory leak.
Please anyone can suggest me, how to prevent the memory leak in C#.Net.
Thanks in Advance,
Vasu.
I am working on C#.net. I am facing the problem in releasing the memory. As
far as I know, .Net having the provision for automatic garbage collector.
But I don't know when that will be called. I am using the Dispose method on
unreferenced object to release the memory before the Garbage collector is
called. Still I am facing the problem of memory leak.
Please anyone can suggest me, how to prevent the memory leak in C#.Net.
Thanks in Advance,
Vasu.