Data Mapper Pattern

后端 未结 3 1130
轻奢々
轻奢々 2021-02-02 12:33

Up until now I\'ve been using Active records in all my c# database driven applications. But now my application requires my persistence code being split from my business objects.

3条回答
  •  遥遥无期
    2021-02-02 13:16

    You could check out iBATIS.NET as an alternative to NHibernate. It's also an O/R tool, but I've found it to be a little easier to use than NHibernate.

    http://ibatis.apache.org/

提交回复
热议问题