Creating your DB with Linq' DataContext for testing
Category: Languages > .net      Posted: 18 Mar 09

In this episode we will learn how to use the DataContext object that is part of Linq2Sql to build/rebuild our data base for testing.

We will walk though the creation of the database, the creation of data and learn how to wire this process up to our Tests.