My new book ASP.NET Core in Action, Second Edition is available now! It supports .NET 5.0, and is available as an eBook or paperback. You even get a free copy of the first edition of ASP.NET Core in Action!
In this post I'll show how to create an ILoggingProvider for ASP.NET Core that writes logs to the file system, based on the Azure App Service provider.…
In this post I describe a feature I only recently discovered: alignment in interpolated strings…
In this post I'll show how you can use CancellationTokens in your MVC action methods to stop execution when a user cancels a request from their browser…
This article describes how to fix "The SDK 'Microsoft.Net.Sdk.Web' specified could not be found" when creating ASP.NET Core 2.0 projects in VS 2017 15.3.…
In this post I'll show a quick example of the ApiExplorer MVC feature, and how you can use it to expose metadata about your application.…
In this post I'll show how to use the FormatFilter, so that you can specify the output format for an action using a URL suffix, e.g. /api/values.xml as XML.…
Stay up to the date with the latest posts!