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 …
NOTE : This post was initially written in early 2017 (!!!) but has now been completely revamped in 2020 to …
In a previous post we talked about setting up IIS to host a .NET Core web app, and since then, …
For the past few years I’ve been almost exclusively using Azure’s PAAS Websites to host my .NET Core applications. Whereby …
Note, this tutorial is about hosting an ASP.NET Core web app as a windows service, specifically in .NET Core 3. …
Recently I’ve been working a lot in .NET Core 3.0 and 3.1 projects. Both upgrading existing 2.2 projects and a …
I’ve recently had the opportunity to start a Specflow/Selenium end to end testing project from scratch and my gosh it’s …
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 creating Windows Services in .NET Core. Part 1 – The “Microsoft” Way …