Senior .Net Developer Question:
Download Job Interview Questions and Answers PDF
Tell us why do we use the “using” statement?
Answer:
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.
Download Senior .Net Developer Interview Questions And Answers
PDF
Previous Question | Next Question |
Please tell us what is the difference between Override and Overload in a method? | Do you know what is .NET Standard? |