15
shouts

Linq-to-SQL vs Linq-to-Entities : Revisited

published 313 days, 18 hours, 36 minutes ago posted by naspinskinaspinski 315 days, 20 hours, 24 minutes ago
Friday, May 08, 2009 11:00:54 AM GMT Wednesday, May 06, 2009 9:13:29 AM GMT

After 2 months of nothing but L2E, I feel I can give a decent comparison.

Linq-to-Entities is fully capable and can do almost everything Linq-to-SQL can do, it just takes a bit more code some times; the almost is for multiple database utilization. L2E is a great ORM, but many of us were spoiled with L2S, so it is now up to Microsoft to live up to the expectations that they put out for us with this framework that they are deprecating. I hope and assume it will become a superior ORM, but that is in Microsoft's hands now; for the time being, it is not.

category: ASP.NET | clicked: 11 | | source: naspinski.net | show counter code
tags: C#, entities, Linq, linq-to-entities, linq-to-sql