Object copy approaches in .net: Auto Mapper, Emit Mapper, Implicit Operation, Property Copy

后端 未结 3 1385
无人及你
无人及你 2020-12-16 00:02

If some one knows any more ways of doing this in .NET and also what is your opinions about that approaches? Which approach you choose and why?

Here is the tests of d

3条回答
  •  Happy的楠姐
    2020-12-16 00:47

    the Clone is for copy the same Type not for copying from 2 different objects Type then can't be used for this scope.

提交回复
热议问题