Everything you care about in one place

Follow feeds: blogs, news, RSS and more. An effortless way to read and digest content of your choice.

Get Feeder

stevejgordon.co.uk

Steve Gordon's Blog

Get the latest updates from Steve Gordon's Blog directly as they happen.

Follow now 78 followers

Latest posts

Last updated 6 months ago

How dotnet.exe resolves and loads the hostfxr library – Exploring the .NET muxer

6 months ago

In this post, we will continue our journey into the functionality and...

A Brief Introduction to the .NET Muxer (aka dotnet.exe)

7 months ago

This post marks the start of what I expect will be a...

Implementing ASP.NET Core Automatic Span (Activity) Linking for Internal Redirects with Middleware on .NET 9

7 months ago

Today, I’ll continue a current theme for my content based on my...

An Efficient Dictionary for IPAddress Tracking using .NET 9 with AlternateLookup and IAlternateEqualityComparer

7 months ago

In this post, I will introduce and demonstrate enhancements to collections in...

Receiving GitHub Webhooks When Using the ASP.NET Core Developer Certificate

8 months ago

SERIES: A Guide to Developing GitHub Apps on .NET For the last...

Disabling Recording of an Activity (span) in .NET OpenTelemetry Instrumentation

8 months ago

I’ve recently been building some hobby code to dogfood the various observability...

Understanding System.Diagnostics DiagnosticSource and DiagnosticListener (Part 1)

about 1 year ago

Throughout its history, .NET has evolved various mechanisms to “log” diagnostic information...

Accessing State in System.Text.Json Custom Converters

over 2 years ago

In this post, I describe several techniques that can provide additional state...

Creating, Inspecting and Decompiling the World’s Smallest C# Program

almost 3 years ago

In this post, I thought it might be fun to create the...

Using the Roslyn APIs to Analyse a .NET Solution

about 3 years ago

In a previous post “Getting Started with the Roslyn APIs: Writing Code...

Custom JSON Serialisation with System.Text.Json Converters

over 3 years ago

This post is my contribution to the .NET Advent calendar. Make sure...

Playing with System.Text.Json Source Generators

over 3 years ago

In my daily work, I’m becoming quite familiar with the ins and...