Showing results for Entity Framework - .NET Blog

Jun 25, 2020
11
0

Announcing Entity Framework Core EFCore 5.0 Preview 6

Jeremy Likness
Jeremy Likness

Today, the Entity Framework Core team announces the sixth preview release of EF Core 5.0. This release includes split queries for related collections, a new "index" attribute, improved exceptions related to query translations, IP address mapping, exposing transaction id for correlation, and much more. Prerequisites EF Core 5.0 will not run on .NE...

.NET CoreC#Entity Framework
Jun 10, 2020
2
0

Announcing Entity Framework Core 5.0 Preview 5

Jeremy Likness
Jeremy Likness

Announcing the release of Entity Framework Core 5.0 Preview 5 featuring database collations, flowing arguments to IDesignTimeDbContextFactory, no tracking queries with identity resolution, stored (persisted) columns and SQLite computed columns.

Entity Framework.NET Core
May 19, 2020
13
0

Announcing Entity Framework Core 5.0 Preview 4

Jeremy Likness
Jeremy Likness

Announcing the release of Entity Framework Core 5.0 Preview 4 with bug fixes and new features like setting database column precision and configuring SQL Server index fill factor.

.NET CoreEntity Framework
Apr 23, 2020
0
0

Announcing Entity Framework Core 5.0 Preview 3

Jeremy Likness
Jeremy Likness

Today we are excited to announce the third preview release of EF Core 5.0. The third previews of .NET 5 and ASP.NET Core 5.0 are also available now. 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 pa...

.NET.NET CoreC#
Apr 2, 2020
9
0

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
14
0

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
14
0

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
57
0

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
2
0

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