Efficient Object Mapping with Mapperly in .NET
Mapperly: The compile-time object mapping library that transforms .NET development. Discover how source generators create faster, type-safe mappings with zero runtime overhead.
Mapperly: The compile-time object mapping library that transforms .NET development. Discover how source generators create faster, type-safe mappings with zero runtime overhead.
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 »