Showing results for Entity Framework Core - .NET Blog

Feb 17, 2021
Post comments count10
Post likes count0

Announcing Entity Framework Core 6.0 Preview 1

Jeremy Likness
Jeremy Likness

Announcing the release of EF Core 6.0 Preview 1, the first preview of the new Entity Framework Core.

.NET.NET CoreC#
Jan 18, 2021
Post comments count23
Post likes count0

The Plan for Entity Framework Core 6.0

Jeremy Likness
Jeremy Likness

This blog post details the roadmap for Entity Framework Core 6.0.

.NET.NET CoreEntity Framework
Nov 10, 2020
Post comments count9
Post likes count0

Announcing the Release of EF Core 5.0

Jeremy Likness
Jeremy Likness

Announcing the release of EF Core 5.0, a full featured cross-platform version of Entity Framework that delivers the most requested features like Many-to-Many and Table-Per-Type.

.NETASP.NET.NET Core
Oct 13, 2020
Post comments count8
Post likes count0

Announcing Entity Framework Core (EF Core) 5 RC2

Jeremy Likness
Jeremy Likness

Entity Framework Core EF Core 5.0 gets closer to a final release. RC2 is now available with bug fixes and a go-live license.

.NETASP.NET.NET Core
Sep 14, 2020
Post comments count17
Post likes count0

Announcing Entity Framework Core (EFCore) 5.0 RC1

Jeremy Likness
Jeremy Likness

Announcing Entity Framework EFCore 5.0 RC1, a "go-live" supported release. This release includes new features like many-to-many, property bags, event counters, required 1:1 dependents and the ability to intercept SaveChanges and listen to save events. It also includes improvements to model-building, migrations, and more.

Entity Framework.NET.NET Core
Aug 25, 2020
Post comments count3
Post likes count0

Announcing Entity Framework Core (EF Core) 5.0 Preview 8

Jeremy Likness
Jeremy Likness

Entity Framework Core EF Core 5.0 Preview 8 is here with Table-per-type (TPT), table-valued functions support, SQLite table rebuilds for migrations and more.

Entity Framework.NET CoreC#
Jul 21, 2020
Post comments count2
Post likes count0

Announcing Entity Framework Core EF Core 5.0 Preview 7

Jeremy Likness
Jeremy Likness

Today, the Entity Framework Core team announces the seventh preview release of EF Core 5.0. This release includes a factory to create instances, the ability to reset state, Cosmos DB improvements including enhanced support for configuration options and partition keys, and much more. In this post To summarize: EF Core 5.0 runs on pl...

.NET.NET CoreC#
Jun 25, 2020
Post comments count11
Post likes count0

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
Post comments count2
Post likes count0

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
Post comments count13
Post likes count0

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