Creating And Validating JWT Tokens In C# .NET
I’ve recently been using JWT Tokens as my authentication method of choice for my API’s. And with it, I’ve had …
I’ve recently been using JWT Tokens as my authentication method of choice for my API’s. And with it, I’ve had …
I recently had to write interview questions specifically for features that made it into C# 7. You can have a …
Opening Excel files in code has been a painful experience long before .NET Core came along. In many cases, you …
This article is part of a series on the SOLID design principles. You can start here or jump around using …
This article is part of a series on the SOLID design principles. You can start here or jump around using …
This article is part of a series on the SOLID design principles. You can start here or jump around using …
This article is part of a series on the SOLID design principles. You can start here or jump around using …
This article is part of a series on the SOLID design principles. You can start here or jump around using …
Similar to the Singleton and Mediator Patterns, the Factory Pattern is part of the “Gang Of Four” design patterns that …
I recently came across a project that was doing something simple – reading a JSON config file. But the way …