I've never encountered a well written business layer. Any advice?

后端 未结 9 1732
Happy的楠姐
Happy的楠姐 2021-02-02 00:54

I look around and see some great snippets of code for defining rules, validation, business objects (entities) and the like, but I have to admit to having never seen a great and

9条回答
  •  佛祖请我去吃肉
    2021-02-02 01:37

    It was helpful to me to learn and play with CSLA.Net (if you are a MS guy). I've never implemented a "pure" CSLA application, but have used many of the ideas presented in the architecture.

    Your best bet is keep looking for that elusive magic bullet and use the ideas that best fit the problem you are solving. Keep it simple.

提交回复
热议问题