views:

34

answers:

3
+1  Q: 

LINQ WITH VS 2008

Is the VS 2008 professeional Edition fully support with linq to sql

Thank

A: 

Yes, it is available. But not the current best practice by Microsoft. It became available with .NET 3.5.

Yuriy Faktorovich
References, please. EF 4.0 was released in VS2010, not 2008.
Robert Harvey
@Robert http://blogs.msdn.com/b/adonet/archive/2008/10/29/update-on-linq-to-sql-and-linq-to-entities-roadmap.aspx, seems like .NET 3.5 SP1.
Yuriy Faktorovich
Yep, seen that already. Also saw the mountain of FUD that was spread because of it.
Robert Harvey
@Robert http://www.microsoft.com/Net/whatsnew.aspx
Yuriy Faktorovich
@Yuriy: http://damieng.com/blog/2009/06/01/linq-to-sql-changes-in-net-40
Robert Harvey
@Robert: from your link: *We said we would improve the core of it and add customer requests where it makes sense but that Entity Framework would be the primary focus*
Yuriy Faktorovich
A: 

Visual Studio Express - Frequently Asked Questions

http://www.microsoft.com/express/support/support-faq.aspx

view this....

ratty
It's at the bottom of the page: "Full support of design time tools like LINQ to SQL"
Robert Harvey
A: 

If you're referring to the functionality of the editor itself - such as the Linq to SQL Visualizer - you may find this article useful :

http://weblogs.asp.net/scottgu/archive/2007/07/31/linq-to-sql-debug-visualizer.aspx

Simon_Weaver