- Loading...
Sponsored by Dometrain Courses—Get 30% off Dometrain Pro with code ANDREW30 and access the best courses for .NET Developers

My new book ASP.NET Core in Action, Third Edition is available now! It supports .NET 7.0, and is available as an eBook or paperback.

Resource-based authorisation in ASP.NET Core
In this next post on authorisation in ASP.NET Core I show how you can secure resources based on properties of the resource itself…

Modifying the UI based on user authorisation in ASP.NET Core
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.…

Custom authorisation policies and requirements in ASP.NET Core
In this post on authorisation in ASP.NET Core, we look at creating policies with multiple requirements, custom requirements and applying a global policy.…

Introduction to Authorisation in ASP.NET Core
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.…

Injecting services into ValidationAttributes in ASP.NET Core
This post describes how to use dependency injection with ValidationAttributes in ASP.NET Core, and the process I took in trying to figure out how!…

Localising the DisplayAttribute and avoiding magic strings in ASP.NET Core
In this post, we cover some of the problems you may find when localising your application such as localising the DisplayAttribute and broken magic strings.…

