In August, I added MetaWeblog extensions to my blog so that I could be lazy and use Windows Live Writer (as opposed to a Web-based interface) to manage blog posts. I used CookComputing’s XML-RPC.NET, which is a very nice library. It certainly allows the functionality I wanted, but I also wanted to get my hands dirty with some Windows Communication Foundation (WCF).
I found Kevin Daly’s BlogAPI after a few minutes of searching. My knowledge of WCF is basic (it’s a subject I’m currently learning), but it was easy to get up and running. It comes in both C# and VB.NET flavors. Thanks Kevin sharing your code!