Showing results for Entity Framework Core - .NET Blog

Jun 14, 2022
Post comments count17
Post likes count1

Announcing Entity Framework 7 Preview 5

Jeremy Likness
Jeremy Likness

Announcing EF7 Preview 5 with completed support for Table-per-Concrete Type (TPC).

.NETEntity Framework
Feb 17, 2022
Post comments count12
Post likes count0

Announcing Entity Framework 7 Preview 1

Jeremy Likness
Jeremy Likness

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

.NETEntity Framework
Dec 15, 2021
Post comments count10
Post likes count0

Announcing the Plan for EF7

Jeremy Likness
Jeremy Likness

See what the .NET data team has on the roadmap for Entity Framework Core 7.

.NET.NET CoreEntity Framework
Sep 8, 2021
Post comments count8
Post likes count0

Taking the EF Core Azure Cosmos DB Provider for a Test Drive

Jeremy Likness
Jeremy Likness

An overview of some enhancements to the Azure Cosmos DB provider for Entity Framework Core introduced in EF Core 6.0. Includes a reference project that demonstrates implicit ownership, primitive collections and raw SQL.

Entity FrameworkASP.NETAzure
Aug 16, 2021
Post comments count22
Post likes count2

Introducing DevOps-friendly EF Core Migration Bundles

Jeremy Likness
Jeremy Likness

EF Core's new migration bundles generate binary artifacts that you can use to deploy schema and data changes as part of your continuous delivery process.

.NETASP.NET.NET Core