Showing results for Entity Framework - .NET Blog

Apr 18, 2019
Post comments count51
Post likes count0

Announcing Entity Framework Core 3.0 Preview 4

Diego Vega
Diego Vega

Today, we are making the fourth preview of Entity Framework Core 3.0 available on NuGet, alongside .NET Core 3.0 Preview 4 and ASP.NET Core 3.0 Preview 4. We encourage you to install this preview to test the new functionality and assess the impact of the included breaking changes. What’s new in EF Core 3.0 Preview 4? This preview includes more th...

Entity Framework
Apr 18, 2019
Post comments count6
Post likes count0

Updated Razor support in Visual Studio Code, now with Blazor support

Daniel Roth
Daniel Roth

Today we are pleased to announce improved Razor tooling support in Visual Studio Code with the latest C# extension. This latest release includes improved Razor diagnostics and support for tag helpers and Blazor apps.

ASP.NETASP.NET Core.NET Core
Dec 4, 2018
Post comments count3
Post likes count0

Announcing Entity Framework Core 2.2

Diego Vega
Diego Vega

Today we're making the final version of EF Core 2.2 available, alongside ASP.NET Core 2.2 and .NET Core 2.2. This is the latest release of our open-source and cross-platform object-database mapping technology. EF Core 2.2 RTM includes more than a hundred bug fixes and a few new features: Spatial data support Spatial data can be used to represe...

Entity Framework
Oct 17, 2018
Post comments count0
Post likes count0

Announcing Entity Framework Core 2.2 Preview 3

Diego Vega
Diego Vega

Entity Framework Core 2.2 Preview 3 available with a new preview of our data provider for Cosmos DB and updated spatial extensions for various providers. Preview 3 is going to be the last milestone before EF Core 2.2 RTM, so now is your last chance to try the bits and give us feedback if you want to have an impact on the quality and the shape of th...

Entity Framework
Sep 12, 2018
Post comments count0
Post likes count0

Announcing Entity Framework Core 2.2 Preview 2 and the preview of the Cosmos DB provider and spatial extensions for EF Core

Diego Vega
Diego Vega

Today we are making EF Core 2.2 Preview 2 available, together with a preview of our data provider for Cosmos DB and new spatial extensions for our SQL Server and in-memory providers. Obtaining the preview The preview bits are available on NuGet, and also as part of ASP.NET Core 2.2 Preview 2 and the .NET Core SDK 2.2 Preview 2, also releasing tod...

Entity Framework
May 30, 2018
Post comments count0
Post likes count0

Announcing Entity Framework Core 2.1

Diego Vega
Diego Vega

Today we are excited to announce the release of Entity Framework (EF) Core 2.1. This is the latest production-ready release of our open-source and cross-platform data access technology. We are releasing today alongside .NET Core 2.1 and ASP.NET Core 2.1. EF Core 2.1 targets .NET Standard 2.0 and so also runs on .NET Core 2.0 and .NET Framework 4.6....

Entity Framework
May 7, 2018
Post comments count0
Post likes count0

Announcing Entity Framework Core 2.1 RC 1

Diego Vega
Diego Vega

Today, we are excited to announce that the first release candidate of EF Core 2.1 is available, alongside .NET Core 2.1 RC 1 and ASP.NET Core 2.1 RC 1, for broad testing, and now also for production use! Go live support EF Core 2.1 RC1 is a "go live" release, which means once you test that your application works correctly with RC1, you can use it...

Entity Framework
Apr 11, 2018
Post comments count0
Post likes count0

Announcing Entity Framework Core 2.1 Preview 2

Diego Vega
Diego Vega

Today we’re releasing the second preview of EF Core 2.1, alongside .NET Core 2.1 Preview 2 and ASP.NET Core 2.1 Preview 2. Thank you so much to everyone who has tried our early builds and has helped shape this release with their feedback and code contributions! The new preview bits are now available in NuGet as individual packages, and as par...

Entity Framework
Feb 27, 2018
Post comments count0
Post likes count0

Announcing Entity Framework Core 2.1 Preview 1

Diego Vega
Diego Vega

Today we are releasing the first preview of EF Core 2.1, alongside .NET Core 2.1 Preview 1 and ASP.NET Core 2.1 Preview 1. The new bits are available in NuGet as part of the individual packages, and as part of the ASP.NET Core meta-packages (both Microsoft.AspNetCore.All and the new Microsoft.AspNetCore.App), and included in the .NET Core SDK. ...

Entity Framework
Feb 2, 2018
Post comments count0
Post likes count0

Entity Framework Core 2.1 Roadmap

Diego Vega
Diego Vega

As mentioned in the announcement of the .NET Core 2.1 roadmap earlier today, at this point we know the overall shape of our next release and we have decided on a general schedule for it. As we approach the release of our first preview later this month, we also wanted to expand on what we have planned for Entity Framework Core 2.1. New features Al...

Entity Framework