Tag: 'docker'

Do I Always Need ASP.NET?
Do I Always Need ASP.NET?
December 26, 2024

The last couple of years I've needed a couple of new sites to promote things I'm working. Because I'm a .NET developer, my first instinct is always to just File->New an ASP.NET site. But should I?

ASP.NET Core in Azure App Services' Docker Images - Part 3
ASP.NET Core in Azure App Services' Docker Images - Part 3
December 26, 2024

In this last post in the series, i'll show you how to use GitHub Actions to automate when you want to push a new version of your container to your Azure App Service.

ASP.NET Core in Azure App Services' Docker Images - Part 2
ASP.NET Core in Azure App Services' Docker Images - Part 2
December 26, 2024

Assuming you read my last post, you should be ready to take your ASP.NET Core project and deploy it to Azure App Services. This post, I'll walk you through the process.

Developing with Docker and ASP.NET Core
Developing with Docker and ASP.NET Core
December 26, 2024

If you've viewed my new "Designing RESTful Web APIs" course on Pluralsight, you've already encountered my small API that I use as an exammple. While the course is platform agnostic, i'll admit that I built it with ASP.NET Core (2.2).