Question

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?

Was it helpful?

Solution

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.

OTHER TIPS

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top