What is middleware (in an ASP.NET Core context) and how does it work? Does the ASP.NET Core request pipeline differ to how the Classic ASP.NET request pipeline work? There's only one way to find out: read this article
Developing software and applications is great, but it's getting it out to users that's important to do. Taking a leaf from the DevOps tree, this week I'll show you how to use AppVeyor with your .NET Core projects, and how we can facilitate Continuous Delivery with it.
Developing software and applications is great, but it's getting it out to users that's important to do. Taking a leaf from the DevOps tree, this week I'll show you how to use AppVeyor with your .NET Core projects, and how we can facilitate Continuous Integration with it.
Now that the first previews of .NET Core and .NET Standard 2.0 have been released, we're able to use .NET Framework NuGet packages with .NET Core applications. In this post, I'll run you through the steps required to use a .NET Framework NuGet package in a .NET Core 2.0 application, and we'll build a .NET Core 2.0 desktop application which consumes an amazing .NET Framework class library.
At Build 2017, there were a lot of new features announced for ASP.NET Core 2.0, .NET Core 2.0 and .NET Standard 2.0. In this week's blog post, we're going to look at a few of the changes, specifically: the new configuration model and Razor Pages. I'll even cover a bug that was found in Razor Pages. Remember a preview build isn't necessarily ready for production
.NET Core 2.0 Preview 1 was released at MS Build 2017. Now that it's been out for a week, I'll take a look back at the information in the announcement, and I'll take a look at the benefits and drawbacks to using it.