MvcContrib.CommandProcessor.RulesEngine 教程
我正在研究CodeCampServer。
我对 ASP.NET MvcContrib.CommandProcessor.RulesEngine 感到困惑。
有没有关于 MvcContrib 的 RulesEngine 的教程?
或者你们中的任何人都可以向我解释一下这是如何运作的以及我能获得什么好处?
I am studying the CodeCampServer.
I am confused about the ASP.NET MvcContrib.CommandProcessor.RulesEngine.
Are there any tutorials about the RulesEngine of the MvcContrib?
Or can anybody of you explain me how does this work and what benefits I gain?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Tarantino 规则引擎已移至 MvcContrib。一系列博客文章和演示文稿正在制作中,以帮助记录如何使用该引擎。 Code Camp Server 是如何使用它的最佳示例。
The Tarantino Rules engine has been moved into MvcContrib.. A series of blog posts and presentations are in the works to help document how to use the engine. Code Camp Server is the best example of how to use it.
不。
您了解它的唯一方法是查看源代码:http://teamcity.codebetter.com/viewLog.html?buildId=8120&tab=artifacts&buildTypeId=bt100
该项目的最后一次提交是在 2009 年 12 月 16 日,这个项目远尚未完成(因此也未取得成功)。我认为这是一个不错的项目,但是要实现任何规则,您需要在很多地方创建很多代码,所以我不喜欢它。
我目前正在寻找使用其他东西,例如 FluentValidation 和 xVal。
No.
The only way you can learn about it, its to look in the source code: http://teamcity.codebetter.com/viewLog.html?buildId=8120&tab=artifacts&buildTypeId=bt100
The last commit to this project was in 16 Dec 09, and this project is far from being complete (and therefore success). I think it's nice project, but to implement any rule you need to create so much code in so many places, so I don't like it.
I'm currently looking for using something else, like FluentValidation and xVal.