Vagif Abilov's blog on .NET

Browse by Tags

All Tags » WF (RSS)
Simple Rule Editor goes to BitBucket
About a year ago I wrote a blog post where I described a simple WYSIWIG rule editor that can be used to manage rules applied using WF rule engine. After that I received a few responses with comments and questions about using WF rule engine in .NET applications...
Workflows, service buses, sagas…
Last few weeks I spent much time playing with Workflow Foundation. The goal was to evaluate WF programming model for the purpose of our projects. We are currently using home grown workflow manager, it helped us quit database deadlocks (yes, we went through...
Posted: Wed, Jul 8 2009 8:37 PM by Vagif Abilov | with no comments
Filed under: , ,
WYSIWYG rule editor: create and test rules for any .NET type
In my previous post I showed a simple WYSIWYG rule editor (that internally uses Windows Workflow Foundation rule engine) that does not serialize rules using CodeDom notation. I wrote this editor simply to demonstrate the concept, and its code combined...
Rule engine with WYSIWYG rule serialization
I’ve been searching for a rule engine for our projects, and the one that suits our needs is a rule engine that comes with Windows Workflow Foundation. Although Microsoft does not advertise WF rule engine as an independent component that can be used...