Rob Lang's profile picture

Written by Dr Rob Lang , PhD AI, lead web developer, hobby game developer. Twitter, YouTube, GitHub

  1. November 02, 2022

    In my previous blog post, I looked at connecting a .NET client to a Kafka cluster on MSK. To get to that point, I hit a lot of errors that…

  2. October 31, 2022

    This guide looks at connecting a .NET Core client to an AWS Kafka (MSK) cluster using Mutual TLS. We’re going to focus on the mutual TLS…

  3. July 11, 2018

    We’re going to implement a simple Linux daemon service in .NET Core 2.x. The daemon will respond to input arguments and write to the console…

  4. October 04, 2017

    In this post you will learn how to get a simple ASP.NET Core 2 API running that uses the Brighter command pattern for sending updates to an…

  5. June 21, 2017

    The Uri class in .NET contains methods for getting at parts of the Uri. In your ASP.NET MVC project you can get the current URL from within…