
February 21st, 2009, 04:53 PM
|
Wrox Author
|
|
Join Date: Feb 2006
Posts: 36
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Chapter 5 Errata
Bob Bedell reported in a message to me:
Enjoying the book.
Where is the 'DynamicSQLTestHarnness.sln' in chapter 5. It doesn't appear to be included in the download.
That project was the subject of my "Optimize LINQ to SQL Performance" cover story for the November 2007 issue of Visual Studio Magazine and should have been identified as such. You can download the code from the "Get Code Download" link on the story's first page.
Also, in the LINQtoSQLDataAccessLayerCS project in chapter five:
The LinqDataSource ContextTpeName attribute in the markup for the LinqCustomersSP.aspx and LinqOrdersSP.aspx pages should be:
ContextTypeName="NwindLinqSProcsCS.NwindSProcDataContext"
not:
ContextTypeName="NwindLinqSProcsCS.NorthwindDataContext"
Thanks to Bob for pointing out these issues.
--rj
|