Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Creating simple expert system with Biztalk 2009 › Re: Creating simple expert system with Biztalk 2009
Hi,
There are two things to consider:
1) You can use BRE without BizTalk, implement rules and policies that you can invoke from a .NET application (web or windows).
2) BRE is a natural fit for BizTalk, as it allows business users to compose/change rules and policies (without the involvement of developers) as the business evolves, and these rules/policies act upon the messages passing through the BizTalk engine.
Here are a few links you might want to check out:
https://blogs.msdn.com/bizrules/default.aspx
http://www.codeproject.com/KB/biztalk/BRE.aspx
http://www.code-magazine.com/article.aspx?quickid=0811071&page=1
Daniel.