Readme.txt file for "Speed O/R Mapping with LINQ to SQL"
"Visual Studio Magazine" December 2008 issue

The vs0812rj.zip contains the following four LINQ to SQL projects which expand into \VSM subfolders of the same name:

LinqToSqlRadCS.sln - Demonstrates defalt LINQ to SQL O/RM of Customers table
LinqToSqlWebAppCS.sln - Sames as LinqToSqlPoco.sln except uses LinqDataSource for a Web page
LinqToSqlPocoCS.sln - Demonstrates use of SqlMetal.exe to generate POCO classes
LinqToSqlT4CS.sln - Demonstrates use of Damien Guard's T4 template to code-gen bidirectional DataContract serialization

All projects expect a local instance of SQL Server Express with the Northwind sample database attached. Adjust the configuration string in App.config or Web.config to suit your installation.
