The CTP (Community Technology Preview) for Visual Studio 2010 including .Net 4.0 can be downloaded from:
January 24, 2009
November 11, 2008
Linq2SQL (L2S) has been ‘depreicated’ in favour of LINQ to Entities
As of .NET 4.0, LINQ to Entities will be the recommended data access solution for LINQ to relational scenarios, as opposed to Linq2Sql
Interesting for us as we use Linq2Sql in some cases so we will change our raodmap.
See:
http://blogs.msdn.com/adonet/archive/2008/10/31/clarifying-the-message-on-l2s-futures.aspx
Click link for feed