I recently upgraded dwCheckApi to .NET Core 2.0, but the deployment didn't go so well. Want to know why and how to avoid it happening to you? Then click through and read on.
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.
Building .NET Core applications is great, but what are the options for hosting? In this post, I take you through the steps required to publish your application to a Digital Ocean droplet.
Microsoft's cloud hosting service, Azure, is really powerful. Visual Studio 2017 hooks directly into Azure, as does the .NET Core tooling. With that in mind, we're going to publish a WebApi application to Azure and watch it fly.