是否有使用 NCommon 的良好示例 MVC 应用程序?
我的搜索没有显示任何内容。有谁知道使用 NCommon 框架的良好示例 MVC 应用程序?我们正在寻找一个支持 EF 4 或 NHibernate 3 的良好框架。NCommon 似乎符合这方面的要求,但该项目严重缺乏任何良好的代码示例。
My searches are not surfacing anything. Does anyone know of a good sample MVC application that uses the NCommon framework? We are looking for a good framework that will support either EF 4 or NHibernate 3. NCommon appears to fit the bill in that regard, but the project is sorely lacking any good code samples.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
一年多前我就放弃了 NCommon。我无法让项目所有者解决一个非常简单的拉取请求。事实上,它仍然开放。 推出自己的 UnitOfWork 实现并不是真的很难。自己举办领域活动甚至更容易。
如果您确实想依赖堆栈,您可以查看 Sharp Archihtecture 。
I gave up on NCommon over a year ago. I was not able to get the project owner to address a very simple pull request. In fact it's still open. It's not really very hard to roll your own UnitOfWork implementation. Domain events are even easier to roll your own.
If you really want to take a dependency on a stack, you might look at Sharp Arcihtecture instead.