Answers

Question and Answer:

  Home  Senior .Net Developer

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

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.

 113 views

More Questions for you: