简体   繁体   English

MvcContrib.CommandProcessor.RulesEngine教程

[英]MvcContrib.CommandProcessor.RulesEngine tutorial(s)

I am studying the CodeCampServer. 我正在研究CodeCampServer。

I am confused about the ASP.NET MvcContrib.CommandProcessor.RulesEngine. 我对ASP.NET MvcContrib.CommandProcessor.RulesEngine感到困惑。

Are there any tutorials about the RulesEngine of the MvcContrib? 是否有有关MvcContrib的RulesEngine的教程?

Or can anybody of you explain me how does this work and what benefits I gain? 还是可以有人向我解释一下这是如何工作的,我可以获得什么好处?

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. Tarantino Rules引擎已移至MvcContrib。。一系列博客文章和演示文稿正在研究中,以帮助记录如何使用该引擎。 Code Camp Server is the best example of how to use it. Code Camp Server是如何使用它的最佳示例。

Are there any tutorials about the RulesEngine of the MvcContrib? 是否有有关MvcContrib的RulesEngine的教程?

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 您可以了解它的唯一方法是查看源代码: 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). 对这个项目的最后一次提交是在09年12月16日,这个项目远未完成(因此没有成功)。 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 . 我目前正在寻找使用其他东西,例如FluentValidationxVal

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM