Hi, how can I build a business rule management system with a domain specific toolkit? is my graduate thesis project.. I know I have to develop dst first but I have to form it according to brms' metadatas but I do not how how can I analyze brms' meta keys? is there someone who want to share his/her opinion with me?
...
Hi,
I am looking at the Lhotka CSLA.NET object library (Lhotka.NET). It seems interesting, but one thing which does not make sense is that the business rules are written in C#. Should these not be coded outside of code (even though it would be a library which is not coupled to the main logic of an app the rules can still change and requ...
I was wondering what really is a Key lookup in a database ?
And what are the differences between Key Lookup and Business Rules?
Thank you guys !
...
I'm currently embarking on a new web-project. I've already decided what domain name I want to register.
However, I'm still a bit nervous about registering the domain name. There's someone else from a remote country with an international trademark which is very similar to my prospective domain name. His trademark consists of two words, ...
I'm working on a project in which we will need to determine certain types of statuses for a large body of people, stored in a database. The business rules for determining these statuses are fairly complex and may change.
For example,
if a person is part of group X
and (if they have attribute O) has either attribute P or attribute Q,...
It seems that Biztalk only supports making rules via the Business Rules Composer, a design-time tool.
Everywhere I see "programmatic" referring to Biztalk's Business Rules Engine (BRE), I only see that you can execute the rules in .NET, but not actually create them. I have found the Microsoft.RuleEngine namespace, but the documentation...
hi , as we know that 3-tire Architecture consist of Presentation tier , business logic and data base tier
the business rules (like : stored procedures , triggers ...) are stored in data base tier ,
so when we want to replace the data base engine (like ms sqlserver) with new db engine (like oracle) these rules must be transfer to
new db...