News

Sometimes I'm just plain lazy. Other times I don't want to have to spend hours debugging ASP code because of typos so I've found a way to help short cut some repetitive ASP coding tasks. The idea is ...
Take advantage of resource-based authorization in ASP.NET Core to provide fine-grained access to resources in scenarios not supported by attribute-based authorization. When implementing ...
Here's both how to get to the ClaimsPrincipal and how to extend it with custom claims. If you've written code to access user information in ASP.NET MVC, you've worked with the ClaimsPrincipal object.