<?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; ASP.NET</title>
	<atom:link href="http://www.drieshoebeke.be/category/software/aspnet/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.drieshoebeke.be</link>
	<description>About stuff</description>
	<lastBuildDate>Mon, 14 Mar 2011 19:10:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<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[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 <a href='http://www.drieshoebeke.be/net-routing-in-forms-application-generic-handlers/'>[...]</a>]]></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[ASP.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 <a href='http://www.drieshoebeke.be/uploading-large-files-to-a-wcf-webservice/'>[...]</a>]]></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[ASP.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), <a href='http://www.drieshoebeke.be/windows-7-integration-ie9/'>[...]</a>]]></description>
		<wfw:commentRss>http://www.drieshoebeke.be/windows-7-integration-ie9/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 <a href='http://www.drieshoebeke.be/asp-net-radiobuttons-in-a-gridview/'>[...]</a>]]></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 <a href='http://www.drieshoebeke.be/how-to-change-a-body-background-in-asp-net/'>[...]</a>]]></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 <a href='http://www.drieshoebeke.be/using-your-wcf-service-to-create-an-rss-feed/'>[...]</a>]]></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 <a href='http://www.drieshoebeke.be/deploy-your-wcf-service-on-a-iis-7-live-server/'>[...]</a>]]></description>
		<wfw:commentRss>http://www.drieshoebeke.be/deploy-your-wcf-service-on-a-iis-7-live-server/feed/</wfw:commentRss>
		<slash:comments>1</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 <a href='http://www.drieshoebeke.be/consuming-a-simple-wcf-service/'>[...]</a>]]></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 <a href='http://www.drieshoebeke.be/a-simple-wcf-service/'>[...]</a>]]></description>
		<wfw:commentRss>http://www.drieshoebeke.be/a-simple-wcf-service/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

