Improvements in Entity Framework 4.0
With .NET 4.0 a lot of new features and technologies will see the light, as long as others will get improved, and Entity Framework will be one of those technologies that will get improved. A lot of this changes are being made on the Query pipeline, that means that are being done on the translation from Linq to SQL code, and some of the changes in Beta 1 are the following: Avoid projecting all columns in nested queries Instead of making a query for the complete set of columns and the make the projection on top of it, … Continue reading Improvements in Entity Framework 4.0