Base solution for your next web application
Open Closed

Custom Dto Mapping #10333


User avatar
0
jdavis01 created

I am running Version 10.3.0 MVC .Net Core.
Instead of having one large CustomDtoMapping class with all mapping placed inside of it, I would like to create individual custom mapping classes for each entity and place it inside the applicationservice folder for better management. It would also help with upgrades since all my code would be in a specific folder

What are the best practices / requirements to make this happen?


1 Answer(s)