Can I use WCF + DTO + Automapper?

I want to use automapper with a framework that uses WCF + DTO, but I want to know how the download issue with framework 4.0 entity works with automap mappings.

+3
source share
2 answers

I recently used Automapper with ORM LightSpeed ​​(which makes the Entity Framework look like prototypea btw). It just works. It doesn’t matter if your objects are impatient or lazy loaded or used through WCF or not. Automapper resolves reference objects in the same way as in your own code.

+3
source

", , - ."

.

"" , , .

. Automapper .

?

0

Source: https://habr.com/ru/post/1727486/


All Articles