

<?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; Network Programming</title>
	<atom:link href="http://www.jimmyburnett.com/tag/network-programming/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>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>Simple Sockets</title>
		<link>http://www.jimmyburnett.com/2009/12/simple-sockets.html</link>
		<comments>http://www.jimmyburnett.com/2009/12/simple-sockets.html#comments</comments>
		<pubDate>Thu, 10 Dec 2009 19:08:22 +0000</pubDate>
		<dc:creator>Jimmy</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[CPP]]></category>
		<category><![CDATA[Network Programming]]></category>
		<category><![CDATA[Socket Programming]]></category>

		<guid isPermaLink="false">http://www.uniprogrammer.com/2009/12/simple-sockets.html</guid>
		<description><![CDATA[


Simple Sockets is a cross platform socket library. It is different from other socket libraries which mix the application protocol and transport protocol layer (i.e. TCP sockets, UDP sockets, HTTP sockets, etc). This library focuses specifically on the transport protocols. Its features include blocking/non-blocking sockets, polling, thread safety, and signal safety.
This example creates a socket [...]]]></description>
		<wfw:commentRss>http://www.jimmyburnett.com/2009/12/simple-sockets.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>C# TCP/IP Client Server example code.</title>
		<link>http://www.jimmyburnett.com/2009/12/c-tcpip-client-server-example-code.html</link>
		<comments>http://www.jimmyburnett.com/2009/12/c-tcpip-client-server-example-code.html#comments</comments>
		<pubDate>Sat, 05 Dec 2009 19:09:15 +0000</pubDate>
		<dc:creator>Jimmy</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Network Programming]]></category>

		<guid isPermaLink="false">http://www.uniprogrammer.com/2009/12/c-tcpip-client-server-example-code.html</guid>
		<description><![CDATA[Below is example code written in C# for a TCP/IP client and server. The TCP server uses what is called a Listener object, which listens for incoming connections. On the client side, the code is written to connect to a specific IP address at which point the server side makes a connection and both client [...]]]></description>
		<wfw:commentRss>http://www.jimmyburnett.com/2009/12/c-tcpip-client-server-example-code.html/feed</wfw:commentRss>
		<slash:comments>3</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>
	</channel>
</rss>
