Here are some articles about BizTalk Server I’ve written. Use at your own risk
- BizTalk 2004 Flat File Schema Tutorial 1
- A simple introductory article using a CSV file as an example
- BizTalk 2004 Flat File Schema Tutorial 2
- A tutorial using a more complex schema
- BizTalk 2004 Null Send Adapter
- A sample Send Adapter that dispatches messages into oblivion. You can find the most updated code at http://github.com/tomasr/nulladapter/tree/master
- BizTalk 2006 R2 Null Send Adapter
- A version of the /dev/null adapter for BizTalk Server 2006 R2 that illustrates how to add
a custom adapter configuration dialog using IPropertyPageFrame. You can find the most updated code at http://github.com/tomasr/nulladapter/tree/R2
- BizTalk 2004 Tracer Pipeline Component
- A sample pipeline component that logs messages as they are read to files.
- BTSReset Source Code
- A command line tool to stop, start and restart BizTalk Application Host Instances, similar to iisreset.exe
- Reliable MSMQ messaging with BizTalk 2004 Sample
- A sample illustrating how to use MSMQ acknowledgements and administrative queues with the BizTalk 2004 MSMQ adapter.
- Fix Encoding Pipeline Component
- A sample custom pipeline component you can use to explicitly tell assemblers and disassemblers what encoding to use. You can find the latest version of the code at http://github.com/tomasr/fixencoding
- Fix Encoding Pipeline Component for BizTalk 2004
- A back-ported version for BizTalk 2004 of this component
- Symmetric Crypto Pipeline Components for BizTalk 2006
- Sample decoder/encoder components that use symmetric encryption for BizTalk 2006 pipelines.
- Pipeline Testing Library for BTS 2006
- Helper library to unit test BizTalk Pipelines, custom Pipeline Components and schemas. You can find the most updated code at http://github.com/tomasr/pipelinetesting
- Binary Attachments Sample
- Sample on how to add arbitrary binary message parts to a multi-part
message in an orchestration
- BizTalk Error Lookup
- Sample command line utility to lookup common HRESULT codes
returned by the BizTalk Messaging Engine and pipeline
components.

No comments