Using Swagger In .NET Core 3+
Are there new .NET Core API projects that don’t use Swagger? It’s one of the first things I install on …
Are there new .NET Core API projects that don’t use Swagger? It’s one of the first things I install on …
I’ve recently been trying out the new System.Text.Json JSON Parser that is now built into .NET Core 3+, replacing NewtonSoft.Json …
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 …