<?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>Daniel Kreuzhofers Blog</title>
	<atom:link href="http://www.kreuzhofer.de/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kreuzhofer.de/wordpress</link>
	<description>Code is poetry</description>
	<lastBuildDate>Tue, 24 Jan 2012 20:46:52 +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>StreamExtensions &#8211; Two nice and simple helper functions for streams</title>
		<link>http://www.kreuzhofer.de/wordpress/2012/01/04/streamextensions-two-nice-and-simple-helper-functions-for-streams/</link>
		<comments>http://www.kreuzhofer.de/wordpress/2012/01/04/streamextensions-two-nice-and-simple-helper-functions-for-streams/#comments</comments>
		<pubDate>Wed, 04 Jan 2012 17:12:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[.NET]]></category>

		<guid isPermaLink="false">http://www.kreuzhofer.de/wordpress/?p=155</guid>
		<description><![CDATA[Handling streams can sometimes be a little pain, especially if you simply like to get the byte[] of a stream. As this sounds straightforward this is at the moment only possible for MemoryStreams, which has the function GetBuffer. My approach is straightforward as well. We will just copy the contents of your stream into a <a href="http://www.kreuzhofer.de/wordpress/2012/01/04/streamextensions-two-nice-and-simple-helper-functions-for-streams/"> read more <span class="meta-nav">&#187;</span></a>]]></description>
		<wfw:commentRss>http://www.kreuzhofer.de/wordpress/2012/01/04/streamextensions-two-nice-and-simple-helper-functions-for-streams/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Controlling the IIS&#8217;s Application Pools via C#.NET</title>
		<link>http://www.kreuzhofer.de/wordpress/2009/06/04/controlling-the-iiss-application-pools-via-cnet/</link>
		<comments>http://www.kreuzhofer.de/wordpress/2009/06/04/controlling-the-iiss-application-pools-via-cnet/#comments</comments>
		<pubDate>Thu, 04 Jun 2009 12:38:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[C#]]></category>

		<guid isPermaLink="false">http://www.kreuzhofer.de/wordpress/?p=42</guid>
		<description><![CDATA[Hi,

recently I have written a little tool for controlling the application pools of an IIS webserver. My applications are being hosted on Windows 2003 Server and every virtual directory or application has its own application pool. Sometimes, especially when new versions of the applications get deployed automatically by the build server, specific application pools need to be recycled. As I did not find a simple tool on the web (except some strange vb scripts) to control my application pools, I decided to write a simple command line utility to do the job. Another reason was, that I wanted to be able to do it from .net directly.]]></description>
		<wfw:commentRss>http://www.kreuzhofer.de/wordpress/2009/06/04/controlling-the-iiss-application-pools-via-cnet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>xbap, wcf and debugging with visual studio 2008</title>
		<link>http://www.kreuzhofer.de/wordpress/2008/06/24/xbap-wcf-and-debugging-with-visual-studio-2008/</link>
		<comments>http://www.kreuzhofer.de/wordpress/2008/06/24/xbap-wcf-and-debugging-with-visual-studio-2008/#comments</comments>
		<pubDate>Tue, 24 Jun 2008 19:19:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[.NET]]></category>

		<guid isPermaLink="false">http://www.kreuzhofer.de/wordpress/2008/06/24/xbap-wcf-and-debugging-with-visual-studio-2008/</guid>
		<description><![CDATA[Today I&#8217;d like to tell you about some issues I had to solve in a project I had the last months, which is still ongoing. In the core it is a xbap (XAML browser application), which needs to use a wcf service. The main challenge with xbap applications is the security context they run in. <a href="http://www.kreuzhofer.de/wordpress/2008/06/24/xbap-wcf-and-debugging-with-visual-studio-2008/"> read more <span class="meta-nav">&#187;</span></a>]]></description>
		<wfw:commentRss>http://www.kreuzhofer.de/wordpress/2008/06/24/xbap-wcf-and-debugging-with-visual-studio-2008/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>ccnetVSTest Plugin available for download</title>
		<link>http://www.kreuzhofer.de/wordpress/2007/10/25/ccnetvstest-plugin-available-for-download/</link>
		<comments>http://www.kreuzhofer.de/wordpress/2007/10/25/ccnetvstest-plugin-available-for-download/#comments</comments>
		<pubDate>Thu, 25 Oct 2007 07:43:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[.NET]]></category>

		<guid isPermaLink="false">http://www.kreuzhofer.de/wordpress/2007/10/25/ccnetvstest-plugin-available-for-download/</guid>
		<description><![CDATA[I am currently working on a project with Microsoft Visual Studio Team Suite and Team Test containing many Unit Tests. We are using Cruise Control .NET for integration and quality tests of our applications. Therefore I needed a ccnet plugin to run all tests of the relevant solutions after their build completes. So the deployment <a href="http://www.kreuzhofer.de/wordpress/2007/10/25/ccnetvstest-plugin-available-for-download/"> read more <span class="meta-nav">&#187;</span></a>]]></description>
		<wfw:commentRss>http://www.kreuzhofer.de/wordpress/2007/10/25/ccnetvstest-plugin-available-for-download/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NHibernate Mapping Attributes – HowTo</title>
		<link>http://www.kreuzhofer.de/wordpress/2007/10/22/nhibernate-mapping-attributes-%e2%80%93-howto/</link>
		<comments>http://www.kreuzhofer.de/wordpress/2007/10/22/nhibernate-mapping-attributes-%e2%80%93-howto/#comments</comments>
		<pubDate>Mon, 22 Oct 2007 08:27:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[.NET]]></category>

		<guid isPermaLink="false">http://www.kreuzhofer.de/wordpress/2007/09/25/nhibernate-mapping-attributes-%e2%80%93-howto/</guid>
		<description><![CDATA[Ich habe letzte Woche eine Dokumentation / Anleitung über NHibernate Mapping Attributes verfasst, die unter folgender URL heruntergeladen werden kann: NHibernate_Mapping_Attributes_HowTo.pdf &#8211; Stand 24.09.2007 Alle Beispiele (in C#) aus dem HowTo sind in einem Visual Studio 2005 Projekt zusammengefasst und können hier heruntergeladen werden: NHibernateMappingAttributesTestPackage.zip Dieses Testprojekt benötigt Visual Studio 2005 und SQL Server 2005 <a href="http://www.kreuzhofer.de/wordpress/2007/10/22/nhibernate-mapping-attributes-%e2%80%93-howto/"> read more <span class="meta-nav">&#187;</span></a>]]></description>
		<wfw:commentRss>http://www.kreuzhofer.de/wordpress/2007/10/22/nhibernate-mapping-attributes-%e2%80%93-howto/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>SQL Server 200X batch um den Besitzer aller Tabellen in einer Datenbank zu ändern</title>
		<link>http://www.kreuzhofer.de/wordpress/2007/09/11/sql-server-2000-2005-batch-to-change-the-owner-of-all-tables-in-a-database/</link>
		<comments>http://www.kreuzhofer.de/wordpress/2007/09/11/sql-server-2000-2005-batch-to-change-the-owner-of-all-tables-in-a-database/#comments</comments>
		<pubDate>Tue, 11 Sep 2007 10:13:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SQL Server]]></category>

		<guid isPermaLink="false">http://www.kreuzhofer.de/?p=6</guid>
		<description><![CDATA[Vor Kurzen habe ich ein SQL Skript gesucht, mit dem man auf einen Rutsch den Besitzer aller Tabellen einer Datenbank ändern kann.  Ein Guter Einstieg war dieser Artikel. Zusätzlich floss noch das Skript ein, dass ich hier, welches aber nur für Funktionen funktioniert hat. Das ist dabei herausgekommen: declare @OldOwner varchar(100) declare @NewOwner varchar(100) set @OldOwner <a href="http://www.kreuzhofer.de/wordpress/2007/09/11/sql-server-2000-2005-batch-to-change-the-owner-of-all-tables-in-a-database/"> read more <span class="meta-nav">&#187;</span></a>]]></description>
		<wfw:commentRss>http://www.kreuzhofer.de/wordpress/2007/09/11/sql-server-2000-2005-batch-to-change-the-owner-of-all-tables-in-a-database/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

