Showing category results for Entity Framework

Sep 8, 2021
Post comments count8
Post likes count0

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

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

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
Mar 11, 2021
Post comments count0
Post likes count0

Announcing Entity Framework Core 6.0 Preview 2

Jeremy Likness

Announcing the release of EF Core 6.0 Preview 2, the second preview of the new Entity Framework Core.

.NETASP.NET.NET Core
Mar 4, 2021
Post comments count20
Post likes count0

.NET Interactive with SQL!| .NET Notebooks in Visual Studio Code

Maria Naggaga

Read all about how SQL and Entity Framework Core developers can now start using .NET Interactive notebooks for quick iteration of notebooks while providing strongly typed APIs, code completion over tables and columns, and Language-Integrated-Query (LINQ). Quickly explore your data's shape and schema.

.NET CoreC#Azure
Feb 17, 2021
Post comments count10
Post likes count0

Announcing Entity Framework Core 6.0 Preview 1

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

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

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