<?xml version="1.0" encoding="utf-8"?>
<feed xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xml:lang="en-us" xmlns="http://www.w3.org/2005/Atom">
  <title>morty@home</title>
  <link rel="alternate" type="text/html" href="http://blog.morty.info/" />
  <link rel="self" href="http://blog.morty.info/SyndicationService.asmx/GetAtom" />
  <icon>favicon.ico</icon>
  <updated>2007-12-06T17:09:09.1972647-08:00</updated>
  <author>
    <name>Morten Abrahamsen</name>
  </author>
  <subtitle>The Future is a Mix of Violet and Blue</subtitle>
  <id>http://blog.morty.info/</id>
  <generator uri="http://www.dasblog.net" version="2.0.7180.0">DasBlog</generator>
  <entry>
    <title>Final WCF Adapter for BizTalk Server 2006 Update</title>
    <link rel="alternate" type="text/html" href="http://blog.morty.info/PermaLink.aspx?guid=b1616cd4-de79-4305-8a50-e08cf945cd1f" />
    <id>http://blog.morty.info/PermaLink.aspx?guid=b1616cd4-de79-4305-8a50-e08cf945cd1f</id>
    <published>2007-12-06T17:09:09.1972647-08:00</published>
    <updated>2007-12-06T17:09:09.1972647-08:00</updated>
    <content type="xhtml">
      <div 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>
      </div>
    </content>
  </entry>
  <entry>
    <title>WCF and WS-Compression</title>
    <link rel="alternate" type="text/html" href="http://blog.morty.info/PermaLink.aspx?guid=a24d8a63-8081-42bf-965e-a0c217de24fe" />
    <id>http://blog.morty.info/PermaLink.aspx?guid=a24d8a63-8081-42bf-965e-a0c217de24fe</id>
    <published>2007-12-06T16:50:23.5434536-08:00</published>
    <updated>2007-12-06T16:50:23.5434536-08:00</updated>
    <content type="xhtml">
      <div 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>
      </div>
    </content>
  </entry>
  <entry>
    <title>The Importance of Mono</title>
    <link rel="alternate" type="text/html" href="http://blog.morty.info/PermaLink.aspx?guid=e582fa7f-cc39-4794-a0cd-40c9a7c6b3e6" />
    <id>http://blog.morty.info/PermaLink.aspx?guid=e582fa7f-cc39-4794-a0cd-40c9a7c6b3e6</id>
    <published>2007-04-10T13:23:53.667-07:00</published>
    <updated>2007-04-10T13:23:53.66775-07:00</updated>
    <category term="Architecture" label="Architecture" scheme="http://blog.morty.info/CategoryView.aspx?category=Architecture" />
    <category term="Mono" label="Mono" scheme="http://blog.morty.info/CategoryView.aspx?category=Mono" />
    <content type="xhtml">
      <div 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>
      </div>
    </content>
  </entry>
  <entry>
    <title>WCF Adapter for BizTalk Server 2006 Update</title>
    <link rel="alternate" type="text/html" href="http://blog.morty.info/PermaLink.aspx?guid=af7eec08-6092-410c-bebb-4a6fe5818185" />
    <id>http://blog.morty.info/PermaLink.aspx?guid=af7eec08-6092-410c-bebb-4a6fe5818185</id>
    <published>2007-02-19T15:26:05.353-08:00</published>
    <updated>2007-02-18T15:26:05.353125-08:00</updated>
    <category term="BizTalk Server" label="BizTalk Server" scheme="http://blog.morty.info/CategoryView.aspx?category=BizTalk+Server" />
    <category term="Indigo" label="Indigo" scheme="http://blog.morty.info/CategoryView.aspx?category=Indigo" />
    <category term="Tools" label="Tools" scheme="http://blog.morty.info/CategoryView.aspx?category=Tools" />
    <content type="xhtml">
      <div 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>
      </div>
    </content>
  </entry>
  <entry>
    <title>WCF Adapter for BizTalk Server 2006 Update</title>
    <link rel="alternate" type="text/html" href="http://blog.morty.info/PermaLink.aspx?guid=b17884d0-3ab3-4e1c-bf0f-6de06440ed32" />
    <id>http://blog.morty.info/PermaLink.aspx?guid=b17884d0-3ab3-4e1c-bf0f-6de06440ed32</id>
    <published>2007-02-18T15:28:14.05625-08:00</published>
    <updated>2007-02-18T15:28:14.05625-08:00</updated>
    <category term="BizTalk Server" label="BizTalk Server" scheme="http://blog.morty.info/CategoryView.aspx?category=BizTalk+Server" />
    <category term="Indigo" label="Indigo" scheme="http://blog.morty.info/CategoryView.aspx?category=Indigo" />
    <category term="Tools" label="Tools" scheme="http://blog.morty.info/CategoryView.aspx?category=Tools" />
    <content type="xhtml">
      <div 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>
      </div>
    </content>
  </entry>
  <entry>
    <title>BizTalk Server 2006 and XML Web Services FAQ</title>
    <link rel="alternate" type="text/html" href="http://blog.morty.info/PermaLink.aspx?guid=c9ed4fe7-7f67-4b41-a40c-13eaada2007c" />
    <id>http://blog.morty.info/PermaLink.aspx?guid=c9ed4fe7-7f67-4b41-a40c-13eaada2007c</id>
    <published>2006-06-15T01:14:22.981-07:00</published>
    <updated>2006-06-15T01:14:22.981-07:00</updated>
    <category term="BizTalk Server" label="BizTalk Server" scheme="http://blog.morty.info/CategoryView.aspx?category=BizTalk+Server" />
    <category term="Indigo" label="Indigo" scheme="http://blog.morty.info/CategoryView.aspx?category=Indigo" />
    <content type="xhtml">
      <div 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>
      </div>
    </content>
  </entry>
  <entry>
    <title>WCF Compression Filter</title>
    <link rel="alternate" type="text/html" href="http://blog.morty.info/PermaLink.aspx?guid=9ee6bf4b-643f-4dcc-8e15-8a07d0fe71dd" />
    <id>http://blog.morty.info/PermaLink.aspx?guid=9ee6bf4b-643f-4dcc-8e15-8a07d0fe71dd</id>
    <published>2006-04-19T13:48:04.281-07:00</published>
    <updated>2006-04-19T13:48:04.28125-07:00</updated>
    <category term="Indigo" label="Indigo" scheme="http://blog.morty.info/CategoryView.aspx?category=Indigo" />
    <category term="Tools" label="Tools" scheme="http://blog.morty.info/CategoryView.aspx?category=Tools" />
    <category term="WSE" label="WSE" scheme="http://blog.morty.info/CategoryView.aspx?category=WSE" />
    <content type="xhtml">
      <div 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>
      </div>
    </content>
  </entry>
  <entry>
    <title>WCF Adapter for BizTalk Server 2006</title>
    <link rel="alternate" type="text/html" href="http://blog.morty.info/PermaLink.aspx?guid=207338a9-db41-4788-a42f-2155aabed48c" />
    <id>http://blog.morty.info/PermaLink.aspx?guid=207338a9-db41-4788-a42f-2155aabed48c</id>
    <published>2006-04-19T13:38:43.64-07:00</published>
    <updated>2006-04-19T13:38:43.640625-07:00</updated>
    <category term="BizTalk Server" label="BizTalk Server" scheme="http://blog.morty.info/CategoryView.aspx?category=BizTalk+Server" />
    <category term="Indigo" label="Indigo" scheme="http://blog.morty.info/CategoryView.aspx?category=Indigo" />
    <category term="Tools" label="Tools" scheme="http://blog.morty.info/CategoryView.aspx?category=Tools" />
    <content type="xhtml">
      <div 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>
      </div>
    </content>
  </entry>
  <entry>
    <title>TechEd 2005 Europe</title>
    <link rel="alternate" type="text/html" href="http://blog.morty.info/PermaLink.aspx?guid=815d9dfa-1480-479a-bf4e-2a35e090d410" />
    <id>http://blog.morty.info/PermaLink.aspx?guid=815d9dfa-1480-479a-bf4e-2a35e090d410</id>
    <published>2005-07-03T23:54:22.64-07:00</published>
    <updated>2005-08-05T03:04:13.03125-07:00</updated>
    <category term="Architecture" label="Architecture" scheme="http://blog.morty.info/CategoryView.aspx?category=Architecture" />
    <category term="BizTalk Server" label="BizTalk Server" scheme="http://blog.morty.info/CategoryView.aspx?category=BizTalk+Server" />
    <category term="Indigo" label="Indigo" scheme="http://blog.morty.info/CategoryView.aspx?category=Indigo" />
    <category term="Talks" label="Talks" scheme="http://blog.morty.info/CategoryView.aspx?category=Talks" />
    <content type="xhtml">
      <div 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>
      </div>
    </content>
  </entry>
  <entry>
    <title>Indigo Adapter for BizTalk Server 2004 - First Sightings</title>
    <link rel="alternate" type="text/html" href="http://blog.morty.info/PermaLink.aspx?guid=8a83486f-818a-44f5-ae1d-1b4c7cb52412" />
    <id>http://blog.morty.info/PermaLink.aspx?guid=8a83486f-818a-44f5-ae1d-1b4c7cb52412</id>
    <published>2005-04-05T13:59:30.857-07:00</published>
    <updated>2005-04-05T14:00:42.935125-07:00</updated>
    <category term="BizTalk Server" label="BizTalk Server" scheme="http://blog.morty.info/CategoryView.aspx?category=BizTalk+Server" />
    <category term="Indigo" label="Indigo" scheme="http://blog.morty.info/CategoryView.aspx?category=Indigo" />
    <category term="Tools" label="Tools" scheme="http://blog.morty.info/CategoryView.aspx?category=Tools" />
    <content type="xhtml">
      <div 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>
      </div>
    </content>
  </entry>
  <entry>
    <title>The Indigo Programming Model</title>
    <link rel="alternate" type="text/html" href="http://blog.morty.info/PermaLink.aspx?guid=1362d2e1-994c-49bb-8220-262d4471d8ef" />
    <id>http://blog.morty.info/PermaLink.aspx?guid=1362d2e1-994c-49bb-8220-262d4471d8ef</id>
    <published>2005-02-25T04:33:33.3733413-08:00</published>
    <updated>2005-02-25T04:33:33.3733413-08:00</updated>
    <category term="Indigo" label="Indigo" scheme="http://blog.morty.info/CategoryView.aspx?category=Indigo" />
    <content type="xhtml">
      <div 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>
      </div>
    </content>
  </entry>
  <entry>
    <title>Indigo Adapter for BizTalk Server 2004</title>
    <link rel="alternate" type="text/html" href="http://blog.morty.info/PermaLink.aspx?guid=4e7e43e9-650a-4933-aaab-671e66278507" />
    <id>http://blog.morty.info/PermaLink.aspx?guid=4e7e43e9-650a-4933-aaab-671e66278507</id>
    <published>2005-02-21T11:29:02.2795913-08:00</published>
    <updated>2005-02-21T11:58:22.0608413-08:00</updated>
    <category term="BizTalk Server" label="BizTalk Server" scheme="http://blog.morty.info/CategoryView.aspx?category=BizTalk+Server" />
    <category term="Indigo" label="Indigo" scheme="http://blog.morty.info/CategoryView.aspx?category=Indigo" />
    <content type="xhtml">
      <div 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>
      </div>
    </content>
  </entry>
</feed>