ObjectSharp Blogs

You are currently viewing

Matt Meleski's .Net Blog - The ABC's of .NET

ASP.NET/ADO.NET/Biztalk 2004/C#


April 2005 - Posts

BizTalk 2004 -> Enterprise Integration Patterns and BizTalk

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...

BizTalk 2004 -> Aggregator Pattern Using a Map and Orchestration. Also a Content Based Router Pattern

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...

BizTalk 2004 -> Splitter Pattern Using a Map and Orchestration.

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...

BizTalk 2004 -> Testing Orchestrations using Nunit, Submit BizTalk Adapter and a Normalizer Pattern

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...