InfoQ Homepage Entity Framework Content on InfoQ
-
Entity Framework Core 8 Preview 2 Released
Entity Framework Core 8 Preview 2 was released on March 14th. The most notable feature in EF Core 8 preview 2 is support for SQL Server hierarchical data.
-
What's New in Entity Framework Core 8
Entity Framework Core 8, scheduled for release in November 2023, brings new features and new improvements to features already introduced in EF Core 7. Notable features include: support for raw SQL queries for unmapped types, lazy-loading improvements and support for TimeOnly and DateOnly SQL Server data types.
-
Entity Framework 7 Brings Bulk Operations and JSON Columns
Version 7 of Entity Framework (EF) Core, Microsoft's object-to-database mapper library for .NET Framework, was released in November. The updated version brings performance updates when saving data, allows JSON column operations, enables efficient bulk operations, and contains many minor fixes and improvements. The EF7 Core is available for both .NET 7 and .NET 6.
-
Microsoft Claims Entity Framework Core 7 Faster When Saving Changes
Entity Framework (EF) Core, Microsoft's object-to-database mapper library for .NET Framework, brings performance improvements for data updates in version 7, Microsoft claims. The performance of SaveChanges method in EF7 is up to 74% faster than in EF6, in some scenarios.
-
.NET News Roundup - Week of April 5th, 2021
The last week was an eventful one for the .NET community, with multiple releases from Microsoft - including the third preview for .NET 6, ASP.NET Core, MAUI, and EF Core 6. InfoQ examined these and a number of smaller stories in the .NET ecosystem from the week of April 5th, 2021.
-
.NET News Roundup - Week of Mar 8th, 2021
The last week was an eventful one for the .NET community, with the release of the second preview for .NET 6, ASP.NET Core, and EF Core 6. InfoQ examined these and a number of smaller stories in the .NET ecosystem from the week of March 8th, 2021.
-
Microsoft Releases Entity Framework Core 5.0 RC 1
Last week, Microsoft released Entity Framework Core 5.0 RC1, the first "go live" release of the framework before its official debut in November, together with .NET 5. This release candidate contains all features planned for EF Core 5.0, including: transparent many-to-many mapping, general query enhancements, and overall improvements in performance, migrations, and deployment experience.
-
Microsoft Releases Entity Framework Core 3.0 Preview 8 and Entity Framework 6.3 Preview 8
Earlier this month Microsoft released Entity Framework Core 3.0 Preview 8 and Entity Framework 6.3 Preview 8. Following the synchronized release calendar, the new previews were available on the same day as .NET Core 3.0 Preview 8 and ASP.NET Core 3.0 Preview 8.
-
Microsoft Releases Entity Framework Core 3.0 Preview 7 and Entity Framework 6.3 Preview 7
Last week Microsoft released Entity Framework Core 3.0 Preview 7 and Entity Framework 6.3 Preview 7. The new previews were made available on the same day as .NET Core 3.0 Preview 7 and ASP.NET Core 3.0 Preview 7. The release schedule for EF Core is in-sync with the .NET Core release schedule.
-
EF Core Database Providers
When EF Core did their big rewrite between the 1.x series and 2.0, all of the EF Core database providers were broken. Since then various development teams, both private and commercial, have been working on filling in the gaps.
-
Entity Framework 6.3 and EF Core 3.0 Roadmap
Though separated from the .NET Core release cycle, EF Core is developing its 3.0 roadmap. Along with it are some important changes to the original Entity Framework.
-
Partial Support for Spatial Queries in EF Core 2.2
Entity Framework Core 2.2 adds support for spatial queries using the NetTopologySuite.
-
First Look at .NET Core 3.0: C# 8, WPF, Windows Forms, and More
The next major version of .NET Core has recently entered Preview stage. .NET Core 3.0 will include support for building desktop apps using Windows Presentation Foundation (WPF), Windows Forms (WinForms), Entity Framework (EF), ASP.NET Core 3.0, C# 8, and .NET Standard 2.1.
-
Entity Framework Core 2.1 Release Adds Improved SQL Query Generation
Entity Framework Core 2.1 has been released, bringing with it many features existing EF developers have long waited for. EF Core 2.1 adds support for SQL GROUP BY, support for Lazy Loading, and data seeding, among others.
-
Entity Framework Core 2.0 Released to Heavy Criticism
Entity Framework has always had a mixed reputation, with some developers loving it while other compared it unfavorably to NHiberante, LINQ-to-SQL, and the various micro-ORMs. But the early impressions of EF Core have been particularly bad and continue to frustrate even those who appreciated the original Entity Framework.