NCommon - 资源、文档
I like NCommon project, but the lack of resources and documentation makes it very hard to use.
Does anyone of you know some good resources, examples...?
I figured out some basic setting, like Repository Pattern etc. But i'm completly lost i.e. with "NCommon.Rules".
Thank you.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
遗憾的是,NCommon 的作者 Ritesh Rao 在过去的一年里一直非常安静。 他的博客仍然是讨论(某些)背后的基本原理的绝佳资源NCommon 中的想法。
我同意目前很难理解框架中所有聪明的东西的真正用途,因为源代码中没有包含示例应用程序。
Ritesh 不久前确实说过,他打算将 Rhinestone 用作 NCommon 的示例,但从未实现过终于实现了。不过,如果您查看此处,您会看到 Ritesh即将重新努力制作一个示例应用程序,并已开始开发 NCommon 1.1(现已在 GitHub 上)。
最后需要注意的是,Ritesh 并未在其博客中使用 NCommon 标签标记所有相关帖子,因为他开始了在他考虑将其全部纳入 NCommon 之前讨论了他使用的一些模式,因此也请检查他的旧帖子。例如,他谈到实现持久性无知工作单元 但没有用 NCommon 标记它。
NCommon author Ritesh Rao has sadly been very quiet for the past year. His blog is nevertheless an excellent resource for discussion of the rationale behinde (some of) the ideas in NCommon.
I agree that it's currently difficult to understand what all the clever stuff in the framework is really for since there's no sample app included in the source.
Ritesh did say a while back that he intended Rhinestone to be a sample for NCommon but that never came to fruition. However, if you look here you'll see that Ritesh is about to make a renewed effort to do a sample app and has started work on NCommon 1.1 (now on GitHub)
One final note of caution is that Ritesh has not tagged all of the pertinent posts in his blog with the NCommon tag because he started disussing some of the patterns he's used before he thought of rolling it all into NCommon so check his older posts also. For example he talks about implementing a Persistence Ignorant Unit of Work but didn't tag it with NCommon.