What's new in Linq to SQL in .NET 4.0
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 Fram开发者_如何学Pythonework, but maybe they added new features or fixed some bugs.
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.
精彩评论