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 to C# can significantly enhance your JSON handling mechanism and boost performance. By leveraging high-performance and memory-efficient techniques, you can achieve a better code handling of JSON data, while keeping the runtime overheads at a minimum.
Additionally, this talk also delves into the use of code generators, which enable you to optimize JSON serialization. You'll learn about the tradeoff between maximum performance and ease of use and how to choose the right options that work best for your modern .NET applications.
If high performance JSON serialization is what you're after, this session is perfect for you. You'll come away with a better understanding of how to handle JSON data in a more efficient and optimized fashion.
Visit the following link to learn more about the topic:
https://endjin.com/what-we-think/talks/high-performance-json-serialization-with-code-generation-on-csharp-11-and-dotnet-7-0.htmlPublished on:
Learn moreRelated posts
Safe JSON Schema Validation with .NET's JsonElement
Learn how Corvus.JsonSchema can be used to maximize the secure utilization of .NET's high-performance JSON parsing. Specifically, System.Text....
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...
How .NET 8.0 boosted JSON Schema performance by 20%
When we benchmarked endjin's JSON Schema validation library on .NET 8.0, we were delighted to see substantial performance gains, with no extra...
Ian Griffiths presenting High Performance JSON Serialization with Code Generation on .NET 7.0
Ian Griffiths is presenting at at JetBrains .NET Day Online about JSON Serialization with Code Generation on .NET 7.0
Announcing dynamic JSON in the Azure Core library for .NET
The Azure Core library for .NET now includes the ability to handle dynamic JSON. The new dynamic type enables raw JSON data to be treated as a...
Parsing JSON string into a JSON object using ParseJSON() function in Canvas App within Power Platform
Learn how to effectively parse JSON string into a JSON object using the ParseJSON() function in Canvas App within Power Platform with this inf...
Ian Griffiths presenting at Visual Studio Live! 2022 @ Microsoft HQ
Ian Griffiths is presenting at Visual Studio Live! on the Microsoft Campus about .NET 6.0 Cold Start in the Cloud, Reaqtor and high performanc...
Ian Griffiths presenting at Visual Studio Live! 2022 San Diego
Ian Griffiths is presenting at Visual Studio Live! In San Diego about JSON Serialization with Code Generation on C# 10, Reaqtor, and .NET Cold...
Parse JSON in Power Automate
If you're looking to parse JSON in Power Automate, look no further! This blog post provides step-by-step instructions for how to perform this ...