<?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>DevTopics &#187; C# 411</title>
	<atom:link href="http://www.devtopics.com/category/c-411/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.devtopics.com</link>
	<description>Software Development Topics</description>
	<lastBuildDate>Tue, 27 Dec 2011 20:16:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>C# 411 Launched!</title>
		<link>http://www.devtopics.com/c-411-launched/</link>
		<comments>http://www.devtopics.com/c-411-launched/#comments</comments>
		<pubDate>Sun, 24 Feb 2008 16:10:53 +0000</pubDate>
		<dc:creator>Timm</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[C# 411]]></category>
		<category><![CDATA[Visual Basic]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://www.mini-tools.com/at2/devtop/wordpress/c-411-launched/</guid>
		<description><![CDATA[Please check out C# 411, a new blog from the author of DevTopics that focuses on the C# programming language and .NET Framework and is full of C# information, news, tips and code.]]></description>
		<wfw:commentRss>http://www.devtopics.com/c-411-launched/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Best C# Web Sites</title>
		<link>http://www.devtopics.com/best-c-web-sites/</link>
		<comments>http://www.devtopics.com/best-c-web-sites/#comments</comments>
		<pubDate>Fri, 18 Jan 2008 19:11:03 +0000</pubDate>
		<dc:creator>Timm</dc:creator>
				<category><![CDATA[C# 411]]></category>
		<category><![CDATA[C# Web Sites]]></category>

		<guid isPermaLink="false">http://www.mini-tools.com/at2/devtop/wordpress/best-c-web-sites/</guid>
		<description><![CDATA[Recently I posted a list of the Best C# Blogs.&#160; Today we recognize the best C# Web sites. Following (in alphabetical order) are the best C# sites active on the Web today.&#160; Also included is the &#8220;About&#8221; section of the site (edited for space and clarity).&#160; Please comment if you can recommend other excellent C# [...]]]></description>
		<wfw:commentRss>http://www.devtopics.com/best-c-web-sites/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Best C# Blogs</title>
		<link>http://www.devtopics.com/best-c-blogs/</link>
		<comments>http://www.devtopics.com/best-c-blogs/#comments</comments>
		<pubDate>Tue, 11 Dec 2007 13:55:18 +0000</pubDate>
		<dc:creator>Timm</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[C# 411]]></category>
		<category><![CDATA[C#-Blogs]]></category>

		<guid isPermaLink="false">http://www.mini-tools.com/at2/devtop/wordpress/best-c-blogs/</guid>
		<description><![CDATA[What makes a C# blog good?&#160; Pretty much the same thing that makes any blog good, but with a focus on C#, of course.&#160; Good C# blogs have: Useful news, information, tips and code samples Regular updates Original content, not a splog or news feed Good organization, including categories and tags Healthy discussion and user [...]]]></description>
		<wfw:commentRss>http://www.devtopics.com/best-c-blogs/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Determine the .NET Versions on which an Application is Compiled and Running</title>
		<link>http://www.devtopics.com/determine-the-net-versions-on-which-an-application-is-compiled-and-running/</link>
		<comments>http://www.devtopics.com/determine-the-net-versions-on-which-an-application-is-compiled-and-running/#comments</comments>
		<pubDate>Thu, 12 Jul 2007 01:52:58 +0000</pubDate>
		<dc:creator>Timm</dc:creator>
				<category><![CDATA[C# 411]]></category>

		<guid isPermaLink="false">http://www.mini-tools.com/at2/devtop/wordpress/determine-the-net-versions-on-which-an-application-is-compiled-and-running/</guid>
		<description><![CDATA[The version of .NET against which you compile an application or assembly may not be the same version of .NET on which the application is currently running.&#160; A .NET application should always be able to run on the same or newer version of .NET against which it was compiled. This is because .NET is backward [...]]]></description>
		<wfw:commentRss>http://www.devtopics.com/determine-the-net-versions-on-which-an-application-is-compiled-and-running/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Determine Installed .NET Versions from a Web Page</title>
		<link>http://www.devtopics.com/determine-net-version-from-web-page/</link>
		<comments>http://www.devtopics.com/determine-net-version-from-web-page/#comments</comments>
		<pubDate>Wed, 11 Jul 2007 16:59:34 +0000</pubDate>
		<dc:creator>Timm</dc:creator>
				<category><![CDATA[C# 411]]></category>

		<guid isPermaLink="false">http://www.mini-tools.com/at2/devtop/wordpress/determine-net-version-from-web-page/</guid>
		<description><![CDATA[You can use the following JavaScript code in a web page to determine which versions of .NET are installed on a client PC: &#60;script language=&#8221;JavaScript&#8221; type=&#8221;text/javascript&#8221;&#62;var a = navigator.userAgent.match(/.NET CLR [0-9.]+/g);if (a == null)&#160; document.write( &#8220;Microsoft .NET is not installed on your PC&#8221; )else{&#160; document.write( &#8220;The following versions of Microsoft .NET are installed on your [...]]]></description>
		<wfw:commentRss>http://www.devtopics.com/determine-net-version-from-web-page/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Obfuscation? Gesundheit!</title>
		<link>http://www.devtopics.com/obfuscation-gesundheit/</link>
		<comments>http://www.devtopics.com/obfuscation-gesundheit/#comments</comments>
		<pubDate>Sat, 02 Jun 2007 22:24:47 +0000</pubDate>
		<dc:creator>Timm</dc:creator>
				<category><![CDATA[C# 411]]></category>
		<category><![CDATA[.NET-assembly]]></category>
		<category><![CDATA[Anti-Piracy]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Disassembly]]></category>
		<category><![CDATA[Obfuscation]]></category>
		<category><![CDATA[Obfuscator]]></category>
		<category><![CDATA[Piracy]]></category>
		<category><![CDATA[Reflection]]></category>
		<category><![CDATA[Reflector]]></category>
		<category><![CDATA[Reverse-Engineering]]></category>
		<category><![CDATA[Xenocode]]></category>

		<guid isPermaLink="false">http://www.mini-tools.com/at2/devtop/wordpress/obfuscation-gesundheit/</guid>
		<description><![CDATA[If you are a .NET developer, how would you feel if your original C# or VB source code was published on the Web for the world to see?&#160; That&#8217;s exactly what happens if you release your .NET software without obfuscation. What is Obfuscation?&#160; Obfuscation is the process of scrambling and encrypting your .NET software so [...]]]></description>
		<wfw:commentRss>http://www.devtopics.com/obfuscation-gesundheit/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Visual Studio &#8220;Orcas&#8221; and .NET 3.5 Beta Available</title>
		<link>http://www.devtopics.com/visual-studio-orcas-and-net-35-beta-available/</link>
		<comments>http://www.devtopics.com/visual-studio-orcas-and-net-35-beta-available/#comments</comments>
		<pubDate>Tue, 24 Apr 2007 15:00:44 +0000</pubDate>
		<dc:creator>Timm</dc:creator>
				<category><![CDATA[C# 411]]></category>

		<guid isPermaLink="false">http://www.mini-tools.com/at2/devtop/wordpress/visual-studio-orcas-and-net-35-beta-available/</guid>
		<description><![CDATA[Microsoft has released a beta version of the next major release of Visual Studio and the .NET framework. Visual Studio &#8220;Orcas&#8221; will enable developers to write programs that can run on Windows Vista, Longhorn Server, Office 2007 and the Web.&#160; The .NET Framework v3.5 will provide better support for Web 2.0 and AJAX applications.&#160; Microsoft [...]]]></description>
		<wfw:commentRss>http://www.devtopics.com/visual-studio-orcas-and-net-35-beta-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

