0
kicks
ASP.NET MVC Tip #33 – Unit Test LINQ to SQL
In this tip, Stephen Walther demonstrates how to unit test the LINQ to SQL DataContext object by creating a Fake DataContext. You can perform standard LINQ to SQL inserts, updates, deletes and LINQ queries against the Fake DataContext.