<?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>Michael Bowersox&#039;s Blog &#187; .NET</title>
	<atom:link href="http://www.michaelbowersox.com/category/net/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.michaelbowersox.com</link>
	<description></description>
	<lastBuildDate>Wed, 10 Apr 2013 00:58:29 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Using a Custom IDataReader to Stream Data Into a Database</title>
		<link>http://www.michaelbowersox.com/2011/12/22/using-a-custom-idatareader-to-stream-data-into-a-database/</link>
		<comments>http://www.michaelbowersox.com/2011/12/22/using-a-custom-idatareader-to-stream-data-into-a-database/#comments</comments>
		<pubDate>Fri, 23 Dec 2011 02:13:19 +0000</pubDate>
		<dc:creator>Michael Bowersox (Admin)</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[SQL Server]]></category>

		<guid isPermaLink="false">http://www.michaelbowersox.com/?p=823</guid>
		<description><![CDATA[In a previous post, I discussed how to use the SqlBulkCopy class along with a SqlDataReader to quickly stream data from one database to another.  The reason that you can use a SqlDataReader as a parameter in the WriteToServer method of SqlBulkCopy is because it implements the IDataReader interface.  The great thing about this, is [...]]]></description>
		<wfw:commentRss>http://www.michaelbowersox.com/2011/12/22/using-a-custom-idatareader-to-stream-data-into-a-database/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Streaming Data Between Databases using SqlBulkCopy and SqlDataReader</title>
		<link>http://www.michaelbowersox.com/2011/12/01/streaming-data-between-databases-using-sqlbulkcopy-and-sqldatareader/</link>
		<comments>http://www.michaelbowersox.com/2011/12/01/streaming-data-between-databases-using-sqlbulkcopy-and-sqldatareader/#comments</comments>
		<pubDate>Fri, 02 Dec 2011 02:33:09 +0000</pubDate>
		<dc:creator>Michael Bowersox (Admin)</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[SQL Server]]></category>

		<guid isPermaLink="false">http://www.michaelbowersox.com/?p=808</guid>
		<description><![CDATA[One little known fact about SqlBulkCopy is that not only can the WriteToServer method use a DataTable, but it can also use any object that implements IDataReader.  Since the SqlDataReader object implements the IDataReader interface, it is a perfect candidate for use with a SqlBulkCopy object.  One instance where I found this extremely useful, is [...]]]></description>
		<wfw:commentRss>http://www.michaelbowersox.com/2011/12/01/streaming-data-between-databases-using-sqlbulkcopy-and-sqldatareader/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Converting From WPF Foreground to Windows Forms ForeColor</title>
		<link>http://www.michaelbowersox.com/2011/02/18/converting-from-wpf-foreground-to-windows-forms-forecolor/</link>
		<comments>http://www.michaelbowersox.com/2011/02/18/converting-from-wpf-foreground-to-windows-forms-forecolor/#comments</comments>
		<pubDate>Sat, 19 Feb 2011 00:02:03 +0000</pubDate>
		<dc:creator>Michael Bowersox</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[WPF]]></category>

		<guid isPermaLink="false">http://www.michaelbowersox.com/?p=720</guid>
		<description><![CDATA[I recently had the need to read the foreground color of a WPF control to assign to the foreground color of a Windows Forms control that I had hosted in a Windows Forms Host control.  Once I started investigating, I realized that this wasn’t going to be as straight forward as I planned since the [...]]]></description>
		<wfw:commentRss>http://www.michaelbowersox.com/2011/02/18/converting-from-wpf-foreground-to-windows-forms-forecolor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Semaphores in C#</title>
		<link>http://www.michaelbowersox.com/2011/01/16/semaphores-in-c/</link>
		<comments>http://www.michaelbowersox.com/2011/01/16/semaphores-in-c/#comments</comments>
		<pubDate>Mon, 17 Jan 2011 03:18:09 +0000</pubDate>
		<dc:creator>Michael Bowersox</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Threading]]></category>

		<guid isPermaLink="false">http://www.michaelbowersox.com/?p=667</guid>
		<description><![CDATA[A short while ago I had a need to limit simultaneous requests to a web service from a multi-threaded application to prevent timeouts.  I learned about semaphores in school and knew this was the right approach, but I have never used one in a real-world application before.  Luckily, the .NET framework makes it rather easy [...]]]></description>
		<wfw:commentRss>http://www.michaelbowersox.com/2011/01/16/semaphores-in-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
