-
as seen on Programmers
- Search for 'Programmers'
I have to import data from excel to SQL database. Excel data contains various parameters and there value like P1,P1,P4,P5 etc. I have to apply business rules Like if( P1 100 and P1 < 200) then insert the record in database. Similarly in some cases string values are also validated. Can I have any…
>>> More
-
as seen on Programmers
- Search for 'Programmers'
I have a requirement where there are 10 Rules to be applied on data in excel.
If Rule 1 and Rule 2 fails rest of the rules are not checked. But if Rule 1 and Rule 2 passes the rest of all the Rules should be verified and if any errors found- they should be logged. Is there any design pattern which…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
i am looking for a good c++ rule engine. can you please let me know if there there any XML based rule engine for C++
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
I have a rough understanding of how the compilers work (I mean languages, grammars, lexical analysis, parsing etc). The rule engines have various rules and associated action, just like you have rules in the grammars and you can associate actions with them in parser-generator tools like ANTLR…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
At the moment I'm developing a web based application using Silverlight 3.0. For the business rules I'm looking for a rules engine that's both easy to use for me and my users, which will work with SL3. Is something like that available out of the box or will I need to roll my own?
I've Googled and…
>>> More