Object to Object Mapping Utility

后端 未结 4 1184
名媛妹妹
名媛妹妹 2021-01-01 01:50

I like to cleanly separate public and domain objects (so, nHibernate isn\'t going to help here) from each other which ends up forcing me to write a lot of code to m

4条回答
  •  春和景丽
    2021-01-01 02:33

    use ValueInjecter, with it you can map anything to anything e.g.

    • object <-> object
    • object <-> Form/WebForm
    • DataReader -> object

    and it has cool features like: flattening and unflattening

提交回复
热议问题