Data Access Layer design patterns

后端 未结 7 1257
佛祖请我去吃肉
佛祖请我去吃肉 2020-11-29 06:38

I have to design a Data Access Layer with .NET that probably will use more than one database management system (Mysql and Sql Server) with the same relational design.

<
相关标签:
7条回答
  • 2020-11-29 07:42

    NHibernate is designed to handle this kind of scenario if you are willing to learn it

    0 讨论(0)
提交回复
热议问题