Using keyword plays a vital role in improving the performance of Garbage Collection.
using for namespace means that the types from the imported namespace will be referenced in code
Disposing Resources
The using statement can be used to reference a variable or the result from a method, and at the end of the scope defined by the using statement, the Dispose
method gets invoked
Behind the seen it works like-