SyntaxFix
Write A Post
Hire A Developer
Questions
Using generates a try / finally around the object being allocated and calls Dispose() for you.
Using
Dispose()
It saves you the hassle of manually creating the try / finally block and calling Dispose()