1
Reply

How do I make sure that an object is released in code such as a connection or file object?

Mahesh Chand

Mahesh Chand

May 25, 2012
2.7k
0

    You should use Using statement provided by CSharp. You can touch base with me on http://dotnetpiper.blogspot.in/

    Sachin Kalia
    April 22, 2014
    0