Browse by Tags
Sorry, but there are no more tags available to filter with.
- Lifetime of a LINQ to SQL DataContext
-
One of the frequently asked questions is about the lifetime of a DataContext. Should it be a long-lived, application-scoped object or should it be a short-lived, request-scoped object? Let's get to the answer by considering the key parameters: DataContext Read More...