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 describe how to use content negotiation with route-to-code by executing ActionResults.…
In this post I describe how to add host filtering to an ASP.NET Core application, and show why not filtering could allow attackers to exploit your app…
In this post I describe 5 different ways to set which URLs your ASP.NET Core application listens on.…
This post shows how to use multiple hosting environments for different apps on a machine, by using environment variables and the UseEnvironment() method.…
Learn how to set the hosting environment in ASP.NET Core using environment variables on Windows and OS X, using your IDE, or by using command line arguments…
In this post I describe how to configure the urls your application binds to when using the Kestrel or WebListener HTTP servers that come with ASP.NET Core…
Stay up to the date with the latest posts!