ObjectSharp Blogs

You are currently viewing

Big Kev is still excited

The online musings of Nic Barden


Browse by Tags

Developing Streaming Pipeline Components - Part 5

In the Part 4 I covered the XmlTranslatorStream in detail, explaining how it provides powerful coupling of an XmlReader and XmlWriter as it is read. This revealed how BizTalk manages to execute a pipeline of components in an efficient way - because it Read More...

Developing Streaming Pipeline Components - Part 4

This post I will focus on BizTalk's stream design, and how it allows for the XmlReader and XmlWriter coupling detailed in Part 3 . Once this topic has been covered, we are finally at a point where all of this background can be applied to achieving actual Read More...

BizTalk Server 2006 R3 Announced

Just in case you haven't heard from every other BizTalk blogger, BizTalk Server 2006 R3 has been announced. This will support the latest release of technologies - Windows Server 2008, .Net Framework 3.5, VS2008 & SQL Server 2008. It will also include Read More...

Developing Streaming Pipeline Components - Part 3

After covering the "why" of streaming design and some comparisons with in memory designs in Part 1 , and then some technical differences in regards to moving processing logic from the pipeline components to the readers and streams they use in Part 2 , Read More...

Developing Streaming Pipeline Components - Part 2

In Part 1 I provided a few comparisons of using streaming versus in memory approaches to pipeline component development. In this post I will move into detailing the concepts behind developing streaming pipeline components (as in how is it technically Read More...

Pipeline Components: Per-Instance Configuration and Load calls

As most people that use BizTalk are probably aware, BizTalk 2004 and up allow the properties of a pipeline to be overridden in each send/receive location. In BizTalk 2006 there is a nice UI via the admin console for doing this. However, what is NOT immediately Read More...

Developing Streaming Pipeline Components - Part 1

Hello thrillseekers. Well here it is - Part 1 of ??? on developing streaming pipeline components for BizTalk Server. My apologies for the delay of this post after causing mass hysteria with the earlier announcement of a series of posts on Developing Streaming Read More...

Developing Streaming BizTalk Pipeline Components

I recently presented at the Toronto BizTalk User Group on the topic of "Streaming Pipeline Component Development in BizTalk". I found this to be a hard topic to present, as the content is possibly easier to absorb when reading it at your own speed and Read More...