Answers and code snippets from ASP.NET projects (Webforms/MVC/Classic ASP)
using (var ctx = new Entities()) { .... }
Provides a convenient syntax that ensures the correct use of IDisposable objects.
No comments:
Post a Comment