

<?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>Jimmy Burnett &#187; c-sharp</title>
	<atom:link href="http://www.jimmyburnett.com/tag/c-sharp/feed" rel="self" type="application/rss+xml" />
	<link>http://www.jimmyburnett.com</link>
	<description>My person tech blog.</description>
	<lastBuildDate>Wed, 09 Jun 2010 12:37:20 +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>Add background color to PNG files in C#.</title>
		<link>http://www.jimmyburnett.com/2010/01/add-background-color-to-png-file-in-c.html</link>
		<comments>http://www.jimmyburnett.com/2010/01/add-background-color-to-png-file-in-c.html#comments</comments>
		<pubDate>Fri, 15 Jan 2010 10:27:47 +0000</pubDate>
		<dc:creator>Jimmy</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Application Development]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[c-sharp]]></category>

		<guid isPermaLink="false">http://www.jimmyburnett.com/?p=876</guid>
		<description><![CDATA[This code snippet will let you force a background color into a PNG file with C#.  When working with PNG files in Visual Studio sometimes you&#8217;ll run into situations where the background of a PNG shows up as grey or even blue. This is because of the PNG files transparency and Windows can sometimes [...]]]></description>
		<wfw:commentRss>http://www.jimmyburnett.com/2010/01/add-background-color-to-png-file-in-c.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>C#: A multi-threaded UDP server with BackgroundWorker.</title>
		<link>http://www.jimmyburnett.com/2010/01/c-a-multi-threaded-udp-server-with-backgroundworker.html</link>
		<comments>http://www.jimmyburnett.com/2010/01/c-a-multi-threaded-udp-server-with-backgroundworker.html#comments</comments>
		<pubDate>Tue, 12 Jan 2010 10:53:32 +0000</pubDate>
		<dc:creator>Jimmy</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[c-sharp]]></category>
		<category><![CDATA[Network Programming]]></category>

		<guid isPermaLink="false">http://www.jimmyburnett.com/?p=884</guid>
		<description><![CDATA[The following code shows you how to build a UDP server in C# using the UUdpClient class for the networking and BackgroundWorker class for reporting data back to the application. This particular UDP server class is designed to be used with a Windows Forms or GUI. When using the UDP server you pass a BackgroundWorker [...]]]></description>
		<wfw:commentRss>http://www.jimmyburnett.com/2010/01/c-a-multi-threaded-udp-server-with-backgroundworker.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Check for a Windows service in C#.</title>
		<link>http://www.jimmyburnett.com/2010/01/check-for-a-windows-service-in-c.html</link>
		<comments>http://www.jimmyburnett.com/2010/01/check-for-a-windows-service-in-c.html#comments</comments>
		<pubDate>Mon, 11 Jan 2010 01:18:37 +0000</pubDate>
		<dc:creator>Jimmy</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Application Development]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[c-sharp]]></category>

		<guid isPermaLink="false">http://www.jimmyburnett.com/?p=881</guid>
		<description><![CDATA[
This code will check through a list of installed Windows Services for a specific service name in C# (returns boolean). The function allows you to pass a service name as a string and the function will check the Windows Service list for that name. It will also look for partial service names in case you [...]]]></description>
		<wfw:commentRss>http://www.jimmyburnett.com/2010/01/check-for-a-windows-service-in-c.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Strip email addresses from HTML or Text with C#.</title>
		<link>http://www.jimmyburnett.com/2010/01/strip-email-addresses-from-html-or-text-with-c.html</link>
		<comments>http://www.jimmyburnett.com/2010/01/strip-email-addresses-from-html-or-text-with-c.html#comments</comments>
		<pubDate>Sun, 03 Jan 2010 10:26:45 +0000</pubDate>
		<dc:creator>Jimmy</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[c-sharp]]></category>

		<guid isPermaLink="false">http://www.jimmyburnett.com/?p=775</guid>
		<description><![CDATA[This code shows you how to extract email addresses out of text and HTML documents. Some day you may need to strip email address from text, for what reason you would want to do this I leave to you, but hopefully not for spam. You can also find phone numbers, web addresses and other patterned [...]]]></description>
		<wfw:commentRss>http://www.jimmyburnett.com/2010/01/strip-email-addresses-from-html-or-text-with-c.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Linux GUI Programming with GTK#, Hello World.</title>
		<link>http://www.jimmyburnett.com/2009/12/linux-gui-programming-with-gtk-hello-world.html</link>
		<comments>http://www.jimmyburnett.com/2009/12/linux-gui-programming-with-gtk-hello-world.html#comments</comments>
		<pubDate>Thu, 24 Dec 2009 17:36:39 +0000</pubDate>
		<dc:creator>Jimmy</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[c-sharp]]></category>
		<category><![CDATA[GTK#]]></category>
		<category><![CDATA[Hello World]]></category>

		<guid isPermaLink="false">http://www.jimmyburnett.com/?p=725</guid>
		<description><![CDATA[Today I was sitting next to a nice warm stove up in Vermont looking at some Linux Application code I&#8217;ve developed in the past. I thought, what a good time to make a quick and dirty &#8220;Hello World&#8221; GTK# tutorial. GTK# is the equivalent in Linux as Visual Studio is to Windows and both use [...]]]></description>
		<wfw:commentRss>http://www.jimmyburnett.com/2009/12/linux-gui-programming-with-gtk-hello-world.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Convert C# code to Visual Basic,Python and Back.</title>
		<link>http://www.jimmyburnett.com/2009/12/convert-c-code-to-visual-basicpython-and-back.html</link>
		<comments>http://www.jimmyburnett.com/2009/12/convert-c-code-to-visual-basicpython-and-back.html#comments</comments>
		<pubDate>Fri, 11 Dec 2009 23:02:02 +0000</pubDate>
		<dc:creator>Jimmy</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[c-sharp]]></category>
		<category><![CDATA[Code Conversion]]></category>
		<category><![CDATA[visual studio]]></category>

		<guid isPermaLink="false">http://www.uniprogrammer.com/2009/12/convert-c-code-to-visual-basicpython-and-back.html</guid>
		<description><![CDATA[Some of you .NET programmers may some day find some sample code written in Visual Basic, or C#, but need it in another .NET language. SharpDevelop, a free .NET IDE, has a tool built in that will convert C# into Visual Basic and Python, or Visual Basic into C#, Python and any variation. This video [...]]]></description>
		<wfw:commentRss>http://www.jimmyburnett.com/2009/12/convert-c-code-to-visual-basicpython-and-back.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Implement an RSS reader into your .NET program.</title>
		<link>http://www.jimmyburnett.com/2009/12/implement-an-rss-reader-into-your-net-program.html</link>
		<comments>http://www.jimmyburnett.com/2009/12/implement-an-rss-reader-into-your-net-program.html#comments</comments>
		<pubDate>Sun, 06 Dec 2009 18:42:10 +0000</pubDate>
		<dc:creator>Jimmy</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[c-sharp]]></category>
		<category><![CDATA[RSS]]></category>
		<category><![CDATA[visual studio]]></category>

		<guid isPermaLink="false">http://www.uniprogrammer.com/2009/12/implement-an-rss-reader-into-your-net-program.html</guid>
		<description><![CDATA[If you’re looking for RSS support in your .NET application head over to RSSdotnet.com and download the latest RSS.NET library. They provide all the source code and API documents you need to add RSS into your program. I haven’t thoroughly reviewed the code but it does work pretty code and seems stable. I’m currently using [...]]]></description>
		<wfw:commentRss>http://www.jimmyburnett.com/2009/12/implement-an-rss-reader-into-your-net-program.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to send email attachments in C#.</title>
		<link>http://www.jimmyburnett.com/2009/12/how-to-send-email-attachments-in-c-2.html</link>
		<comments>http://www.jimmyburnett.com/2009/12/how-to-send-email-attachments-in-c-2.html#comments</comments>
		<pubDate>Sat, 05 Dec 2009 18:49:46 +0000</pubDate>
		<dc:creator>Jimmy</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[c-sharp]]></category>
		<category><![CDATA[Email]]></category>
		<category><![CDATA[Network Programming]]></category>

		<guid isPermaLink="false">http://www.uniprogrammer.com/2009/12/how-to-send-email-attachments-in-c.html</guid>
		<description><![CDATA[ 


.NET provides an easy to use programming framework for developing applications. There are built in classes to do just about anything including email. Emailing with attachments isn&#8217;t as hard as you might think. You can email from the local host or an SMTP server with the &#60;strong&#62;SmtpClient&#60;/strong&#62; class with just a few lines of [...]]]></description>
		<wfw:commentRss>http://www.jimmyburnett.com/2009/12/how-to-send-email-attachments-in-c-2.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using proxy servers in your C# applications.</title>
		<link>http://www.jimmyburnett.com/2009/12/using-proxy-servers-in-your-c-applications-2.html</link>
		<comments>http://www.jimmyburnett.com/2009/12/using-proxy-servers-in-your-c-applications-2.html#comments</comments>
		<pubDate>Sat, 05 Dec 2009 17:46:03 +0000</pubDate>
		<dc:creator>Jimmy</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[c-sharp]]></category>
		<category><![CDATA[Proxy Servers]]></category>
		<category><![CDATA[visual studio]]></category>

		<guid isPermaLink="false">http://www.uniprogrammer.com/?p=5</guid>
		<description><![CDATA[This code snippet will show you how to use a proxy server in conjunction with the WebClient class. I&#8217;m pretty sure the WebClient class automatically uses your IE configuration (correct me if I&#8217;m wrong). This is helpful for those that are developing C# in Linux, but are behind an annoying corporate proxy server.



private string downloadURL( [...]]]></description>
		<wfw:commentRss>http://www.jimmyburnett.com/2009/12/using-proxy-servers-in-your-c-applications-2.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The underlying connection was closed.</title>
		<link>http://www.jimmyburnett.com/2009/08/the-underlying-connection-was-closed.html</link>
		<comments>http://www.jimmyburnett.com/2009/08/the-underlying-connection-was-closed.html#comments</comments>
		<pubDate>Sat, 22 Aug 2009 15:33:18 +0000</pubDate>
		<dc:creator>Jimmy</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[c-sharp]]></category>

		<guid isPermaLink="false">http://www.geekmoz.com/?p=230</guid>
		<description><![CDATA[There seems to be a big problem with the underlying code behind the sockets classes that Microsoft uses in their .NET framework. Many people are getting a “The underlying connection was closed.&#8221; error message, but there doesn&#8217;t seem to be an consistency to it.



 I sent a simple test program using the code below to [...]]]></description>
		<wfw:commentRss>http://www.jimmyburnett.com/2009/08/the-underlying-connection-was-closed.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
