CSLA.NET 信息
我正在寻找有关 CSLA.NET 的一些文献,有人有此框架的直接链接吗?
如果有人也有时间,您介意提供对该平台的见解吗?
谢谢
I am looking for some literature on CSLA.NET, does anyone have any direct links to/for this framework?
If someone also has time would you mind providing insight into this platform.
Thank you
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
有关 CSLA 的详细信息的最佳来源之一是由 Rocky 撰写的这本书:
Expert C# 2008 Business Objects
在这本书中,Rocky 不仅详细解释了如何应用 CSLA 框架,以及它的构建方式。
不幸的是,本书的这个版本仅涵盖 CSLA 3.x,而不是当前的 4.0 版本。然而,大多数原则保持不变,只是实现细节发生了一些变化。
One of the best sources of detailed information regarding CSLA is this book, written by Rocky:
Expert C# 2008 Business Objects
In this book, Rocky explains in detail not only how to apply the CSLA framework, but also how it is constructed.
Unfortunately this edition of the book only covers CSLA 3.x, not the current 4.0 release. However most of the priciples remain the same with some changes to implementation detail.
我从 C# 2008 Business Objects 学习,这是一本很棒的书。除了学习框架之外,你还可以学习很多 oop 原理,这些原理可以在 csla.net 之外使用。
I learned from C# 2008 Business Objects and it's a great book. Besides learning the framework, you can learn a lot of oop principles that you can use outside the csla.net.