Integrating Integrators – BizTalk, Windows Azure, Windows Workflow, and Beyond

Browse by Tags

Windows Workflow

This is the top level group for Microsoft Windows Workflow Foundation. Find blogs, samples, videos, and learning resources for various versions of workflow including 3.0, 3.5, and 4.0 here.
Tagged Content List
  • Blog Post: Queued WCF Services, MSMQ, IIS7 and NetMsmqActivator. Oh My.

    First of all; credits for this solution goes to a former colleague, and now a contractor working in my department; Erlend Rotvik of WebStep Fokus. The title might be a bit cryptic, so let me elaborate a bit on the subject; until last week or so, it was “common knowledge” that using the NetMsmqActivator...
  • Blog Post: Using DataContracts with WCF Web API

    A few folks have been asking if it is possible to serialize/deserialize using the DataContractSerializer. Rest assured, yes it is possible. Now whether or not it is the easiest/most intuitive model well that it is a different question. If you read to the end the post you will see a bunch of extensions...
  • Blog Post: How to eliminate tempuri.org from your service WSDL

    tempuri.org is the default namespace applied to WCF Services and Workflow Services.  You can and should specify your service namespace. It is recommended that you explicitly specify a name and namespace for the service contract, and an action for each operation to avoid using " http://tempuri...
  • Blog Post: WCF Extensibility – Operation Selectors

    This post is part of a series about WCF extensibility points. For a list of all previous posts and planned future ones, go to the index page . We’re now entering the realm of the less used extensibility points for the WCF runtime. Operation selectors could well be left as an internal implementation detail...
  • Blog Post: WCF scales up slowly with bursts of work

    A few customers have noticed an issue with WCF scaling up when handling a burst of requests. Fortunately, there is a very simple workaround for this problem that is covered in KB2538826 (thanks to David Lamb for the investigation and write up). The KB article provides a lot of good information about...
  • Blog Post: WCF Extensibility – Message Formatters

    This post is part of a series about WCF extensibility points. For a list of all previous posts and planned future ones, go to the index page . Message formatters are the component which do the translation between CLR operations and the WCF Message object – their role is to convert all the operation parameters...
  • Blog Post: WCF Extensibility – IParameterInspector

    This post is part of a series about WCF extensibility points. For a list of all previous posts and planned future ones, go to the index page . The message inspectors, described in the previous post of this series, allows you complete control over the message going through the WCF stack. They’re very...
  • File: Consuming WCF Services in Workflow 4.0 Beta

    Note: This is based on .Net and Workflow 4.0 pre-Beta code. Microsoft's Workflow 4.0 is a major upgrade to the user experience for developing workflows using the designer inside Visual Studios. This new designer is inside Visual Studios 10 and lowers the bar for developers to do useful tasks in a...
  • File: Consuming WCF Services in Workflow 4.0 Beta - Download Version

    Note: This is based on .Net and Workflow 4.0 pre-Beta code. Workflow 4.0 is a major upgrade to the user experience for developing workflows using the designer inside Visual Studios. This new designer is inside Visual Studios 10 and lowers the bar for developers to do useful tasks in a controlled and...
Page 1 of 4 (100 items) 1234