Programming C# 12 Book, by Ian Griffiths, published by O'Reilly Media, is now available to buy.
Published on:
Learn moreRelated posts
Json Schema Patterns in .NET - Pattern matching and discriminated unions
In this post, we'll explore how to leverage common patterns in C# and JSON schema to create more effective code. Specifically, we'll look at h...
Json Schema Patterns in .NET - Mapping input and output values
This article explores the use of C# and JSON Schema to automatically map values between different types. By leveraging the Json.Net library an...
adr - A .NET Tool for Creating & Managing Architecture Decision Records
Architectural Decision Records (ADRs) capture context, options, decisions, and consequences. dotnet-adr is a .NET tool for managing ADRs.
Boosting string search performance in .NET 8.0 with SearchValues
Learn how .NET 8.0's SearchValues can speed up string searching
Boosting string search performance in .NET 8.0 with SearchValues
Learn how .NET 8.0's SearchValues can speed up string searching
How .NET 8.0 boosted JSON Schema performance by 20%
We benchmarked endjin's JSON Schema library on .NET 8.0 and saw large performance gains. There are even more gains to be had with new .NET 8 f...
Modernizing Reactive Extensions for .NET
Endjin are proud to be a .NET Foundation Corporate Sponsor, as we are maintainers of Reactive Extensions for .NET (AKA ReactiveX AKA Rx.NET) w...
High Performance JSON Serialization With Code Generation on C# 11 and .NET 7.0
Looking for ways to improve the parsing and generation of JSON data in your .NET applications? This talk showcases how recent features added t...
Migrate Azure Functions from .Net Framework (v1) to .Net Core (v3)
In this post, you'll learn how to make the transition from .Net Framework (v1) to .Net Core (v3) when migrating Azure Functions. As a develope...
How YOU can build a Mock REST API based on JSON for ASP .NET and minimal API
TLDR; this article describes how to create a Mock API from a JSON file for minimal API in ASP .NET What and why Mock APIs To mock som...