More BizTalk Server 2006 Samples on MSDN!

Hi,

The programmer/writers have posted 10 more samples to the BizTalk Server Developer Center on MSDN (https://msdn.microsoft.com/biztalk/)!

Console Adapter
This sample consists of a C# console application that instantiates and hosts an instance of the receive adapter. The adapter is a Visual Studio 2005 class library that invokes the BizTalk Server 2006 APIs.    

Delivery Notification
This sample demonstrates how acknowledgments work and how to use delivery notification.    

Using Long-Running Transactions in Orchestrations
This sample demonstrates how to use long-running transactions in orchestrations.    

Using the Looping Functoid
This sample transforms catalog data from one format to another by using the Looping functoid.    

Mapping to a Repeating Structure
This sample demonstrates how to map multiple recurring records in an inbound message to their corresponding records in the outbound message in the BizTalk Mapper.    

Parallel Convoy
This sample demonstrates how to design the parallel convoy pattern in BizTalk Orchestration Designer.    

Policy Chaining
This sample demonstrates how to invoke a policy from another policy by calling the Execute method of the Policy class exposed directly by the Microsoft.RuleEngine assembly.    

Recoverable Interchange Processing Using Pipelines
This sample demonstrates how to implement recoverable interchange processing.    

Using the Table Looping Functoid
This sample demonstrates the use of the Table Looping functoid in gated and non-gated configurations.    

Using the Value Mapping and Value Mapping (Flattening) Functoids
This sample demonstrates the use of the Value Mapping and Value Mapping (Flattening) functoids to transform data between different message formats.