Hi All, I am an MCA holder with 6 month experience in C#.net. I want to know What is the state of Garbage Collection after dispose() call info C# code? Please help me out with your valuable suggestions. I would be very grateful.
Hi All, I am an MCA holder with 6 month experience in C#.net. I want to know What is the state of Garbage Collection after dispose() call info C# code? Please help me out with your valuable suggestions. I would be very grateful.
After dispose() call, the connection between frontend and backend is broken down, since the dispose() removes the connection object from the memory.
Dispose Means just flushing off the memory after a particular task is completed. Once Dispose the Stage of Garbage Collection Just remove of memory it allocated.
Bookmarks