<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:pingback="http://madskills.com/public/xml/rss/module/pingback/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>morty@home</title>
    <link>http://blog.morty.info/</link>
    <description>The Future is a Mix of Violet and Blue</description>
    <language>en-us</language>
    <copyright>Morten Abrahamsen</copyright>
    <lastBuildDate>Fri, 07 Dec 2007 01:09:09 GMT</lastBuildDate>
    <generator>newtelligence dasBlog 2.0.7226.0</generator>
    <managingEditor>spam@morty.info</managingEditor>
    <webMaster>spam@morty.info</webMaster>
    <item>
      <trackback:ping>http://blog.morty.info/Trackback.aspx?guid=b1616cd4-de79-4305-8a50-e08cf945cd1f</trackback:ping>
      <pingback:server>http://blog.morty.info/pingback.aspx</pingback:server>
      <pingback:target>http://blog.morty.info/PermaLink.aspx?guid=b1616cd4-de79-4305-8a50-e08cf945cd1f</pingback:target>
      <dc:creator>
      </dc:creator>
      <wfw:comment>http://blog.morty.info/CommentView.aspx?guid=b1616cd4-de79-4305-8a50-e08cf945cd1f</wfw:comment>
      <wfw:commentRss>http://blog.morty.info/SyndicationService.asmx/GetEntryCommentsRss?guid=b1616cd4-de79-4305-8a50-e08cf945cd1f</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
Now that BizTalk Server 2006 R2 is released, it marks the end of my WCF prototype
adapter. This version of BizTalk has a production quality WCF integration in the box,
not to mention the greatly improved adapter programming experience available in the
WCF LOB Adapter SDK.
</p>
        <p>
I would like to thank everyone that used this adapter for their proof of concept demos,
presentations and just their eager for new technology. It was fun working on it, and
I appreciate all of your great feedback and enthusiasm :) 
</p>
        <p>
If anyone for nostalgic reasons would like to have a look at it, it is still available
on <a href="http://www.codeplex.com/WCFBizTalk">CodePlex</a>.
</p>
      </body>
      <title>Final WCF Adapter for BizTalk Server 2006 Update</title>
      <guid isPermaLink="false">http://blog.morty.info/PermaLink.aspx?guid=b1616cd4-de79-4305-8a50-e08cf945cd1f</guid>
      <link>http://blog.morty.info/PermaLink.aspx?guid=b1616cd4-de79-4305-8a50-e08cf945cd1f</link>
      <pubDate>Fri, 07 Dec 2007 01:09:09 GMT</pubDate>
      <description>&lt;p&gt;
Now that BizTalk Server 2006 R2 is released, it marks the end of my WCF prototype
adapter. This version of BizTalk has a production quality WCF integration in the box,
not to mention the greatly improved adapter programming experience available in the
WCF LOB Adapter SDK.
&lt;/p&gt;
&lt;p&gt;
I would like to thank everyone that used this adapter for their proof of concept demos,
presentations and just their eager for new technology. It was fun working on it, and
I appreciate all of your great feedback and enthusiasm :) 
&lt;/p&gt;
&lt;p&gt;
If anyone for nostalgic reasons would like to have a look at it, it is still available
on &lt;a href="http://www.codeplex.com/WCFBizTalk"&gt;CodePlex&lt;/a&gt;.
&lt;/p&gt;</description>
      <comments>http://blog.morty.info/CommentView.aspx?guid=b1616cd4-de79-4305-8a50-e08cf945cd1f</comments>
    </item>
    <item>
      <trackback:ping>http://blog.morty.info/Trackback.aspx?guid=a24d8a63-8081-42bf-965e-a0c217de24fe</trackback:ping>
      <pingback:server>http://blog.morty.info/pingback.aspx</pingback:server>
      <pingback:target>http://blog.morty.info/PermaLink.aspx?guid=a24d8a63-8081-42bf-965e-a0c217de24fe</pingback:target>
      <dc:creator>
      </dc:creator>
      <wfw:comment>http://blog.morty.info/CommentView.aspx?guid=a24d8a63-8081-42bf-965e-a0c217de24fe</wfw:comment>
      <wfw:commentRss>http://blog.morty.info/SyndicationService.asmx/GetEntryCommentsRss?guid=a24d8a63-8081-42bf-965e-a0c217de24fe</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
After writing a WS-Compression library for WSE a few years ago, we finally got around
to porting it, or rather completely rewriting it, to fit a more modern WCF architecture.
After some initial design discussions we decided to implement it as a WCF channel,
largely because of its nature as a symmetric infrastructure protocol. That said, the
WCF channel architecture leaves a lot to be desired when building supports for these
kinds of protocols, where the actual communication pattern isn't that relevant. I
am hoping that this is something the product team intends to make easier in the future. 
</p>
        <p>
The code was largely written by one of the developers on my team,  Andrew William
Franks, and myself. If you have any comments or additions feel free to join the project,
or leave a task in the work items list :)
</p>
        <p>
Anyway, the source code is up on <a href="http://www.codeplex.com/wcfextensions">CodePlex</a> for
those of you interested in either a WCF custom channel sample or a WS-Compression
stack.
</p>
      </body>
      <title>WCF and WS-Compression</title>
      <guid isPermaLink="false">http://blog.morty.info/PermaLink.aspx?guid=a24d8a63-8081-42bf-965e-a0c217de24fe</guid>
      <link>http://blog.morty.info/PermaLink.aspx?guid=a24d8a63-8081-42bf-965e-a0c217de24fe</link>
      <pubDate>Fri, 07 Dec 2007 00:50:23 GMT</pubDate>
      <description>&lt;p&gt;
After writing a WS-Compression library for WSE a few years ago, we finally got around
to porting it, or rather completely rewriting it, to fit a more modern WCF architecture.
After some initial design discussions we decided to implement it as a WCF channel,
largely because of its nature as a symmetric infrastructure protocol. That said, the
WCF channel architecture leaves a lot to be desired when building supports for these
kinds of protocols, where the actual communication pattern isn't that relevant. I
am hoping that this is something the product team intends to make easier in the future. 
&lt;/p&gt;
&lt;p&gt;
The code was largely written by one of the developers on my team,&amp;nbsp; Andrew William
Franks, and myself. If you have any comments or additions feel free to join the project,
or leave a task in the work items list :)
&lt;/p&gt;
&lt;p&gt;
Anyway, the source code is up on &lt;a href="http://www.codeplex.com/wcfextensions"&gt;CodePlex&lt;/a&gt; for
those of you interested in either a WCF custom channel sample or a WS-Compression
stack.
&lt;/p&gt;</description>
      <comments>http://blog.morty.info/CommentView.aspx?guid=a24d8a63-8081-42bf-965e-a0c217de24fe</comments>
    </item>
    <item>
      <trackback:ping>http://blog.morty.info/Trackback.aspx?guid=e582fa7f-cc39-4794-a0cd-40c9a7c6b3e6</trackback:ping>
      <pingback:server>http://blog.morty.info/pingback.aspx</pingback:server>
      <pingback:target>http://blog.morty.info/PermaLink.aspx?guid=e582fa7f-cc39-4794-a0cd-40c9a7c6b3e6</pingback:target>
      <dc:creator>
      </dc:creator>
      <wfw:comment>http://blog.morty.info/CommentView.aspx?guid=e582fa7f-cc39-4794-a0cd-40c9a7c6b3e6</wfw:comment>
      <wfw:commentRss>http://blog.morty.info/SyndicationService.asmx/GetEntryCommentsRss?guid=e582fa7f-cc39-4794-a0cd-40c9a7c6b3e6</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
I’ve just noticed a nice little article about the importance of Mono (.Net on other
platforms). Mono is one of my favorite open source projects, not to mention the significance
I feel it has in the .Net domain. Have a <a href="http://www.kudzuworld.com/blogs/tech/Mono.no.aspx">look<a>. 
</a></a></p>
      </body>
      <title>The Importance of Mono</title>
      <guid isPermaLink="false">http://blog.morty.info/PermaLink.aspx?guid=e582fa7f-cc39-4794-a0cd-40c9a7c6b3e6</guid>
      <link>http://blog.morty.info/PermaLink.aspx?guid=e582fa7f-cc39-4794-a0cd-40c9a7c6b3e6</link>
      <pubDate>Tue, 10 Apr 2007 20:23:53 GMT</pubDate>
      <description>&lt;p&gt;
I’ve just noticed a nice little article about the importance of Mono (.Net on other
platforms). Mono is one of my favorite open source projects, not to mention the significance
I feel it has in the .Net domain. Have a &lt;a href="http://www.kudzuworld.com/blogs/tech/Mono.no.aspx"&gt;look&lt;a&gt;. 
&lt;/p&gt;
&gt;</description>
      <comments>http://blog.morty.info/CommentView.aspx?guid=e582fa7f-cc39-4794-a0cd-40c9a7c6b3e6</comments>
      <category>Architecture</category>
      <category>Mono</category>
    </item>
    <item>
      <trackback:ping>http://blog.morty.info/Trackback.aspx?guid=af7eec08-6092-410c-bebb-4a6fe5818185</trackback:ping>
      <pingback:server>http://blog.morty.info/pingback.aspx</pingback:server>
      <pingback:target>http://blog.morty.info/PermaLink.aspx?guid=af7eec08-6092-410c-bebb-4a6fe5818185</pingback:target>
      <dc:creator>
      </dc:creator>
      <wfw:comment>http://blog.morty.info/CommentView.aspx?guid=af7eec08-6092-410c-bebb-4a6fe5818185</wfw:comment>
      <wfw:commentRss>http://blog.morty.info/SyndicationService.asmx/GetEntryCommentsRss?guid=af7eec08-6092-410c-bebb-4a6fe5818185</wfw:commentRss>
      <slash:comments>1</slash:comments>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
I've updated the WCF Adapter for BizTalk Server 2006, and uploaded binaries compatible
NetFX 3.0 RTM.
</p>
        <p>
Source code and binaries are available at <a href="http://www.codeplex.com/WCFBizTalk">CodePlex</a>.
</p>
      </body>
      <title>WCF Adapter for BizTalk Server 2006 Update</title>
      <guid isPermaLink="false">http://blog.morty.info/PermaLink.aspx?guid=af7eec08-6092-410c-bebb-4a6fe5818185</guid>
      <link>http://blog.morty.info/PermaLink.aspx?guid=af7eec08-6092-410c-bebb-4a6fe5818185</link>
      <pubDate>Mon, 19 Feb 2007 23:26:05 GMT</pubDate>
      <description>&lt;p&gt;
I've updated the WCF Adapter for BizTalk Server 2006, and uploaded binaries compatible
NetFX 3.0 RTM.
&lt;/p&gt;
&lt;p&gt;
Source code and binaries are available at &lt;a href="http://www.codeplex.com/WCFBizTalk"&gt;CodePlex&lt;/a&gt;.
&lt;/p&gt;</description>
      <comments>http://blog.morty.info/CommentView.aspx?guid=af7eec08-6092-410c-bebb-4a6fe5818185</comments>
      <category>BizTalk Server</category>
      <category>Indigo</category>
      <category>Tools</category>
    </item>
    <item>
      <trackback:ping>http://blog.morty.info/Trackback.aspx?guid=b17884d0-3ab3-4e1c-bf0f-6de06440ed32</trackback:ping>
      <pingback:server>http://blog.morty.info/pingback.aspx</pingback:server>
      <pingback:target>http://blog.morty.info/PermaLink.aspx?guid=b17884d0-3ab3-4e1c-bf0f-6de06440ed32</pingback:target>
      <dc:creator>
      </dc:creator>
      <wfw:comment>http://blog.morty.info/CommentView.aspx?guid=b17884d0-3ab3-4e1c-bf0f-6de06440ed32</wfw:comment>
      <wfw:commentRss>http://blog.morty.info/SyndicationService.asmx/GetEntryCommentsRss?guid=b17884d0-3ab3-4e1c-bf0f-6de06440ed32</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
I've updated to the WCF Adapter for BizTalk Server 2006 to work with .Net FX 3.0 RTM.
</p>
        <p>
Sourcecode and binaries are available at <a href="http://www.codeplex.com/WCFBizTalk">CodePlex</a>.
</p>
      </body>
      <title>WCF Adapter for BizTalk Server 2006 Update</title>
      <guid isPermaLink="false">http://blog.morty.info/PermaLink.aspx?guid=b17884d0-3ab3-4e1c-bf0f-6de06440ed32</guid>
      <link>http://blog.morty.info/PermaLink.aspx?guid=b17884d0-3ab3-4e1c-bf0f-6de06440ed32</link>
      <pubDate>Sun, 18 Feb 2007 23:28:14 GMT</pubDate>
      <description>&lt;p&gt;
I've updated to the WCF Adapter for BizTalk Server 2006 to work with .Net FX 3.0 RTM.
&lt;/p&gt;
&lt;p&gt;
Sourcecode and binaries are available at &lt;a href="http://www.codeplex.com/WCFBizTalk"&gt;CodePlex&lt;/a&gt;.
&lt;/p&gt;</description>
      <comments>http://blog.morty.info/CommentView.aspx?guid=b17884d0-3ab3-4e1c-bf0f-6de06440ed32</comments>
      <category>BizTalk Server</category>
      <category>Indigo</category>
      <category>Tools</category>
    </item>
    <item>
      <trackback:ping>http://blog.morty.info/Trackback.aspx?guid=c9ed4fe7-7f67-4b41-a40c-13eaada2007c</trackback:ping>
      <pingback:server>http://blog.morty.info/pingback.aspx</pingback:server>
      <pingback:target>http://blog.morty.info/PermaLink.aspx?guid=c9ed4fe7-7f67-4b41-a40c-13eaada2007c</pingback:target>
      <dc:creator>
      </dc:creator>
      <wfw:comment>http://blog.morty.info/CommentView.aspx?guid=c9ed4fe7-7f67-4b41-a40c-13eaada2007c</wfw:comment>
      <wfw:commentRss>http://blog.morty.info/SyndicationService.asmx/GetEntryCommentsRss?guid=c9ed4fe7-7f67-4b41-a40c-13eaada2007c</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
I’ve been getting a few questions around XML Web Services support in BizTalk Server
2006, mostly in relation to the WCF adapter prototype I wrote.
</p>
        <p>
The BizTalk Server team has <a href="http://blogs.msdn.com/biztalk_server_team_blog/archive/2006/04/12/575207.aspx">published
a FAQ</a> that should cover a lot of the questions you may have.
</p>
      </body>
      <title>BizTalk Server 2006 and XML Web Services FAQ</title>
      <guid isPermaLink="false">http://blog.morty.info/PermaLink.aspx?guid=c9ed4fe7-7f67-4b41-a40c-13eaada2007c</guid>
      <link>http://blog.morty.info/PermaLink.aspx?guid=c9ed4fe7-7f67-4b41-a40c-13eaada2007c</link>
      <pubDate>Thu, 15 Jun 2006 08:14:22 GMT</pubDate>
      <description>&lt;p&gt;
I’ve been getting a few questions around XML Web Services support in BizTalk Server
2006, mostly in relation to the WCF adapter prototype I wrote.
&lt;/p&gt;
&lt;p&gt;
The BizTalk Server team has &lt;a href="http://blogs.msdn.com/biztalk_server_team_blog/archive/2006/04/12/575207.aspx"&gt;published
a FAQ&lt;/a&gt; that should cover a lot of the questions you may have.
&lt;/p&gt;</description>
      <comments>http://blog.morty.info/CommentView.aspx?guid=c9ed4fe7-7f67-4b41-a40c-13eaada2007c</comments>
      <category>BizTalk Server</category>
      <category>Indigo</category>
    </item>
    <item>
      <trackback:ping>http://blog.morty.info/Trackback.aspx?guid=9ee6bf4b-643f-4dcc-8e15-8a07d0fe71dd</trackback:ping>
      <pingback:server>http://blog.morty.info/pingback.aspx</pingback:server>
      <pingback:target>http://blog.morty.info/PermaLink.aspx?guid=9ee6bf4b-643f-4dcc-8e15-8a07d0fe71dd</pingback:target>
      <dc:creator>
      </dc:creator>
      <wfw:comment>http://blog.morty.info/CommentView.aspx?guid=9ee6bf4b-643f-4dcc-8e15-8a07d0fe71dd</wfw:comment>
      <wfw:commentRss>http://blog.morty.info/SyndicationService.asmx/GetEntryCommentsRss?guid=9ee6bf4b-643f-4dcc-8e15-8a07d0fe71dd</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
Some time back a coworker and I released a sample compression filter for WSE 2.0 nicknamed
“WS-Compression”, this sample was later enhanced and finally converted to a WSE 3.0
compliant filter. 
</p>
        <p>
As it turns it has further evolved into a WCF compression filter available from this
blog <a href="http://weblogs.asp.net/cibrax/archive/2006/03/29/441398.aspx">post</a>. 
</p>
        <p>
Interesting how things work out!
</p>
      </body>
      <title>WCF Compression Filter</title>
      <guid isPermaLink="false">http://blog.morty.info/PermaLink.aspx?guid=9ee6bf4b-643f-4dcc-8e15-8a07d0fe71dd</guid>
      <link>http://blog.morty.info/PermaLink.aspx?guid=9ee6bf4b-643f-4dcc-8e15-8a07d0fe71dd</link>
      <pubDate>Wed, 19 Apr 2006 20:48:04 GMT</pubDate>
      <description>&lt;p&gt;
Some time back a coworker and I released a sample compression filter for WSE 2.0 nicknamed
“WS-Compression”, this sample was later enhanced and finally converted to a WSE 3.0
compliant filter. 
&lt;/p&gt;
&lt;p&gt;
As it turns it has further evolved into a WCF compression filter available from this
blog &lt;a href="http://weblogs.asp.net/cibrax/archive/2006/03/29/441398.aspx"&gt;post&lt;/a&gt;. 
&lt;/p&gt;
&lt;p&gt;
Interesting how things work out!
&lt;/p&gt;</description>
      <comments>http://blog.morty.info/CommentView.aspx?guid=9ee6bf4b-643f-4dcc-8e15-8a07d0fe71dd</comments>
      <category>Indigo</category>
      <category>Tools</category>
      <category>WSE</category>
    </item>
    <item>
      <trackback:ping>http://blog.morty.info/Trackback.aspx?guid=207338a9-db41-4788-a42f-2155aabed48c</trackback:ping>
      <pingback:server>http://blog.morty.info/pingback.aspx</pingback:server>
      <pingback:target>http://blog.morty.info/PermaLink.aspx?guid=207338a9-db41-4788-a42f-2155aabed48c</pingback:target>
      <dc:creator>
      </dc:creator>
      <wfw:comment>http://blog.morty.info/CommentView.aspx?guid=207338a9-db41-4788-a42f-2155aabed48c</wfw:comment>
      <wfw:commentRss>http://blog.morty.info/SyndicationService.asmx/GetEntryCommentsRss?guid=207338a9-db41-4788-a42f-2155aabed48c</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
My original prototype Indigo adapter for BizTalk Server 2004 has evolved and is now
available as a community project on <a href="http://www.gotdotnet.com/Workspaces/Workspace.aspx?id=1c64b087-e0ac-477a-8cf3-43f98fc231ad">GotDotNet</a>.
The current version runs under BizTalk Server 2006 and WinFX January CTP; the most
recent WCF build available with a go-live license. 
</p>
        <p>
Both source code and binaries are available in the downloads section; either you just
want to take it for a spin or help out with the development. 
</p>
      </body>
      <title>WCF Adapter for BizTalk Server 2006</title>
      <guid isPermaLink="false">http://blog.morty.info/PermaLink.aspx?guid=207338a9-db41-4788-a42f-2155aabed48c</guid>
      <link>http://blog.morty.info/PermaLink.aspx?guid=207338a9-db41-4788-a42f-2155aabed48c</link>
      <pubDate>Wed, 19 Apr 2006 20:38:43 GMT</pubDate>
      <description>&lt;p&gt;
My original prototype Indigo adapter for BizTalk Server 2004 has evolved and is now
available as a community project on &lt;a href="http://www.gotdotnet.com/Workspaces/Workspace.aspx?id=1c64b087-e0ac-477a-8cf3-43f98fc231ad"&gt;GotDotNet&lt;/a&gt;.
The current version runs under BizTalk Server 2006 and WinFX January CTP; the most
recent WCF build available with a go-live license. 
&lt;/p&gt;
&lt;p&gt;
Both source code and binaries are available in the downloads section; either you just
want to take it for a spin or help out with the development. 
&lt;/p&gt;</description>
      <comments>http://blog.morty.info/CommentView.aspx?guid=207338a9-db41-4788-a42f-2155aabed48c</comments>
      <category>BizTalk Server</category>
      <category>Indigo</category>
      <category>Tools</category>
    </item>
    <item>
      <trackback:ping>http://blog.morty.info/Trackback.aspx?guid=815d9dfa-1480-479a-bf4e-2a35e090d410</trackback:ping>
      <pingback:server>http://blog.morty.info/pingback.aspx</pingback:server>
      <pingback:target>http://blog.morty.info/PermaLink.aspx?guid=815d9dfa-1480-479a-bf4e-2a35e090d410</pingback:target>
      <dc:creator>
      </dc:creator>
      <wfw:comment>http://blog.morty.info/CommentView.aspx?guid=815d9dfa-1480-479a-bf4e-2a35e090d410</wfw:comment>
      <wfw:commentRss>http://blog.morty.info/SyndicationService.asmx/GetEntryCommentsRss?guid=815d9dfa-1480-479a-bf4e-2a35e090d410</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
It’s time for TechEd Europe again!
</p>
        <p>
I’m doing a session on BizTalk Server 2004 and Indigo where I will go through some
of the scenarios where these technologies can work together to offer some very interesting
solutions. There will be several demos showing off the latest bits of the prototype
adapter as well as a little low-level section on how the adapter was developed at
the end. 
</p>
        <p>
If you find this topic interesting then drop by Room 3A on Thursday 7th at 18.15! 
</p>
      </body>
      <title>TechEd 2005 Europe</title>
      <guid isPermaLink="false">http://blog.morty.info/PermaLink.aspx?guid=815d9dfa-1480-479a-bf4e-2a35e090d410</guid>
      <link>http://blog.morty.info/PermaLink.aspx?guid=815d9dfa-1480-479a-bf4e-2a35e090d410</link>
      <pubDate>Mon, 04 Jul 2005 06:54:22 GMT</pubDate>
      <description>&lt;p&gt;
It’s time for TechEd Europe again!
&lt;/p&gt;
&lt;p&gt;
I’m doing a session on BizTalk Server 2004 and Indigo where I will go through some
of the scenarios where these technologies can work together to offer some very interesting
solutions. There will be several demos showing off the latest bits of the prototype
adapter as well as a little low-level section on how the adapter was developed at
the end. 
&lt;/p&gt;
&lt;p&gt;
If you find this topic interesting then drop by Room 3A on Thursday 7th at 18.15! 
&lt;/p&gt;</description>
      <comments>http://blog.morty.info/CommentView.aspx?guid=815d9dfa-1480-479a-bf4e-2a35e090d410</comments>
      <category>Architecture</category>
      <category>BizTalk Server</category>
      <category>Indigo</category>
      <category>Talks</category>
    </item>
    <item>
      <trackback:ping>http://blog.morty.info/Trackback.aspx?guid=8a83486f-818a-44f5-ae1d-1b4c7cb52412</trackback:ping>
      <pingback:server>http://blog.morty.info/pingback.aspx</pingback:server>
      <pingback:target>http://blog.morty.info/PermaLink.aspx?guid=8a83486f-818a-44f5-ae1d-1b4c7cb52412</pingback:target>
      <dc:creator>
      </dc:creator>
      <wfw:comment>http://blog.morty.info/CommentView.aspx?guid=8a83486f-818a-44f5-ae1d-1b4c7cb52412</wfw:comment>
      <wfw:commentRss>http://blog.morty.info/SyndicationService.asmx/GetEntryCommentsRss?guid=8a83486f-818a-44f5-ae1d-1b4c7cb52412</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
As I mentioned briefly before, I’m currently working on a prototype Indigo adapter
for BizTalk Server 2004. I’ve uploaded a early drop based on the Indigo March CTP,
so if you have an extra VPC image available and some spare time then give it a shot.
</p>
        <p>
Once again, this is an early prototype implementation. Not all of the configuration
settings work and not all of them make sense in every context.
</p>
        <p>
And of course, these binaries are provided without support or warranty of any kind. 
</p>
        <p>
          <a href="http://www.morty.info/media/btsindigo.rar">Download</a>!
</p>
      </body>
      <title>Indigo Adapter for BizTalk Server 2004 - First Sightings</title>
      <guid isPermaLink="false">http://blog.morty.info/PermaLink.aspx?guid=8a83486f-818a-44f5-ae1d-1b4c7cb52412</guid>
      <link>http://blog.morty.info/PermaLink.aspx?guid=8a83486f-818a-44f5-ae1d-1b4c7cb52412</link>
      <pubDate>Tue, 05 Apr 2005 20:59:30 GMT</pubDate>
      <description>&lt;p&gt;
As I mentioned briefly before, I’m currently working on a prototype Indigo adapter
for BizTalk Server 2004. I’ve uploaded a early drop based on the Indigo March CTP,
so if you have an extra VPC image available and some spare time then give it a shot.
&lt;/p&gt;
&lt;p&gt;
Once again, this is an early prototype implementation. Not all of the configuration
settings work and not all of them make sense in every context.
&lt;/p&gt;
&lt;p&gt;
And of course, these binaries are provided without support or warranty of any kind. 
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://www.morty.info/media/btsindigo.rar"&gt;Download&lt;/a&gt;!
&lt;/p&gt;</description>
      <comments>http://blog.morty.info/CommentView.aspx?guid=8a83486f-818a-44f5-ae1d-1b4c7cb52412</comments>
      <category>BizTalk Server</category>
      <category>Indigo</category>
      <category>Tools</category>
    </item>
    <item>
      <trackback:ping>http://blog.morty.info/Trackback.aspx?guid=1362d2e1-994c-49bb-8220-262d4471d8ef</trackback:ping>
      <pingback:server>http://blog.morty.info/pingback.aspx</pingback:server>
      <pingback:target>http://blog.morty.info/PermaLink.aspx?guid=1362d2e1-994c-49bb-8220-262d4471d8ef</pingback:target>
      <dc:creator>
      </dc:creator>
      <wfw:comment>http://blog.morty.info/CommentView.aspx?guid=1362d2e1-994c-49bb-8220-262d4471d8ef</wfw:comment>
      <wfw:commentRss>http://blog.morty.info/SyndicationService.asmx/GetEntryCommentsRss?guid=1362d2e1-994c-49bb-8220-262d4471d8ef</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
          <a href="http://staff.newtelligence.net/clemensv">Clemens</a> is on a roll with lots
of fresh Indigo information. If you want to get a feel for the new programming model
you should header over, and subscribe, to his <a href="http://staff.newtelligence.net/clemensv/default,date,2005-02-25.aspx">blog</a>. 
</p>
      </body>
      <title>The Indigo Programming Model</title>
      <guid isPermaLink="false">http://blog.morty.info/PermaLink.aspx?guid=1362d2e1-994c-49bb-8220-262d4471d8ef</guid>
      <link>http://blog.morty.info/PermaLink.aspx?guid=1362d2e1-994c-49bb-8220-262d4471d8ef</link>
      <pubDate>Fri, 25 Feb 2005 12:33:33 GMT</pubDate>
      <description>&lt;p&gt;
&lt;a href="http://staff.newtelligence.net/clemensv"&gt;Clemens&lt;/a&gt; is on a roll with lots
of fresh Indigo information. If you want to get a feel for the new programming model
you should header over, and subscribe, to his &lt;a href="http://staff.newtelligence.net/clemensv/default,date,2005-02-25.aspx"&gt;blog&lt;/a&gt;. 
&lt;/p&gt;</description>
      <comments>http://blog.morty.info/CommentView.aspx?guid=1362d2e1-994c-49bb-8220-262d4471d8ef</comments>
      <category>Indigo</category>
    </item>
    <item>
      <trackback:ping>http://blog.morty.info/Trackback.aspx?guid=4e7e43e9-650a-4933-aaab-671e66278507</trackback:ping>
      <pingback:server>http://blog.morty.info/pingback.aspx</pingback:server>
      <pingback:target>http://blog.morty.info/PermaLink.aspx?guid=4e7e43e9-650a-4933-aaab-671e66278507</pingback:target>
      <dc:creator>
      </dc:creator>
      <wfw:comment>http://blog.morty.info/CommentView.aspx?guid=4e7e43e9-650a-4933-aaab-671e66278507</wfw:comment>
      <wfw:commentRss>http://blog.morty.info/SyndicationService.asmx/GetEntryCommentsRss?guid=4e7e43e9-650a-4933-aaab-671e66278507</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
I guess the news is out!
</p>
        <p>
          <a href="http://weblogs.asp.net/scottwoo">Scott Woodgate</a> from the Microsoft BizTalk
team recently <a href="http://weblogs.asp.net/scottwoo/archive/2005/02/16/374603.aspx">mentioned</a> on
his blog that I’ve been working on a prototype Indigo adapter for BizTalk Server 2004.
And if you were one of the lucky people attending VS Live a few weeks ago you may
have seen it in action on stage.
</p>
        <p>
It has been great fun working with the early Indigo builds, and it is shaping up to
become a truly fantastic piece of technology. There is no doubt in my mind that joining
Indigo and BizTalk Server will yield a powerful combination, and I am extremely grateful
to be a part of this early effort. 
</p>
        <p>
Now that the secret is out you should expect some more information soon.
</p>
      </body>
      <title>Indigo Adapter for BizTalk Server 2004</title>
      <guid isPermaLink="false">http://blog.morty.info/PermaLink.aspx?guid=4e7e43e9-650a-4933-aaab-671e66278507</guid>
      <link>http://blog.morty.info/PermaLink.aspx?guid=4e7e43e9-650a-4933-aaab-671e66278507</link>
      <pubDate>Mon, 21 Feb 2005 19:29:02 GMT</pubDate>
      <description>&lt;p&gt;
I guess the news is out!
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://weblogs.asp.net/scottwoo"&gt;Scott Woodgate&lt;/a&gt; from the Microsoft BizTalk
team recently &lt;a href="http://weblogs.asp.net/scottwoo/archive/2005/02/16/374603.aspx"&gt;mentioned&lt;/a&gt; on
his blog that I’ve been working on a prototype Indigo adapter for BizTalk Server 2004.
And if you were one of the lucky people attending VS Live a few weeks ago you may
have seen it in action on stage.
&lt;/p&gt;
&lt;p&gt;
It has been great fun working with the early Indigo builds, and it is shaping up to
become a truly fantastic piece of technology. There is no doubt in my mind that joining
Indigo and BizTalk Server will yield a powerful combination, and I am extremely grateful
to be a part of this early effort. 
&lt;/p&gt;
&lt;p&gt;
Now that the secret is out you should expect some more information soon.
&lt;/p&gt;</description>
      <comments>http://blog.morty.info/CommentView.aspx?guid=4e7e43e9-650a-4933-aaab-671e66278507</comments>
      <category>BizTalk Server</category>
      <category>Indigo</category>
    </item>
  </channel>
</rss>