.NET Blog

Free. Cross-platform. Open source. A developer platform for building all your apps.

Announcing Entity Framework Core 1.1

Entity Framework Core (EF Core) is a lightweight, extensible, and cross-platform version of Entity Framework. Today we are making Entity Framework Core 1.1 available. EF Core follows the same release cycle as .NET Core. Continuous improvements every 2 months and new features released every 6 months. This is the first feature release since 1.0...

.NET Core Data Access

.NET Core was released a few months ago, and data access libraries for most databases, both relational and NoSQL are now available. In this post, I'll detail what client libraries are available, as well as show code samples for each of them. ORM EF Core Entity Framework is Microsoft's Object-Relational Mapper for .NET, and as such is one of...

The week in .NET – On .NET on CoreRT and .NET Native – Enums.NET – Ylands – Markdown Monster

To read last week's post, see The week in .NET – .NET Foundation – Serilog – Super Dungeon Bros. On .NET Last week, Mei-Chin Tsai and Jan Kotas were on the show: This week, we won't be streaming live, but we'll be taking advantage of the presence of many MVPs on campus for the MVP Summit to speak with as many of them as possible in ...

The week in .NET – .NET Foundation – Serilog – Super Dungeon Bros

To read last week's post, see The week in .NET – .NET, ASP.NET, EF Core 1.1 Preview 1 – On .NET on EF Core 1.1 – Changelog – FluentValidation – Reverse: Time Collapse. On .NET: Martin Woodward on the .NET Foundation Last week, Martin Woodward was on the show to talk about the .NET Foundation: This week, we'll speak with Mei-Chin...

The week in .NET – .NET, ASP.NET, EF Core 1.1 Preview 1 – On .NET on EF Core 1.1 – Changelog – FluentValidation – Reverse: Time Collapse

To read last week's post, see The week in .NET – Bond – The Gallery. Preview 1 of .NET Core 1.1, ASP.NET Core 1.1, and EF Core 1.1 announced Preview 1 versions of .NET Core 1.1, ASP.NET Core 1.1, and Entity Framework Core 1.1 were released today. Check out the blog posts to discover the new features! On .NET Last week, ...

Announcing Entity Framework Core 1.1 Preview 1

Entity Framework Core (EF Core) is a lightweight, extensible, and cross-platform version of Entity Framework. Today we are making Entity Framework Core 1.1 Preview 1 available. Upgrading to 1.1 Preview 1 If you are using one of the database providers shipped by the EF Team (SQL Server, SQLite, and InMemory), then just upgrade your provider ...

.NET Core Tooling in Visual Studio “15”

This post was co-authored by David Carmona, a Principal Program Manager Lead in .NET Team and Joe Morris, a Senior Program Manager in .NET Team. Couple of weeks back, we dedicated a blog post introducing .NET Standard 2.0, which will significantly extend your ability to share code by unifying .NET APIs across all application types and ...

Hosting .NET Core Services on Service Fabric

This post was written by Vaijanath Angadihiremath, a software engineer on the .NET team. This tutorial is for users who already have a group of ASP.NET Core services which they want to host as microservices in Azure using Azure Service Fabric. Azure Service Fabric is a great way to host microservices in a PaaS world to obtain many benefits ...

Implementing Seeding, Custom Conventions and Interceptors in EF Core 1.0

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 ...