<?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</title>
	<atom:link href="http://www.drieshoebeke.be/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.drieshoebeke.be</link>
	<description>About stuff</description>
	<lastBuildDate>Wed, 09 May 2012 09:06:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Deploying an MVC web app on IIS7.X without installing MVC serverside</title>
		<link>http://www.drieshoebeke.be/deploying-mvc-iis-without-mvc-serverside/</link>
		<comments>http://www.drieshoebeke.be/deploying-mvc-iis-without-mvc-serverside/#comments</comments>
		<pubDate>Wed, 09 May 2012 09:05:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[MVC]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.drieshoebeke.be/?p=262</guid>
		<description><![CDATA[When you wish to deploy your web application on your server, you do not have to run any MVC installer. The installer mostly just saves the required dll&#8217;s to your Global Assembly Cache (GAC). This means that they (the required dll&#8217;s) do not have to be present in the bin folder of your project; the [...]]]></description>
		<wfw:commentRss>http://www.drieshoebeke.be/deploying-mvc-iis-without-mvc-serverside/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>MVC Localization by using the Session</title>
		<link>http://www.drieshoebeke.be/mvc-localization-session/</link>
		<comments>http://www.drieshoebeke.be/mvc-localization-session/#comments</comments>
		<pubDate>Wed, 04 Apr 2012 06:30:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[MVC]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.drieshoebeke.be/?p=221</guid>
		<description><![CDATA[I&#8217;ve recently started exploring the wonderous world of ASP.NET MVC3 and i&#8217;ve been pleasantly surprised. After starting to mess around with the general things one might do while creating a website (adding pages and content), i wanted to localize the app. As is usual with &#8220;new&#8221; microsoft tech, one has to dig around a bit [...]]]></description>
		<wfw:commentRss>http://www.drieshoebeke.be/mvc-localization-session/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>.NET Routing in Forms Application; what about these generic handlers?</title>
		<link>http://www.drieshoebeke.be/net-routing-in-forms-application-generic-handlers/</link>
		<comments>http://www.drieshoebeke.be/net-routing-in-forms-application-generic-handlers/#comments</comments>
		<pubDate>Mon, 14 Mar 2011 19:10:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.drieshoebeke.be/?p=213</guid>
		<description><![CDATA[In this short tutorial i&#8217;ll try to show you how to route webrequests to your generic handlers. This topic seems to be a little untouched on msdn, which is weird, because it&#8217;s very important to rewrite for example the url of images that you use on your website. So instead of rendering html like http://yourcoolwebsite.com/imagehandler.ashx?id=10 [...]]]></description>
		<wfw:commentRss>http://www.drieshoebeke.be/net-routing-in-forms-application-generic-handlers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Uploading large files to a WCF Webservice</title>
		<link>http://www.drieshoebeke.be/uploading-large-files-to-a-wcf-webservice/</link>
		<comments>http://www.drieshoebeke.be/uploading-large-files-to-a-wcf-webservice/#comments</comments>
		<pubDate>Mon, 07 Mar 2011 20:28:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[WCF]]></category>

		<guid isPermaLink="false">http://www.drieshoebeke.be/?p=202</guid>
		<description><![CDATA[So you have your WCF Service all set up and now you want to allow users to upload &#8211; or download, big files to your webservice. This is perfectly possible using WCF, however you do need to adjust some of the settings in your custom wsHttpBinding. Your service is by default configured not to be [...]]]></description>
		<wfw:commentRss>http://www.drieshoebeke.be/uploading-large-files-to-a-wcf-webservice/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Windows 7 integration with Internet Explorer 9</title>
		<link>http://www.drieshoebeke.be/windows-7-integration-ie9/</link>
		<comments>http://www.drieshoebeke.be/windows-7-integration-ie9/#comments</comments>
		<pubDate>Wed, 02 Mar 2011 20:37:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.drieshoebeke.be/?p=189</guid>
		<description><![CDATA[The latest and greatest (so far) Internet Explorer 9 introduces a new kind of bookmarks. It is now possible to drag an IE Tab to your Windows 7 taskbar and have it pinned there. IE9 supports quite some integration with your taskbar; customized icon, icon overlays (eg. show a little bell when you&#8217;ve got mail), [...]]]></description>
		<wfw:commentRss>http://www.drieshoebeke.be/windows-7-integration-ie9/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using extensions in Chrome</title>
		<link>http://www.drieshoebeke.be/using-extensions-in-chrome/</link>
		<comments>http://www.drieshoebeke.be/using-extensions-in-chrome/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 12:15:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.drieshoebeke.be/?p=179</guid>
		<description><![CDATA[Why hello there, As you all may know Google&#8217;s Chrome is able to update itself to newer versions without telling you about it. And as it happens we are already using the 3.xx version. For some reason Chrome does not upgrade itself to the new version 4.0.249.78 in European countries. Luckily, the company still lets [...]]]></description>
		<wfw:commentRss>http://www.drieshoebeke.be/using-extensions-in-chrome/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>iPod Shuffle Sweat/Moisture problems</title>
		<link>http://www.drieshoebeke.be/ipod-shuffle-sweatmoisture-problems/</link>
		<comments>http://www.drieshoebeke.be/ipod-shuffle-sweatmoisture-problems/#comments</comments>
		<pubDate>Wed, 09 Dec 2009 14:56:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[hardware]]></category>

		<guid isPermaLink="false">http://www.drieshoebeke.be/?p=164</guid>
		<description><![CDATA[In a follow-up on my previous post on my iPod troubles i did a quick research on the official Apple forum and it would appear that scores of Shuffles are dying because they have virtually no resistance to sweat and/or moisture. Ironically, most people use these small iPods to go running etc. One would expect [...]]]></description>
		<wfw:commentRss>http://www.drieshoebeke.be/ipod-shuffle-sweatmoisture-problems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Busted iPod Shuffle</title>
		<link>http://www.drieshoebeke.be/busted-ipod-shuffle/</link>
		<comments>http://www.drieshoebeke.be/busted-ipod-shuffle/#comments</comments>
		<pubDate>Tue, 08 Dec 2009 21:13:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[hardware]]></category>

		<guid isPermaLink="false">http://www.drieshoebeke.be/?p=157</guid>
		<description><![CDATA[I use my iPod Shuffle a couple of times a week in the gym while working out. Today, however, it seems to have died a gruesome death. I&#8217;m guessing maybe it doesn&#8217;t like my sweat&#8230; and realy who can blame it. I find it rather disappointing, though, because i&#8217;ve only had this gizmo for 2 months. [...]]]></description>
		<wfw:commentRss>http://www.drieshoebeke.be/busted-ipod-shuffle/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>
	</channel>
</rss>

