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.
+2
A:
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.
Reed Copsey
2010-10-20 15:13:17
Thanks. I guess they didn't add an overall setting to turn off optimistic concurrency
Jonas Stawski
2010-10-20 16:14:19