.Net Core 3

Validating String Length In The Model

The ability to validate values passed into an ASP.NET application at the model level is a powerful thing. You can…

6 years ago

The Unsafe Keyword In C#

The Unsafe Keyword What is the unsafe keyword in C#? When should you use it? Should you use it? It’s…

7 years ago

Using Dynamic Data In Your ASP.NET Page

Let me start this post by saying if you're already know how to pass data from the backend code to…

7 years ago

Implementing Your IEmailSender For Forgot Password Reset

When you're implementing your Identity Server application in C# you will most likely need to implement some forgot password and…

7 years ago

Random Password Generator In C#

I've previously talked about hashing a password for IdentitySever4 in C#. This works well when you want to store your password…

7 years ago

Identity Server Hashing Passwords For Existing Users

Recently we started working on a new IdentityServer4 project - something to give a new facelift and security to an existing product…

7 years ago

Custom Routes For Your ASP.NET Core 3 Project

If you’re anything like me: when you wanted to find out more about ASP.NET you went to the internet. May…

7 years ago

Starting With C# .Net Core 3

I wanted to start this post with a quick caveat. At the time of writing this post: the .Net Core3…

7 years ago