Visual Studio 2008 & Linq

Posts   
 
    
CSharpner
User
Posts: 28
Joined: 03-Jun-2007
# Posted on: 06-Dec-2007 20:10:54   

What's the story on the O/R mapper built into Visual Studio 2008 vs LLBLGen? I will be asked shortly to explain this to my managers that will (or won't) be writing the check in the next couple of days.

I've been searching the net, but can't find any good informatoin. It seems that I recall hearing that Linq will only work with MS SQL Server, but I could be wrong.

TIA

mihies avatar
mihies
User
Posts: 800
Joined: 29-Jan-2006
# Posted on: 07-Dec-2007 12:50:32   

No, you are not wrong. Here is my list of showstoppers: http://cs.rthand.com/blogs/blog_with_righthand/archive/2007/10/06/LINQ-to-SQL-showstoppers.aspx You should definitely stick with LLBLGenPro. Note that there is another ORM comming from MS (better than LINQ to SQL): Entity Framework sometime next year.

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39590
Joined: 17-Aug-2003
# Posted on: 07-Dec-2007 13:33:18   

We'll add linq support in our upcoming v2.6 version. So you'll be able to use Linq (which is the C#/VB.NET language extension) with llblgen pro without problems.

Frans Bouma | Lead developer LLBLGen Pro
CSharpner
User
Posts: 28
Joined: 03-Jun-2007
# Posted on: 07-Dec-2007 23:24:19   

Thanks for the info and for the link. Very helpful!

Kris
User
Posts: 79
Joined: 27-Oct-2005
# Posted on: 07-Dec-2007 23:27:50   

mihies wrote:

No, you are not wrong. Here is my list of showstoppers: http://cs.rthand.com/blogs/blog_with_righthand/archive/2007/10/06/LINQ-to-SQL-showstoppers.aspx You should definitely stick with LLBLGenPro. Note that there is another ORM comming from MS (better than LINQ to SQL): Entity Framework sometime next year.

EF could be quite something since Alex James got involved. He is the guy behind Base4

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39590
Joined: 17-Aug-2003
# Posted on: 08-Dec-2007 10:34:27   

EF could indeed on paper be great. The thing is that despite the large group of smart people working on it (> 150 people), there's an even larger group of people managing them, and unfortunately for MS, these people have the final say...

Frans Bouma | Lead developer LLBLGen Pro