Is this the Crudy anti pattern?

后端 未结 3 599
猫巷女王i
猫巷女王i 2021-01-20 03:15

Currently I am creating a WCF service which has to connect to a DAL which, just connects to a database using ADO.net and stored procedures.

The DAl writes its respon

3条回答
  •  暗喜
    暗喜 (楼主)
    2021-01-20 03:32

    It does seem like the CRUD interface anti-pattern, but it would be good to see some interface examples to confirm.

    This paper has a really good discussion on designing better service interfaces.

    It includes a critique on, and alternative to, the CRUD anti-pattern.

提交回复
热议问题