Forking an open source project
A developer discusses forking the managed-midi open source project due to Windows 11 compatibility issues and plans for future maintenance.
Jon Skeet’s coding blog explores advanced C# topics, including immutable collections, LINQ patterns, and best practices for efficient, maintainable code.
7 articles from this blog
A developer discusses forking the managed-midi open source project due to Windows 11 compatibility issues and plans for future maintenance.
A developer details their journey through three load testing approaches for a high-traffic election website, focusing on cost-effective scalability.
A developer's experience migrating from ImmutableList/ImmutableDictionary to the more efficient ImmutableArray and FrozenDictionary in C# for specific usage patterns.
A follow-up analysis of unexpected behavior in C# record types when using the 'with' operator, exploring differing mental models and solutions.
A technical exploration of using C# records and collections for immutable data models, covering benefits and practical implementation details.
A developer details implementing storage for an election data project using Firestore and JSON files, focusing on abstraction and serialization patterns.
A technical overview of the architecture and cloud hosting choices for the Election 2029 website, built with ASP.NET Core and Google Cloud Run.