OT: Is Linq to SQL dead

OT: Is Linq to SQL dead

Old forum URL: forums.lhotka.net/forums/t/5711.aspx


Paul Czywczynski posted on Friday, October 31, 2008

I am noticing a some posts over the last few days saying that L2S might be MS's latest red-headed step child (no offense to anyone :)). My company has made significant investments in WPF and L2S/CSLA. Before the PDC I was worried that desktop WPF would play second fiddle against Sliverlight but after sitting in on the .NET 4.0 sessions I am not worried anymore. I am blindsided about the rumors regarding L2S. We moved from LLBL to Linq because it was simplier and gave us compile time field and type checking. EF seems to be an overkill for what we need. I need a simple DAL. I really don't want to move 500+ BO classes again. Rocky, you have any deeper insight than these blog rumors?

http://codebetter.com/blogs/david.hayden/archive/2008/10/30/linq-to-sql-gets-kicked-to-the-curb-needs-a-good-home.aspx

http://ayende.com/Blog/archive/2008/10/31/microsoft-kills-linq-to-sql.aspx

-Paul

ajj3085 replied on Friday, October 31, 2008

Hmm.. maybe I'm being naive, but saying EF is preferred doesn't mean they aren't going to invest in L2S.  Actually, the original MS post said they would continue to do so. 

L2S has been working really well for me.. it's simple, and even if they don't support it, it seems to handle everything I want.

Curelom replied on Friday, October 31, 2008

I love working with L2S.  My only hangup is it is limited to Sql Server.  I wish Oracle would get on the ball.  There are some third party options out there, but you either have to pay for them, or the free one (dblinq) isn't ready for primetime.

nermin replied on Friday, October 31, 2008

Personally,

I have been playing with EF lately trying to port few apps from L2S to EF, and with each chunk of code that I try to port I discover another thing that one can do in Ling to Sql but is impossible in EF.    And that can be quite irritating. 

 

I truly believe that EF version 1.0  is incomplete – should not be considered as a serious ORM.  I think it will take a version 2 or 3 until they “work the kinks out”.  Meantime – I am planning on using Linq, NHibernate, ActiveRecord, and not waste my time on EF.

 

EF is probably the future, but it is going to take quite some time to get to it.

 

From: ajj3085 [mailto:cslanet@lhotka.net]
Sent: Friday, October 31, 2008 1:22 PM
To: Nermin Dibek
Subject: Re: [CSLA .NET] OT: Is Linq to SQL dead

 

Hmm.. maybe I'm being naive, but saying EF is preferred doesn't mean they aren't going to invest in L2S.  Actually, the original MS post said they would continue to do so. 

L2S has been working really well for me.. it's simple, and even if they don't support it, it seems to handle everything I want.


Copyright (c) Marimer LLC