Q&A
Ask and answer questions to make information more available to wider audiences.
What is the benefit of ‘using’ statement in C#?
Answer 1
The ‘using’ statement can be used in order to obtain a resource for processing before automatically disposing it when execution is completed.