Reputation: 6752
Does anyone know if there is anything new in LINQ to SQL in the 4.0 Framework? I know they said LINQ to SQL was not going to be supported anymore in favor of pushing the Entity Framework, but maybe they added new features or fixed some bugs.
Upvotes: 2
Views: 808
Reputation: 564373
Damien Guard compiled a comprehensive list of changes to LINQ to SQL in .NET 4.
Most changes are minor, but there were various improvements made, especially in performance and stability.
Upvotes: 2