Tell us why do we use the “using” statement?

Submitted by: Muhammad
We use the “using” statement to make sure that we release the resources of the object in use. It always calls “Dispose of” when it finishes its block of code.
Submitted by: Muhammad

Read Online Senior .Net Developer Job Interview Questions And Answers