How using woks in C#?

Using  statement used to dispose object automatically while end of method execution. The CLR will generate try finally block and dispose managed objects in finally block.


http://www.codeproject.com/Articles/6564/Understanding-the-using-statement-in-C

Comments

Popular posts from this blog

Windows Azure Package Build Error: The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters.

Resource ID : 1. The request limit for the database is 180 and has been reached.

Update Excel Sheet using C#, Where Excel not Installed on Server