C# using statement – Why and How?
This article is an introduction to the C# using statement and explain why and how to use it. I’ll also describe features of using statement and examples of nested using. In C#, every object is using some resources managed or unmanaged internally. Client is responsible for life cycle of the object. Life …