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 show how to prerender all the pages in a Blazor WebAssembly app ahead of time, so you can host the app as static files, without a host app.…
In this post I describe how to host a Blazor WebAssembly app in an ASP.NET Core app and how to enable WebAssembly prerendering…
In this post I provide a primer on the ASP.NET Core data-protection system: what it is, why do we need it, and how it works at a high level…
In this post I show how to add a GitHub action to your repository that auto-assigns issues to you…
In this post I compare the impact of the framework-dependent vs self-contained mode on Docker image size, taking layer caching into account…
In this post I describe how to use content negotiation with route-to-code by executing ActionResults.…
Stay up to the date with the latest posts!