- 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.

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.…

HTML minification using WebMarkupMin in ASP.NET Core
In this post I show how to add HTML minification (and HTTP compression) to your ASP.NET Core application at runtime, using the open source WebMarkupMin.…

