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