.NET Core Interview Questions
Q: What is .NET Core?
.NET Core is a modern Microsoft framework for creating applications that can run platform agnostic. .NET core...
Force TLS in .NET
Versions before ASP.NET 4.7 default to making outbound connections using TLS 1.0. This is a real problem for security for many...
Docker: NuGet Server Windows Server Core
I've set up a NuGet Server on a Dockerized Windows Server Core IIS image. This is a multi-stage build...
Connecting Kafka Tool to Azure Event Hubs
I find connecting the Kafka Tool or any tool to Kafka at times to be a cumbersome process....
Must Haves for the IT Professionals
Over the years I've used some really cool devices and services and I find these all to be very...
10 Highly Recommended WordPress Plugins
These are plugins that I've used over the years and think that they are great additions to your WordPress website.
BackupBuddy
This...
Local Development with Azure API Management Gateway
This was rather tricky to figure out so I thought I would share my experience with setting up...
Docker Compose: WORDPRESS_CONFIG_EXTRA
The Docker image for WordPress contains a property called "WORDPRESS_CONFIG_EXTRA", this allows code to be passed directly to the wp-config.php file. This...
IdentityServer ClientCredentials with POSTMAN
This tutorial will demonstrate how to set up security within microservices using IdentityServer with OpenID. This will use a Client and...
.NET: Unit Testing Azure Service Bus
Unit testing an Azure Service Bus consumer is fairly easy. In this tutorial, I will use .NET6, Moq (v4),...































