<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">	<channel>
		<title>Codicode | C# News stories feed</title>
		<link>https://codicode.com/cat/c_sharp.aspx</link>
		<description>Codicode | C# News stories feed</description>
		<language>en</language>
		<docs>https://codicode.com/rss/c_sharp.aspx</docs>
		<webMaster>monoprog@gmail.com</webMaster>
		<ttl>60</ttl>
		<item>
			<title><![CDATA[Create and read a key in the registry using C#]]></title>
			<link>https://codicode.com/art/create_and_read_a_key_in_the_registry_using_c.aspx</link>
			<guid isPermaLink="true">https://codicode.com/art/create_and_read_a_key_in_the_registry_using_c.aspx</guid>
			<pubDate>Fri, 09 Mar 2012 15:55:00 GMT</pubDate>
			<category><![CDATA[C#]]></category>
			<description><![CDATA[This how to create and read a key in the windows registry using C#]]></description>
			<image>https://codicode.com/img/prev/lar/create_and_read_a_key_in_the_registry_using_c.jpg</image>
			<media:thumbnail url="https://codicode.com/img/prev/lar/create_and_read_a_key_in_the_registry_using_c.jpg" />
			<media:content url="https://codicode.com/img/prev/lar/create_and_read_a_key_in_the_registry_using_c.jpg" medium="image" />
		</item>
		<item>
			<title><![CDATA[Capture search terms & keywords coming from search engines]]></title>
			<link>https://codicode.com/art/capture_search_terms_keywords_co.aspx</link>
			<guid isPermaLink="true">https://codicode.com/art/capture_search_terms_keywords_co.aspx</guid>
			<pubDate>Tue, 13 Mar 2012 04:13:10 GMT</pubDate>
			<category><![CDATA[C#]]></category>
			<description><![CDATA[Here's a function to capture what a user typed into the Google, Yahoo... search box before coming to your page ...]]></description>
			<image>https://codicode.com/img/prev/lar/capture_search_terms_keywords_co.jpg</image>
			<media:thumbnail url="https://codicode.com/img/prev/lar/capture_search_terms_keywords_co.jpg" />
			<media:content url="https://codicode.com/img/prev/lar/capture_search_terms_keywords_co.jpg" medium="image" />
		</item>
		<item>
			<title><![CDATA[How to force running only one instance of your application in C#]]></title>
			<link>https://codicode.com/art/how_to_force_running_only_one_in.aspx</link>
			<guid isPermaLink="true">https://codicode.com/art/how_to_force_running_only_one_in.aspx</guid>
			<pubDate>Wed, 14 Mar 2012 23:28:41 GMT</pubDate>
			<category><![CDATA[C#]]></category>
			<description><![CDATA[RUNONCE: If you do not want to allow the user to run multiple instances of your application, here‘s how to do that ...]]></description>
			<image>https://codicode.com/img/prev/lar/how_to_force_running_only_one_in.jpg</image>
			<media:thumbnail url="https://codicode.com/img/prev/lar/how_to_force_running_only_one_in.jpg" />
			<media:content url="https://codicode.com/img/prev/lar/how_to_force_running_only_one_in.jpg" medium="image" />
		</item>
		<item>
			<title><![CDATA[Resize Images and keep aspect ratio & proportions in C#]]></title>
			<link>https://codicode.com/art/resize_images_and_keep_aspect_ra.aspx</link>
			<guid isPermaLink="true">https://codicode.com/art/resize_images_and_keep_aspect_ra.aspx</guid>
			<pubDate>Sat, 02 Jun 2012 01:21:46 GMT</pubDate>
			<category><![CDATA[C#]]></category>
			<description><![CDATA[This is a C# class to scale, resize pictures, make thumbnails... you can keep original aspect ratio and maintain width or height...]]></description>
			<image>https://codicode.com/img/prev/lar/resize_images_and_keep_aspect_ra.jpg</image>
			<media:thumbnail url="https://codicode.com/img/prev/lar/resize_images_and_keep_aspect_ra.jpg" />
			<media:content url="https://codicode.com/img/prev/lar/resize_images_and_keep_aspect_ra.jpg" medium="image" />
		</item>
		<item>
			<title><![CDATA[Browse for a Folder in C# Winforms]]></title>
			<link>https://codicode.com/art/browser_for_a_folder_in_c_winforms.aspx</link>
			<guid isPermaLink="true">https://codicode.com/art/browser_for_a_folder_in_c_winforms.aspx</guid>
			<pubDate>Wed, 13 Jun 2012 03:13:17 GMT</pubDate>
			<category><![CDATA[C#]]></category>
			<description><![CDATA[This is how to open a directory chooser, browse and select a folder in c# winforms ...]]></description>
			<image>https://codicode.com/img/prev/lar/browser_for_a_folder_in_c_winforms.jpg</image>
			<media:thumbnail url="https://codicode.com/img/prev/lar/browser_for_a_folder_in_c_winforms.jpg" />
			<media:content url="https://codicode.com/img/prev/lar/browser_for_a_folder_in_c_winforms.jpg" medium="image" />
		</item>
		<item>
			<title><![CDATA[Open an URL in browser from C# Winforms]]></title>
			<link>https://codicode.com/art/how_to_open_an_url_in_browser_from_c_winforms.aspx</link>
			<guid isPermaLink="true">https://codicode.com/art/how_to_open_an_url_in_browser_from_c_winforms.aspx</guid>
			<pubDate>Fri, 15 Jun 2012 05:48:06 GMT</pubDate>
			<category><![CDATA[C#]]></category>
			<description><![CDATA[This code will show you how to launch the default browser on the system and open an URL ...]]></description>
			<image>https://codicode.com/img/prev/lar/how_to_open_an_url_in_browser_from_c_winforms.jpg</image>
			<media:thumbnail url="https://codicode.com/img/prev/lar/how_to_open_an_url_in_browser_from_c_winforms.jpg" />
			<media:content url="https://codicode.com/img/prev/lar/how_to_open_an_url_in_browser_from_c_winforms.jpg" medium="image" />
		</item>
		<item>
			<title><![CDATA[Upload a Video to YouTube with C# .Net]]></title>
			<link>https://codicode.com/art/upload_a_video_to_youtube_with_c_net.aspx</link>
			<guid isPermaLink="true">https://codicode.com/art/upload_a_video_to_youtube_with_c_net.aspx</guid>
			<pubDate>Tue, 23 Oct 2012 01:46:39 GMT</pubDate>
			<category><![CDATA[C#]]></category>
			<description><![CDATA[How to upload a video (or delete a video) programmatically from Youtube on .Net C#, a Step by step guide ...]]></description>
			<image>https://codicode.com/img/prev/lar/upload_a_video_to_youtube_with_c_net.jpg</image>
			<media:thumbnail url="https://codicode.com/img/prev/lar/upload_a_video_to_youtube_with_c_net.jpg" />
			<media:content url="https://codicode.com/img/prev/lar/upload_a_video_to_youtube_with_c_net.jpg" medium="image" />
		</item>
		<item>
			<title><![CDATA[Reading Html page content from an url using C#.net]]></title>
			<link>https://codicode.com/art/reading_an_html_page_content_fro.aspx</link>
			<guid isPermaLink="true">https://codicode.com/art/reading_an_html_page_content_fro.aspx</guid>
			<pubDate>Tue, 20 Nov 2012 23:39:24 GMT</pubDate>
			<category><![CDATA[C#]]></category>
			<description><![CDATA[Here's a useful C# function I use to return the content of a Html page and get the source code into a string...]]></description>
			<image>https://codicode.com/img/prev/lar/reading_an_html_page_content_fro.jpg</image>
			<media:thumbnail url="https://codicode.com/img/prev/lar/reading_an_html_page_content_fro.jpg" />
			<media:content url="https://codicode.com/img/prev/lar/reading_an_html_page_content_fro.jpg" medium="image" />
		</item>
	</channel>
</rss>
