October 2006 - Posts
Internet Explorer 7 (English Version) for Windows XP is now available as a free download . Other languages will be available in the coming weeks. Internet Explorer 7 incorporates major advances like a streamlined interface, tabbed browsing, printing enhancements,
Read More...
To follow up on my post from yesterday on Tuning the performance of your WF Rules , here is some code that you can use to write a custom PolicyActivity that does caching of rule sets. The dictionary caches your rule set. public class PolicyCacheService
Read More...
I'll be attending the Business Rules Forum in Washington D.C. in November. Really looking forward to getting immersed in a conference just focusing on Rules! Hopefully some of you rules folks who read my blog will be there at the conference as well, I'd
Read More...
Someone asked a question on the WF forum today about tuning the performance of his rules. Basically the WF Rules Engine is single threaded and we dont expose any knobs for you to tweak the performance of the rules in WF V1. One way for you to improve
Read More...
I've been playing with the Linq family of technologies using the May CTP, and the other day, I was trying to use Linq from a VS 2005 project but not using the Linq project template. To get it to work, here's what I had to do: Add references to the various
Read More...
Ok it's been a long time since I posted. Time for some code now. I was thinking what to write about and Don's post on CodeDom Quirks made me think about CodeDom and Rules. As Don said, the WF rules engine uses CodeDom for its expression model. Just to
Read More...
You havent seen any posts from me in the last couple of weeks because I was out on vacation! I'm back and will start posting again either here on this blog or a new Connected Framework Rules Team Blog I created for my team. While my blog will have a mix
Read More...
The BizTalk team has updated their online documentation. You can get it here: http://www.microsoft.com/downloads/details.aspx?FamilyID=3294ddaf-9f67-409f-a92d-2f6070dc0d1a&displaylang=en Specifically, as relates to the Business Rules Engine (BRE),
Read More...