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.
Application services can be loosely compared with the business logic layer of the yesteryear with one key difference, application services don’t actually contain any business logic neither they enforce any business logic.