In Flutter Every Component Is A Widget

6 years ago

When I was looking up info about Flutter I ready that every component in Flutter is a widget. I didn't…

Starting With Mobile Development In Flutter

6 years ago

So, I've finally made the step. For some time now I have wanted to get into mobile development. I've looked…

Validating String Length In The Model

6 years ago

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

I Always Enjoyed Drawing

6 years ago

You may look at my new drawings now and never think I actually did O Level Art… That being said,…

The Unsafe Keyword In C#

7 years ago

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

Using Dynamic Data In Your ASP.NET Page

7 years ago

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

Implementing Your IEmailSender For Forgot Password Reset

7 years ago

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

Return Maximum Number Of Different Sweets

7 years ago

From the above title you may be wondering what this one is all about. Well, let me explain a little.…

Random Password Generator In C#

7 years ago

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

Identity Server Hashing Passwords For Existing Users

7 years ago

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