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…
Let me start this post by saying if you're already know how to pass data from the backend code to…
When you're implementing your Identity Server application in C# you will most likely need to implement some forgot password and…
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…