Skip to content
Ian Griffiths Ian Griffiths

Explore modern C# features for efficient JSON parsing & generation, using code generators and balancing performance with ease of use in .NET apps.

About this talk

JetBrains .NET Day Online 2023

In this talk, you will see how features added to recent versions of C# can dramatically improve parsing and generation of JSON data compared with longer-established .NET JSON handling mechanisms. You will see how to use high-performance memory-efficient techniques, and also how code generators can reduce runtime overheads. This talk will explore the trade-off between maximizing performance and ease of use and will show you how to choose between the various options now available in modern .NET applications.