[English] The new version of the .net framework (3.5) brings new features: C# 3, VB9, LINQ, extension methods etc. In WF, the main evolution comes with the integration of WCF (Windows Communication Foundation). It means: Specific controls to call or export
Read More...
The goal of this post is to describe the mechanism to create and add your own service in the workflow runtime engine. Situation: You would like that each time the SqlWorkflowPersistenceService is called by the workflow runtime, it call your own service,
Read More...