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 add caching headers to the files served by the StaticFileMiddleware to increase your site's performance.…
This post is a follow on to one by Steve Gordon, in which I show a clean way to use configured services when setting up MvcOptions when calling AddMvc.…
In this next post on authorisation in ASP.NET Core, we look at how you can secure resources based on properties of that resource itself.…
In this post I show how to modify the UI you present based on the authorisation level of the current user, to hide links the user is not allowed to access.…
In this post on authorisation in ASP.NET Core, we look at creating policies with multiple requirements, custom requirements and applying a global policy.…
In this post we'll learn about authorisation in ASP.NET Core, explaining the principles behind it, how it is implemented, and how to apply simple policies.…
Stay up to the date with the latest posts!