April 2005 - Posts
Why use Patterns ? 1) They help in the design of an Integration Project. Just like any other type of project, you need a good design in order to successfully develop and implement your solution. For example: If you are part of a team building a new ASP.NET
Read More...
Below is a method to aggregate many incoming messages into one message using a Map inside of a BizTalk Orchestration. This Aggregator pattern is the third demo of a webcast I did on March 28 2005 called: BizTalk Server 2004 Implementing Enterprise Integration
Read More...
Below is a method to Split one message into multiple messages using a Map inside of a BizTalk Orchestration. This Splitter pattern is the second demo of a webcast I did on March 28 2005 called: BizTalk Server 2004 Implementing Enterprise Integration Patterns.
Read More...
To create a Nunit test of a single orchestration or a series of orchestrations is not a natural process. I came up with this method for testing Orchestrations using Nunit when I was working on a BizTalk project. The client required that Nunit tests be
Read More...