Showing results for Entity Framework - .NET Blog

Apr 2, 2020
Post comments count9
Post likes count0

Announcing Entity Framework Core 5.0 Preview 2

Jeremy Likness
Jeremy Likness

Today we are excited to announce the second preview release of EF Core 5.0. Improvements include support for C# attributes to specify a backing field, complete discriminator mapping, and performance improvements with SQLite.

.NET.NET CoreC#
Mar 16, 2020
Post comments count14
Post likes count0

Announcing Entity Framework Core 5.0 Preview 1

Arthur Vickers
Arthur Vickers

Today we are excited to announce the first preview release of EF Core 5.0. Prerequisites The previews of EF Core 5.0 require .NET Standard 2.1. This means: How to get EF Core 5.0 previews EF Core is distributed exclusively as a set of NuGet packages. For example, to add the SQL Server provider to your project, you can use the following...

Entity Framework
Dec 3, 2019
Post comments count14
Post likes count0

Announcing Entity Framework Core 3.1 and Entity Framework 6.4

Arthur Vickers
Arthur Vickers

Announcing Entity Framework Core 3.1 and Entity Framework 6.4 We are excited to announce the general availability of EF Core 3.1 and EF 6.4 on nuget.org. The final versions of .NET Core 3.1 and ASP.NET Core 3.1 are also available now. How to get EF Core 3.1 EF Core 3.1 is distributed exclusively as a set of NuGet packages. For example, to add t...

Entity Framework
Sep 23, 2019
Post comments count57
Post likes count0

Announcing Entity Framework Core 3.0 and Entity Framework 6.3 General Availability

Diego Vega
Diego Vega

We are extremely excited to announce the general availability of EF Core 3.0and EF 6.3 on nuget.org. The final versions of .NET Core 3.0 and ASP.NET Core 3.0 are also available now. How to get EF Core 3.0 EF Core 3.0 is distributed exclusively as a set of NuGet packages. For example, to add the SQL Server provider to your project, you can use th...

.NET.NET CoreEntity Framework
Sep 16, 2019
Post comments count2
Post likes count0

Release Candidate builds of Entity Framework Core 3.0 and Entity Framework 6.3 are now available

Diego Vega
Diego Vega

We previously said that preview 9 would be your last chance to test EF Core 3.0 and EF 6.3 before general availability. But it turns out that we made enough improvements to our libraries and across the whole of .NET Core 3.0 to justify publishing a release candidate build. Hence the packages for EF Core 3.0 RC1 and EF 6.3 RC1 were uploaded to nuget...

.NET.NET CoreEntity Framework
Aug 13, 2019
Post comments count12
Post likes count0

Announcing Entity Framework Core 3.0 Preview 8 and Entity Framework 6.3 Preview 8

Diego Vega
Diego Vega

The Preview 8 versions of the EF Core 3.0 package and the EF 6.3 package are now available for download from nuget.org. New previews of .NET Core 3.0 and ASP.NET Core 3.0 are also available today. Please install these previews to validate that all the functionality required by your applications is available and works correctly.  Please rep...

Entity Framework
Jul 23, 2019
Post comments count4
Post likes count0

Announcing Entity Framework Core 3.0 Preview 7 and Entity Framework 6.3 Preview 7

Diego Vega
Diego Vega

Today, we are making new previews of EF Core 3.0 and EF 6.3 available on nuget.org. .NET Core 3.0 Preview 7 and ASP.NET Core 3.0 Preview 7 were also made available today. We encourage you to install these previews to try the new features, and to validate that all the functionality required by your applications is available and works correctly...

.NET
Jun 13, 2019
Post comments count6
Post likes count0

Announcing Entity Framework Core 3.0 Preview 6 and Entity Framework 6.3 Preview 6

Diego Vega
Diego Vega

New previews of the next versions of EF Core and EF 6 are now available on NuGet.Org. What is new in EF Core 3.0 Preview 6 In recent months, a lot of our efforts have been focused on a new LINQ implementation for EF Core 3.0. Although the work isn't complete and a lot of the intended functionality hasn't been enabled, before preview 6 we reached ...

Entity Framework
May 8, 2019
Post comments count51
Post likes count0

Announcing Entity Framework 6.3 Preview with .NET Core Support

Diego Vega
Diego Vega

The first preview of the EF 6.3 runtime is now available in NuGet. Note that the package is versioned as 6.3.0-preview5. We plan to continue releasing previews of EF 6.3 every month in alignment with the .NET Core 3.0 previews, until we ship the final version. What is new in EF 6.3? While Entity Framework Core was built from the ground up to w...

Entity Framework.NET.NET Core