From Rockford Lhotka's Expert C# 2008 and VB 2008 Business Objects books
There is a project type called "Linq to SQL Classes" in VS 2008.
It provides a visual designer and drag and drop support from the data sources window. That's your best path for Linq 2 SQL development.
Single is part of the Linq Extension methods.
Here's a good source of info on Linq.
http://msdn.microsoft.com/en-us/netframework/aa904594.aspx
I haven't been able to locate the codesmith templates for net3.5. Can you post a link? --Thanks.
I have to admit, i am new to the templates. And I've just tried playing with the templates EditableRootList and EditableRoot for 3.5 version. Not having any luck.
Have you gotten any other feedback?
Hello,
If you are working with CSLA 3.8, we have a set of templates that really goes beyond the CSLA Contrib templates. I've tried to make the migration from CSLA Contrib to our templates as easily as possible. Please check out a nightly build, we have added support for SQL Stored procedures as well as object factory.
Thanks
-Blake Niemyjski
-Blake Niemyjski (Author of the CodeSmith CSLA templates).