开发者

MvcContrib.CommandProcessor.RulesEngine tutorial(s)

开发者 https://www.devze.com 2022-12-23 19:58 出处:网络
I am studyin开发者_运维问答g the CodeCampServer. I am confused about the ASP.NET MvcContrib.CommandProcessor.RulesEngine.

I am studyin开发者_运维问答g 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?


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.


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消