.NET 3.5 SP1 LINQ improvements
In May, I announced the changes related to LINQ that were included in .NET 3.5 Service Pack 1 Beta. Now that the SP1 is officially available, more changes have been announced.
The originally announced changes were:
- The support for SQL Server 2008
- The release of a new flavor of LINQ: LINQ to Entities, which comes with the ADO.NET Entity Framework
Dinesh Kulkarni announces new changes:
- Performance improvements for LINQ to Objects queries
- Cast<T> breaking change
- Performance improvements for LINQ to SQL
Cross-posted from http://linqinaction.net