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 3 days ago

The Grand Mystery of the Missing 18 Bytes

3 days ago

In this brief blog post, I will share the tale of the...

Talk: Application Performance Optimisation in Practice (60 mins)

4 days ago

Application performance always matters. Sometimes critically, sometimes subtly, but it’s never irrelevant...

Encrypting Properties with System.Text.Json and a TypeInfoResolver Modifier (Part 1)

17 days ago

In this multi-part blog series, we’ll build a reasonably full-featured code base...

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

about 1 year ago

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

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

over 1 year 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

over 1 year 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

over 1 year ago

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

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

over 1 year ago

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

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

over 1 year ago

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

Understanding System.Diagnostics DiagnosticSource and DiagnosticListener (Part 1)

almost 2 years ago

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

Accessing State in System.Text.Json Custom Converters

over 3 years ago

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

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

over 3 years ago

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