- Loading...
Sponsored by Dometrain Courses—Get 30% off Dometrain Pro with code ANDREW30 and access the best courses for .NET Developers

My new book ASP.NET Core in Action, Third Edition is available now! It supports .NET 7.0, and is available as an eBook or paperback.

Exploring the .NET Core 2.1 Docker files (updated): dotnet:runtime vs aspnetcore-runtime vs sdk
In this post, I look at the various Docker base images available for .NET Core 2.1 development, how they differ, and when you should use each of them.…

Creating a .NET Core global CLI tool for squashing images with the TinyPNG API
In this post I describe a .NET Core CLI global tool I created that can be used to compress images using the TinyPNG developer API…

Exploring the Microsoft.AspNetCore.App shared framework in ASP.NET Core 2.1 (preview 1)
ASP.NET Core 2.1 introduces the Microsoft.AspNetCore.App shared framework. In this post, I look at the motivation for this change, and what it means for devs…

Coming in ASP.NET Core 2.1 - top-level MVC parameter validation
This post looks at a feature coming in ASP.NET Core 2.1 related to Model Binding in ASP.NET Core MVC/Web API Controllers - top-level parameter validation.…

