<?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; Software</title>
	<atom:link href="http://www.drieshoebeke.be/category/software/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>Export table from MS SQL Server 2005 to Excel</title>
		<link>http://www.drieshoebeke.be/export-table-from-ms-sql-server-2005-to-excel/</link>
		<comments>http://www.drieshoebeke.be/export-table-from-ms-sql-server-2005-to-excel/#comments</comments>
		<pubDate>Tue, 08 Dec 2009 10:45:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.drieshoebeke.be/?p=143</guid>
		<description><![CDATA[This is a very easy task lately that doesn&#8217;t require you to do any coding and/or thinking. However, one might think there is an export function in SQL Server Management Studio but this is not the case. First, start off by opening a new Excell worksheet (i&#8217;m using Office 2007). So we select &#8220;data&#8221; on [...]]]></description>
		<wfw:commentRss>http://www.drieshoebeke.be/export-table-from-ms-sql-server-2005-to-excel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>odbc driver does not appear in the datasources list</title>
		<link>http://www.drieshoebeke.be/odbc-driver-does-not-appear-in-the-datasources-list/</link>
		<comments>http://www.drieshoebeke.be/odbc-driver-does-not-appear-in-the-datasources-list/#comments</comments>
		<pubDate>Fri, 04 Dec 2009 09:57:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.drieshoebeke.be/?p=129</guid>
		<description><![CDATA[After installing the ODBC driver for Advantage Database i couldn&#8217;t find the driver appear in the datasources managing program. After a bit of mandatory cursing and scouring around the web i found this is a pretty common problem when using a 32 bit driver on a 64 bit system. It&#8217;s important to understand which kind [...]]]></description>
		<wfw:commentRss>http://www.drieshoebeke.be/odbc-driver-does-not-appear-in-the-datasources-list/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ASP.NET Radiobuttons in a Gridview</title>
		<link>http://www.drieshoebeke.be/asp-net-radiobuttons-in-a-gridview/</link>
		<comments>http://www.drieshoebeke.be/asp-net-radiobuttons-in-a-gridview/#comments</comments>
		<pubDate>Sat, 12 Sep 2009 14:48:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.drieshoebeke.be/?p=96</guid>
		<description><![CDATA[Here&#8217;s another one of those classic Gridview problems: I&#8217;ve got a Gridview that needs to have a RadioButtonList in it so that users can select only one row. You can&#8217;t do this in ASP.NET with use of the &#60;asp:RadioButton runat=&#8221;server&#8221;  /&#62;. Even though you can fill in a groupname it doesn&#8217;t work. The reason it [...]]]></description>
		<wfw:commentRss>http://www.drieshoebeke.be/asp-net-radiobuttons-in-a-gridview/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to change a body background in ASP.NET</title>
		<link>http://www.drieshoebeke.be/how-to-change-a-body-background-in-asp-net/</link>
		<comments>http://www.drieshoebeke.be/how-to-change-a-body-background-in-asp-net/#comments</comments>
		<pubDate>Wed, 09 Sep 2009 09:17:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.drieshoebeke.be/2009/09/how-to-change-a-body-background-in-asp-net/</guid>
		<description><![CDATA[This is something i had to look up. It&#8217;s realy easy though but it feels a bit hacky: body id=&#8221;bodytag&#8221; runat=&#8221;server&#8221; So as you see i have added a runat=&#8221;server&#8221; tag to the body tag. This basically makes sure our server code is aware of the body element. I&#8217;ve also given it an id so [...]]]></description>
		<wfw:commentRss>http://www.drieshoebeke.be/how-to-change-a-body-background-in-asp-net/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<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>
		<item>
		<title>asp.net ajax googlemaps control usercontrol</title>
		<link>http://www.drieshoebeke.be/asp-net-ajax-googlemaps-control-usercontrol/</link>
		<comments>http://www.drieshoebeke.be/asp-net-ajax-googlemaps-control-usercontrol/#comments</comments>
		<pubDate>Tue, 17 Jul 2007 12:19:00 +0000</pubDate>
		<dc:creator>Dries Hoebeke</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.drieshoebeke.be/?p=22</guid>
		<description><![CDATA[Hello, i have created a webusercontrol that lets you create a googlemap centered on longitude and latitude you can specify in properties.I hooked each control up on the ajax scriptmanager so you&#8217;ll have to implement one on your pages you wish to use it on. this is basically how easy it is to implement; Gmapbase [...]]]></description>
		<wfw:commentRss>http://www.drieshoebeke.be/asp-net-ajax-googlemaps-control-usercontrol/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Command &amp; Conquer: Tiberium Wars</title>
		<link>http://www.drieshoebeke.be/command-conquer-tiberium-wars/</link>
		<comments>http://www.drieshoebeke.be/command-conquer-tiberium-wars/#comments</comments>
		<pubDate>Thu, 28 Jun 2007 12:01:00 +0000</pubDate>
		<dc:creator>Dries Hoebeke</dc:creator>
				<category><![CDATA[Games]]></category>

		<guid isPermaLink="false">http://www.drieshoebeke.be/?p=21</guid>
		<description><![CDATA[So i bought the new version of Command &#38; Conquer yesterday and guess what?! It pwns just as hard as it&#8217;s predecessors! The gameplay resembles pretty much the previous versions only that it&#8217;s become more userfriendly and extended.I haven&#8217;t got to play it very much yet &#8216;cuz my wife got insta-hooked on it but i&#8217;ll [...]]]></description>
		<wfw:commentRss>http://www.drieshoebeke.be/command-conquer-tiberium-wars/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
