LINQ to SQL: Reusing DataContext
I have been working on a project which uses a data access layer (DAL) to wrap some LINQ to SQL calls to the database. While I’ve played with LINQ to SQL a bit, this was my first time working on a production application. So as I wrote some of the business »