So we all probably know by now that a Linq DataContext object is used for both establishing and accessing SQL Server databases. You might be also aware that to take advantage of Linq to SQL’s functionality, changes must be performed within the scope of a DataContext. This entry will focus […]