Basic Sorting Algorithms In C# Krunal Shah2020-06-13T08:08:00-07:00 Learning basic sorting algorithms is a bit of a Computer Science 101 class. But many examples out there are either in pesudocode, or langu...Read More
Cookie Authentication In ASP.net Core Krunal Shah2020-06-13T08:06:00-07:00 This article covers Cookie Authentication in ASP.net Core 1.X. While much is the same in subsequent versions, there are a couple of small ...Read More
Creating And Validating JWT Tokens In ASP.NET Core Krunal Shah2020-06-13T08:04:00-07:00 I’ve recently been using JWT Tokens as my authentication method of choice for my API’s. And with it, I’ve had to do battle with various pi...Read More