Using C# Source Generators to Generate Data Transfer Objects (DTOs) – Part 2
Using C# source generators to generate Data Transfer Objects (DTOs). In the final part I will extend it to generate mapping methods.
blatherings on software…
Using C# source generators to generate Data Transfer Objects (DTOs). In the final part I will extend it to generate mapping methods.
Using C# Source Generators to generate DTOs could potentially save a lot of developer time, so in this post I am going to attempt to write just such a generator.