<?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>headcrash industries &#124; blog &#187; Windows/.NET</title>
	<atom:link href="http://blog.gerke-preussner.de/category/programming/windows-dotnet/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.gerke-preussner.de</link>
	<description>curing the daily madness of software engineering</description>
	<lastBuildDate>Fri, 03 Sep 2010 16:32:21 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Asynchronous Streaming Reverse Proxy for IIS 6.0</title>
		<link>http://blog.gerke-preussner.de/2010/03/asynchronous-streaming-reverse-proxy-for-iis-6-0/</link>
		<comments>http://blog.gerke-preussner.de/2010/03/asynchronous-streaming-reverse-proxy-for-iis-6-0/#comments</comments>
		<pubDate>Wed, 24 Mar 2010 04:09:33 +0000</pubDate>
		<dc:creator>Gerke M. Preussner</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[Infrastructure]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows/.NET]]></category>
		<category><![CDATA[iis]]></category>
		<category><![CDATA[media server]]></category>
		<category><![CDATA[proxy]]></category>
		<category><![CDATA[reverse proxy]]></category>
		<category><![CDATA[streaming]]></category>
		<category><![CDATA[subsonic]]></category>
		<category><![CDATA[windows home server]]></category>

		<guid isPermaLink="false">http://blog.gerke-preussner.de/?p=291</guid>
		<description><![CDATA[
I recently started to use Subsonic on my Windows Home Server to make my music collection available over the internet. Subsonic must be configured to run on a port other than port 80, because this port is already used by the IIS web server. This is a major inconvenience, because it may prevent you from ]]></description>
		<wfw:commentRss>http://blog.gerke-preussner.de/2010/03/asynchronous-streaming-reverse-proxy-for-iis-6-0/feed/</wfw:commentRss>
		<slash:comments>38</slash:comments>
		</item>
		<item>
		<title>Glassy Vista Aero Forms in .NET</title>
		<link>http://blog.gerke-preussner.de/2010/02/glassy-vista-aero-forms-in-net/</link>
		<comments>http://blog.gerke-preussner.de/2010/02/glassy-vista-aero-forms-in-net/#comments</comments>
		<pubDate>Sat, 06 Feb 2010 18:04:48 +0000</pubDate>
		<dc:creator>Gerke M. Preussner</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[Windows/.NET]]></category>
		<category><![CDATA[aero]]></category>
		<category><![CDATA[glassy]]></category>

		<guid isPermaLink="false">http://blog.gerke-preussner.de/?p=157</guid>
		<description><![CDATA[This article is part of a backup. It was originally posted on Sunday, March 25. 2007.

A search on Google will return quite a lot of more or less complicated and complete articles on how to implement Windows Vista&#8217;s Aero glass look in your own .NET applications. This posting will describe how to achieve this effect ]]></description>
		<wfw:commentRss>http://blog.gerke-preussner.de/2010/02/glassy-vista-aero-forms-in-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Visual C++ Express, Microsoft Windows SDK &amp; Windows Vista 64-bit</title>
		<link>http://blog.gerke-preussner.de/2009/09/visual-c-express-microsoft-windows-sdk-windows-vista-64-bit/</link>
		<comments>http://blog.gerke-preussner.de/2009/09/visual-c-express-microsoft-windows-sdk-windows-vista-64-bit/#comments</comments>
		<pubDate>Fri, 04 Sep 2009 20:37:47 +0000</pubDate>
		<dc:creator>Gerke M. Preussner</dc:creator>
				<category><![CDATA[64-bit/Multicore]]></category>
		<category><![CDATA[C/C++]]></category>
		<category><![CDATA[DirectX]]></category>
		<category><![CDATA[Windows/.NET]]></category>

		<guid isPermaLink="false">http://blog.gerke-preussner.de/?p=97</guid>
		<description><![CDATA[This article is part of a backup. It was originally posted on Wednesday, February 21. 2007.
The following article describes how to use Visual Studio C++ 2005 Express Edition with the new Microsoft Windows SDK on 64-bit Windows Vista systems. It will, at least for the better part, apply to other Windows Operating systems as well.
Requirements
This ]]></description>
		<wfw:commentRss>http://blog.gerke-preussner.de/2009/09/visual-c-express-microsoft-windows-sdk-windows-vista-64-bit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting Started with WPF in Visual C# Express Edition</title>
		<link>http://blog.gerke-preussner.de/2009/09/getting-started-with-wpf-in-visual-c-express-edition/</link>
		<comments>http://blog.gerke-preussner.de/2009/09/getting-started-with-wpf-in-visual-c-express-edition/#comments</comments>
		<pubDate>Fri, 04 Sep 2009 20:04:20 +0000</pubDate>
		<dc:creator>Gerke M. Preussner</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[Windows/.NET]]></category>
		<category><![CDATA[wpf]]></category>

		<guid isPermaLink="false">http://blog.gerke-preussner.de/?p=93</guid>
		<description><![CDATA[This article is part of a backup. It was originally posted on Tuesday, February 27. 2007.

Currently, none of the Visual Studio suites have out-of-the-box support for the new Windows Presentation Foundation (WPF) in the .NET Framework 3.0. This article explains what you need to get started with the development of WPF based .NET applications in ]]></description>
		<wfw:commentRss>http://blog.gerke-preussner.de/2009/09/getting-started-with-wpf-in-visual-c-express-edition/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Embedding QuickTime Media into .NET Applications using Visual C#</title>
		<link>http://blog.gerke-preussner.de/2008/12/embedding-quicktime-media-into-net-applications-using-visual-c/</link>
		<comments>http://blog.gerke-preussner.de/2008/12/embedding-quicktime-media-into-net-applications-using-visual-c/#comments</comments>
		<pubDate>Thu, 18 Dec 2008 04:09:02 +0000</pubDate>
		<dc:creator>Gerke M. Preussner</dc:creator>
				<category><![CDATA[64-bit/Multicore]]></category>
		<category><![CDATA[ActiveX/COM]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Windows/.NET]]></category>
		<category><![CDATA[QuickTime]]></category>

		<guid isPermaLink="false">http://blog.gerke-preussner.de/?p=24</guid>
		<description><![CDATA[This article is part of a backup. It was originally posted on Friday, February 23. 2007.

Adding the ability to play embedded QuickTime media in your .NET application  is fairly easy using the QuickTime COM/ActiveX Control provided by Apple as part  of their QuickTime for Windows player software. However, although the online  documentation ]]></description>
		<wfw:commentRss>http://blog.gerke-preussner.de/2008/12/embedding-quicktime-media-into-net-applications-using-visual-c/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
