Hi All,
Someone already used any rule engine for C# in Windows Phone platform. In fact, i didn't found any rule engine for C# that has been in developing nowadays.
If i don't find any. I'll have to develop a small one for my usage.
Br,
Hi All,
Someone already used any rule engine for C# in Windows Phone platform. In fact, i didn't found any rule engine for C# that has been in developing nowadays.
If i don't find any. I'll have to develop a small one for my usage.
Br,
Last edited by mfabiop; 2013-03-22 at 13:46.
What do you mean by rule engine? Can you give us some examples on what would it do? Perhaps there is something already, but not sure what you are looking for.
Cheers
João Cardoso
Hi João,
I want to do the following:
1) I want to provide a set of simple rules to my application (in a text format, i.e: "If userDistanceInMeters < 10 Then TurnLampOn")
2) My application (using the rule engine 'or inference engine') will be able to infer an action in an intelligent way.
3) I can update the work memory (the "userDistanceInMeters" variable for example) using an API.
4) I also want to update my rules programatically (a learning procedure).
Br,
Marcos Fábio
Have you seen http://simpleruleengine.tripod.com/ (http://sourceforge.net/projects/sdsre/)? I do not know what it is, just Google brought it on the first page when searching for rule engine and it seems to be C#.
Hi Wizard,
Thanks for replay,
I have already seen this project and others: Drools.NET (http://droolsdotnet.codehaus.org/) and NxBRE (http://sourceforge.net/apps/trac/nxbre/wiki). I've asked for someone that faced this situation because the migration of nay of these projects to WP platform can take more time than expected. So, any previous experience would be very appreciated.
Br,