Introduction It's been a while since I've blogged on the site but I wanted to quickly post this out so others…
.net
Number of posts: 7
GraphQL - Incorporating role-based authorization at the field level
Intro With great power comes great responsibilities. And if you're reading this, you already know that GraphQL giv…
GraphQL - Introducing Input Validation in Mutations
Intro I have been exploring GraphQL for almost a year now starting with the original GraphQL implementation written in…
Creating .NET Library that targets multiple frameworks
Intro In this post, I will cover how easy it is to create a .NET Standard Class Library that allows you to target mult…
NuGet - Require Reinstallation Attribute
Intro As a precaution, NuGet has started adding requireReinstallation="true" attribute anytime the solution…
Identity Server - Adding Custom Claims
Scenario You need to add custom claim(s) as part of the end-users sign-in experience that will drive certain business…
Intro to Identity Management Solution - Identity Server
Scenario You just got a project handed to you that requires setting up some sort of custom Identity Management solutio…