MvcContrib.CommandProcessor.RulesEngine 教程

发布于 2024-08-26 03:24:57 字数 181 浏览 5 评论 0原文

我正在研究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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

无声静候 2024-09-02 03:24:57

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.

智商已欠费 2024-09-02 03:24:57

有关于MvcContrib的RulesEngine的教程吗?

不。

您了解它的唯一方法是查看源代码:http://teamcity.codebetter.com/viewLog.html?buildId=8120&tab=artifacts&buildTypeId=bt100

该项目的最后一次提交是在 2009 年 12 月 16 日,这个项目尚未完成(因此也未取得成功)。我认为这是一个不错的项目,但是要实现任何规则,您需要在很多地方创建很多代码,所以我不喜欢它。

我目前正在寻找使用其他东西,例如 FluentValidationxVal

Are there any tutorials about the RulesEngine of the MvcContrib?

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文