S
Jul 3, 2026Should a DTO be assigned directly to an Entity?
No Map<T>(). No reflection. No runtime configuration. Just plain C#. OrderEntity entity =...
Jul 3, 20262 min read0 reactions1 comments
Tag archive
No Map<T>(). No reflection. No runtime configuration. Just plain C#. OrderEntity entity =...
Discover how DKNet.EfCore.DtoGenerator uses Roslyn Source Generators to automatically create immutable DTOs from EF Core entities, eliminating boilerplate code while preserving validation attributes and type safety.
Introduction to RoomSharp
If you’ve ever envied Android’s Room stack and wished you could have the same attribute-driven...
This was originally posted at my personal site at:...
Source generator for Equals and...
Source generator that helps register discovered services in the dependency injection...

How C# Source Generators can help get rid of reflection