What are the disadvantages of Typed DataSets

前端 未结 7 602
一个人的身影
一个人的身影 2021-02-02 14:08

I come from a world that favors building your own rather than rely on libraries and frameworks built by others. After escaping this world I have found the joy, and ease, of usin

7条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2021-02-02 15:06

    There is nothing wrong with typed datasets. They are not not perfect, however it's a next step toward solution of object-relational impedance mismatch problem. The only problem I faced is weak support for schema changes. Partial classes can help but not in every case.

提交回复
热议问题