Senior .Net Developer Question: Download Senior .Net Developer PDF

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

Tweet Share WhatsApp

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 PDF Read All 60 Senior .Net Developer Questions
Previous QuestionNext Question
Please tell us what is the difference between Override and Overload in a method?Do you know what is .NET Standard?