Showing results for Entity Framework - .NET Blog

Sep 29, 2016
0
0

Implementing Seeding, Custom Conventions and Interceptors in EF Core 1.0

Mike Rousos
Mike Rousos

This post was written by Alina Popa, a software engineer on the .NET team. Updated 10/5/2016: This post has been updated to use improved Entity Framework Core techniques which don’t rely on internal APIs. Implementing Seeding, Custom Conventions and Interceptors in EF Core 1.0 Introduction Entity Framework Core (EF Core) is a lightweight and ...

.NET
Jul 29, 2016
0
0

Entity Framework Core 1.1 Plans

Rowan Miller
Rowan Miller

Now that Entity Framework Core (EF Core) 1.0 is released, our team is beginning work on bug fixes and new features for the 1.1 release. Keep in mind that it's early days for this release, we're sharing our plans in order to be open, but there is a high chance things will evolve as we go. High level goals Our goal with 1.1 release is to make progres...

Entity Framework
Jun 27, 2016
0
0

Announcing Entity Framework Core 1.0

Rowan Miller
Rowan Miller

Entity Framework Core (EF Core) is a lightweight, extensible, and cross-platform version of Entity Framework. Today we are making Entity Framework Core 1.0.0 available. This coincides with the release of .NET Core and ASP.NET Core. Upgrading from RC2 to RTM If you are upgrading an application from RC2 to RTM, be sure to read our Upgrading from RC2 ...

Entity Framework
May 16, 2016
0
0

Announcing Entity Framework Core RC2

Rowan Miller
Rowan Miller

Entity Framework (EF) Core is a lightweight, extensible, and cross-platform version of Entity Framework. Today we are making Entity Framework Core RC2 available. This coincides with the release of .NET Core RC2 and ASP.NET Core RC2. EF Core, formerly known as EF7 Between RC1 and RC2, we changed from Entity Framework 7 to Entity Framework Core 1.0. ...

Entity Framework
May 16, 2016
0
0

Announcing Entity Framework Core RC2

Rowan Miller
Rowan Miller

Entity Framework (EF) Core is a lightweight, extensible, and cross-platform version of Entity Framework. Today we are making Entity Framework Core RC2 available. This coincides with the release of .NET Core RC2 and ASP.NET Core RC2. EF Core, formerly known as EF7 Between RC1 and RC2, we changed from Entity Framework 7 to Entity Framework Core 1.0. ...

Entity Framework
Dec 7, 2015
0
0

New feature to enable C# 6 / VB 14

Web Development Tools Microsoft
Web Development Tools Microsoft

The model to leverage updated versions of C# or VB in web apps has changed over the past few years. In the past to leverage a new version of C# or VB you would get the runtime and build tools by installing the .NET Framework. With Visual Studio 2015 and the latest version of MSBuild this is no longer needed. You can decide which applications levera...

ASP.NET
Nov 18, 2015
0
0

Entity Framework 7 RC1 Available

Rowan Miller
Rowan Miller

Today we are making Entity Framework 7 RC1 available. EF7 will be the next major release of Entity Framework and is currently in pre-release.   When to use EF7 As discussed in our EF7 – v1 or v7 post, EF7 introduces some significant changes and improvements over EF6.x. Because EF7 is based on a new core, the features from EF6.x do not aut...

Entity Framework