A singleton class is a design pattern where only one instance of a class can exist in a program at…
So, as I go through the process of interviewing for new roles I find myself starting to challenge myself with…
The ability to validate values passed into an ASP.NET application at the model level is a powerful thing. You can…
The Unsafe Keyword What is the unsafe keyword in C#? When should you use it? Should you use it? It’s…
I've previously talked about hashing a password for IdentitySever4 in C#. This works well when you want to store your password…
Recently we started working on a new IdentityServer4 project - something to give a new facelift and security to an existing product…
If you’re anything like me: when you wanted to find out more about ASP.NET you went to the internet. May…
I wanted to start this post with a quick caveat. At the time of writing this post: the .Net Core3…