Showing results for Entity Framework - .NET Blog

Mar 4, 2021
20
0

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

Maria Naggaga
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
Nov 10, 2020
9
0

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 27, 2020
6
0

Help Us Plan EF Core 6.0

Jeremy Likness
Jeremy Likness

Help shape the future of how .NET developers interact with data by sharing your feedback about Entity Framework.

.NETASP.NET.NET Core
Sep 14, 2020
17
0

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
Jul 21, 2020
2
0

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#