Performant Compile-Time Logging in .NET
Logging is a critical part of software development. Learn how to improve logging performance, safety, and maintainability with source generator in .NET applications.
Logging is a critical part of software development. Learn how to improve logging performance, safety, and maintainability with source generator in .NET applications.
System.Text.Json serializer uses reflections for serialization and deserialization. Reflection is slow. Learn how you can serialize object using Source Generation in .NET.
Intro to Serialization with Source Generation in System.Text.Json Read More »