Showing results for .NET Core - .NET Blog

Oct 13, 2016
1
0

Hosting .NET Core Services on Service Fabric

Mike Rousos
Mike Rousos

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

.NET
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
Sep 26, 2016
0
1

Introducing .NET Standard

Immo Landwerth
Immo Landwerth

Questions? Check out the .NET Standard FAQ. You can find the latest version of the compatibility matrix here. In my last post, I talked about how we want to make porting to .NET Core easier. In this post, I'll focus on how we're making this plan a reality with .NET Standard. We'll cover which APIs we plan to include, how cross-framework compatib...

.NET
Sep 21, 2016
0
0

Reusing Configuration Files in ASP.NET Core

Connie Yau
Connie Yau

Introduction The release of ASP.NET Core 1.0 has enticed existing ASP.NET customers to migrate their projects to this new platform. While working with a customer to move their assets to ASP.NET Core, we encountered an obstacle. Our customer had a many configuration files () they used regularly. They had hundreds of configuration files that would t...

.NET
Sep 19, 2016
1
0

Custom ASP.NET Core Middleware Example

Mike Rousos
Mike Rousos

One of the great things about ASP.NET Core is its extensibility. The behavior of an ASP.NET Core app's HTTP request handling pipeline can be easily customized by specifying different middleware components. This allows developers to plug in request handlers like MVC middleware, static file providers, authentication, error pages, or even their own cu...

.NET
Sep 1, 2016
0
0

Announcing the ongoing Bug Bounty for .NET Core and ASP.NET Core

Barry Dorrans
Barry Dorrans

It's with a great deal of pleasure that I can announce an on-going bug bounty for .NET Core and ASP.NET Core, our cross platform runtime and web stack. During the RC1 and RC2 bounty periods we received quite a few interesting, intriguing and even puzzling bugs which we've addressed. The RC 1 bounty included one report which prompted an entire rewr...

ASP.NETASP.NET Core
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 27, 2016
0
0

Making it easier to port to .NET Core

Immo Landwerth
Immo Landwerth

In my last post, I talked about porting to .NET Core and requested feedback from our community on what their experience was and what we could improve. This sparked many great conversations with our users. Based on these conversations as well as our experience working with first- and third-party partners, we've decided to drastically simplify the ...

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