ASP.NET Core in Action, Second Edition supports .NET 5.0. Buy the book in MEAP now, and get the chapters as they're written. You even get a free copy of the first edition of ASP.NET Core in Action!
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.…
In this post I'll describe how to configure EF Core to use snake_case for database object names instead of Camel Case, so they work better with PostgreSQL.…
In this post, I'll show how to update your appveyor.yml file so you can build .NET Core preview libraries on AppVeyor by installing the SDK on each build.…
Stay up to the date with the latest posts!