0 votes
in C Sharp by
Why to use “using” in C#?

1 Answer

0 votes
by

“Using” statement calls – “dispose” method internally, whenever any exception occurred in any method call and in “Using” statement objects are read only and cannot be reassignable or modifiable.

...