Rather simple question (If you can even call it that?)
I'm just looking for people who have worked with the AutoMapper library to dump a link to their open-source projects here if anyone has or anyone knows of an open-source project that uses it. I already have an understanding of the very basics so dont need any teaching on how it works as such.
Been playing around with it but want to get a "feel" on how best to implement it in my application without the codebase being a giant mess. The plan is for it to map between EF database objects and DTOs for a few different APIs and a WebUI.
Prefferably good, clean examples of implementations I can take a look at.