When I was looking up info about Flutter I ready that every component in Flutter is a widget. I didn't…
So, I've finally made the step. For some time now I have wanted to get into mobile development. I've looked…
The ability to validate values passed into an ASP.NET application at the model level is a powerful thing. You can…
You may look at my new drawings now and never think I actually did O Level Art… That being said,…
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…
From the above title you may be wondering what this one is all about. Well, let me explain a little.…
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…