<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Dries Hoebeke on .NET &#187; WCF</title>
	<atom:link href="http://www.drieshoebeke.be/category/software/aspnet/wcf-aspnet/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.drieshoebeke.be</link>
	<description>about me and my life as a programmer</description>
	<lastBuildDate>Tue, 02 Feb 2010 12:48:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Using your WCF service to create an RSS feed</title>
		<link>http://www.drieshoebeke.be/using-your-wcf-service-to-create-an-rss-feed/</link>
		<comments>http://www.drieshoebeke.be/using-your-wcf-service-to-create-an-rss-feed/#comments</comments>
		<pubDate>Fri, 28 Aug 2009 16:00:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[WCF]]></category>

		<guid isPermaLink="false">http://www.drieshoebeke.be/?p=70</guid>
		<description><![CDATA[In a previous post i explained briefly how you can make a simple wcf service. In this post i&#8217;ll try to explain how you can extend that simple service to provide an RSS feed. In fact, it&#8217;s a pretty easy task. It comes down to adding a single method to your service contract, implementing the [...]]]></description>
		<wfw:commentRss>http://www.drieshoebeke.be/using-your-wcf-service-to-create-an-rss-feed/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to deploy your WCF Service on a IIS 7 live server</title>
		<link>http://www.drieshoebeke.be/deploy-your-wcf-service-on-a-iis-7-live-server/</link>
		<comments>http://www.drieshoebeke.be/deploy-your-wcf-service-on-a-iis-7-live-server/#comments</comments>
		<pubDate>Sat, 25 Jul 2009 18:07:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[WCF]]></category>

		<guid isPermaLink="false">http://www.drieshoebeke.be/?p=38</guid>
		<description><![CDATA[I recently made a WCF Service for the company i work for. I had it all working on my own computer so it was about time to put the service online. This proved to be pretty difficult, the more because Microsoft doesn&#8217;t realy give a good explanation on MSDN about how to do this. I [...]]]></description>
		<wfw:commentRss>http://www.drieshoebeke.be/deploy-your-wcf-service-on-a-iis-7-live-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Consuming a simple WCF service</title>
		<link>http://www.drieshoebeke.be/consuming-a-simple-wcf-service/</link>
		<comments>http://www.drieshoebeke.be/consuming-a-simple-wcf-service/#comments</comments>
		<pubDate>Sun, 12 Jul 2009 14:26:53 +0000</pubDate>
		<dc:creator>Dries Hoebeke</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[WCF]]></category>

		<guid isPermaLink="false">http://tse-guild.eu/?p=13</guid>
		<description><![CDATA[In my previous post, a simple wcf service, i showed how to make a WCF service that can return an array of strings. In this post i will show you how to make a client in a regular ASP.NET website that can question this service and display the returned value on a page. Start off [...]]]></description>
		<wfw:commentRss>http://www.drieshoebeke.be/consuming-a-simple-wcf-service/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>A simple WCF service</title>
		<link>http://www.drieshoebeke.be/a-simple-wcf-service/</link>
		<comments>http://www.drieshoebeke.be/a-simple-wcf-service/#comments</comments>
		<pubDate>Sun, 12 Jul 2009 11:11:58 +0000</pubDate>
		<dc:creator>Dries Hoebeke</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[WCF]]></category>

		<guid isPermaLink="false">http://tse-guild.eu/?p=3</guid>
		<description><![CDATA[So today i have been playing around with the relatively new WCF, that stands for Windows Communication Foundation. In this post i will not try to explain the entire thing but merely give a brief example of how this tool can help you. WCF, in short, will help you create webservices more easily: WCF can [...]]]></description>
		<wfw:commentRss>http://www.drieshoebeke.be/a-simple-wcf-service/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
