<?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>TPOV &#187; C#</title>
	<atom:link href="http://www.tino.nl/index.php/tag/c/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tino.nl</link>
	<description>Tino&#039;s Point Of View</description>
	<lastBuildDate>Wed, 23 Jun 2010 07:39:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Casting Enums by using Extension Methods in C#.</title>
		<link>http://www.tino.nl/index.php/2010/06/23/casting-enums-by-using-extension-methods-in-c/</link>
		<comments>http://www.tino.nl/index.php/2010/06/23/casting-enums-by-using-extension-methods-in-c/#comments</comments>
		<pubDate>Wed, 23 Jun 2010 07:39:11 +0000</pubDate>
		<dc:creator>tino</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Cast]]></category>
		<category><![CDATA[Conversion]]></category>
		<category><![CDATA[Enum]]></category>

		<guid isPermaLink="false">http://www.tino.nl/index.php/2010/06/23/casting-enums-by-using-extension-methods-in-c/</guid>
		<description><![CDATA[In C# there is no way to implicity cast one enum to another. One possible way around this is by assigning values to each enum member. If the values of the first enum match the values of the second enum, you use two casts; the first casting the first enum value to an integer, and [...]]]></description>
		<wfw:commentRss>http://www.tino.nl/index.php/2010/06/23/casting-enums-by-using-extension-methods-in-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HOW TO: Use a Custom Membership Provider, Custom Membership User and Role-Provider with a WCF Service hosted inside a Windows Service.</title>
		<link>http://www.tino.nl/index.php/2009/08/14/how-to-use-a-custom-membership-provider-custom-membership-user-and-role-provider-with-a-wcf-service-hosted-inside-a-windows-service/</link>
		<comments>http://www.tino.nl/index.php/2009/08/14/how-to-use-a-custom-membership-provider-custom-membership-user-and-role-provider-with-a-wcf-service-hosted-inside-a-windows-service/#comments</comments>
		<pubDate>Fri, 14 Aug 2009 11:19:14 +0000</pubDate>
		<dc:creator>tino</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows Server 2003]]></category>
		<category><![CDATA[Windows Server 2008]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Membership]]></category>
		<category><![CDATA[Provider]]></category>
		<category><![CDATA[Service]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[WCF]]></category>

		<guid isPermaLink="false">http://www.tino.nl/index.php/2009/08/14/how-to-use-a-custom-membership-provider-custom-membership-user-and-role-provider-with-a-wcf-service-hosted-inside-a-windows-service/</guid>
		<description><![CDATA[I have written a small HOW TO on how to use a Customer Membership Provider, a Custom Role-Provider and a Custom Membership User for username/password authentication in a WCF Service that is hosted in a Windows Service. The HOW TO includes a sample implementation of these providers. It also includes a complete Visual Studio Project [...]]]></description>
		<wfw:commentRss>http://www.tino.nl/index.php/2009/08/14/how-to-use-a-custom-membership-provider-custom-membership-user-and-role-provider-with-a-wcf-service-hosted-inside-a-windows-service/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Prevent starting multiple instances of a Windows Forms application.</title>
		<link>http://www.tino.nl/index.php/2008/10/30/prevent-starting-multiple-instances-of-a-windows-forms-application/</link>
		<comments>http://www.tino.nl/index.php/2008/10/30/prevent-starting-multiple-instances-of-a-windows-forms-application/#comments</comments>
		<pubDate>Thu, 30 Oct 2008 09:52:00 +0000</pubDate>
		<dc:creator>tino</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Forms]]></category>

		<guid isPermaLink="false">http://www.tino.nl/index.php/2008/10/30/prevent-starting-multiple-instances-of-a-windows-forms-application/</guid>
		<description><![CDATA[There are situations where you do not want a user to start multiple instances of the same Windows Forms application more then once. There are solutions for this out there, that require writing some file and locking it (sort of File Share Witness thingy) and solution that check the running processes on the machine. (What [...]]]></description>
		<wfw:commentRss>http://www.tino.nl/index.php/2008/10/30/prevent-starting-multiple-instances-of-a-windows-forms-application/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
