<?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>Coding Zen &#187; C#</title>
	<atom:link href="http://itsmikebender.com/category/c-sharp/feed/" rel="self" type="application/rss+xml" />
	<link>http://itsmikebender.com</link>
	<description>my .NET coding endeavors and more</description>
	<lastBuildDate>Fri, 03 Feb 2012 12:42:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>C# System.Drawing Image to WPF BitmapImage</title>
		<link>http://itsmikebender.com/2012/01/c-system-drawing-image-to-wpf-bitmapimage/</link>
		<comments>http://itsmikebender.com/2012/01/c-system-drawing-image-to-wpf-bitmapimage/#comments</comments>
		<pubDate>Mon, 30 Jan 2012 20:47:12 +0000</pubDate>
		<dc:creator>Mike Bender</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[WPF]]></category>

		<guid isPermaLink="false">http://mikebender.itsaphotobooth.net/?p=234</guid>
		<description><![CDATA[UPDATED: I was recently presented with an issue of casting a Bitmap Image (System.Drawing.Image) to a BitmapImage (System.Windows.Media.Imaging). Unfortunately WPF has no converter for this. To solve this issue I created...]]></description>
		<wfw:commentRss>http://itsmikebender.com/2012/01/c-system-drawing-image-to-wpf-bitmapimage/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enable SSL development in Visual Studio 2010</title>
		<link>http://itsmikebender.com/2011/06/enable-ssl-development-in-visual-studio-2010/</link>
		<comments>http://itsmikebender.com/2011/06/enable-ssl-development-in-visual-studio-2010/#comments</comments>
		<pubDate>Fri, 24 Jun 2011 14:35:56 +0000</pubDate>
		<dc:creator>Mike Bender</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[WCF]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[HTTPS]]></category>
		<category><![CDATA[REST]]></category>
		<category><![CDATA[SSL]]></category>

		<guid isPermaLink="false">http://mikebender.itsaphotobooth.net/?p=200</guid>
		<description><![CDATA[I recently began work on a RESTful web service using WCF 4. One of our requirements was to implement basic HTTP authentication (http://en.wikipedia.org/wiki/Basic_access_authentication). This wasn&#8217;t quite as straight forward as I initially thought it might be. After some digging around I came across a wonderful extension library WcfRestContrib (https://github.com/mikeobrien/WcfRestContrib) . Proceeding after finding this library and use of their documentation I basic auth integrated quickly into the service. At this<a href="http://itsmikebender.com/2011/06/enable-ssl-development-in-visual-studio-2010/">&#160;&#160;[ Read More ]</a>]]></description>
		<wfw:commentRss>http://itsmikebender.com/2011/06/enable-ssl-development-in-visual-studio-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Canon releases the EDSDK 2.9 library</title>
		<link>http://itsmikebender.com/2010/10/canon-releases-the-edsdk-2-9-library/</link>
		<comments>http://itsmikebender.com/2010/10/canon-releases-the-edsdk-2-9-library/#comments</comments>
		<pubDate>Fri, 22 Oct 2010 18:25:11 +0000</pubDate>
		<dc:creator>Mike Bender</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Canon EDSDK]]></category>
		<category><![CDATA[Canon EOS Digital Cameras]]></category>
		<category><![CDATA[Computer Vision]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://mikebender.itsaphotobooth.net/?p=190</guid>
		<description><![CDATA[Earlier this week I received an email informing me of the release of the EDSDK 2.9 library. I must say that this has been a quick release cycle for Canon and their SDK. Upon reviewing the change notes for this release there really only appears to be 2 changes. First, Canon added support for their latest EOS camera the Canon EOS 60D. Second they removed support for the antiquated Windows™<a href="http://itsmikebender.com/2010/10/canon-releases-the-edsdk-2-9-library/">&#160;&#160;[ Read More ]</a>]]></description>
		<wfw:commentRss>http://itsmikebender.com/2010/10/canon-releases-the-edsdk-2-9-library/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Enumerating Device Properties with WIA and C#</title>
		<link>http://itsmikebender.com/2010/03/enumerating-device-properties-with-wia-and-c/</link>
		<comments>http://itsmikebender.com/2010/03/enumerating-device-properties-with-wia-and-c/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 17:53:23 +0000</pubDate>
		<dc:creator>Mike Bender</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[WIA]]></category>

		<guid isPermaLink="false">http://mikebender.itsaphotobooth.net/?p=56</guid>
		<description><![CDATA[It&#8217;s been a loooong time between posts and I apologize for that. The resent months have been quite busy and a somewhat recent change in direction on my software development has led to me no longer diving into WIA. In this post I am providing a functional class that provides a means to enumerate the devices properties, set a device property and take a picture. What this class does not<a href="http://itsmikebender.com/2010/03/enumerating-device-properties-with-wia-and-c/">&#160;&#160;[ Read More ]</a>]]></description>
		<wfw:commentRss>http://itsmikebender.com/2010/03/enumerating-device-properties-with-wia-and-c/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>WIA and 64-bit Vista Whoas</title>
		<link>http://itsmikebender.com/2009/10/wia-and-64-bit-vista-whoas/</link>
		<comments>http://itsmikebender.com/2009/10/wia-and-64-bit-vista-whoas/#comments</comments>
		<pubDate>Sat, 17 Oct 2009 01:05:20 +0000</pubDate>
		<dc:creator>Mike Bender</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[WIA]]></category>

		<guid isPermaLink="false">http://mikebender.itsaphotobooth.net/?p=65</guid>
		<description><![CDATA[So I&#8217;ve been working on a tether program for my Nikon D40x. My current development platform is 32-bit Vista, but my target machine is a 64-bit Vista machine. So today I&#8217;ve finally got everything working on my development machine and migrate it to my target machine. Everything seems fine under normal test cases until I go to exercise a couple of key events used to detect if the camera is<a href="http://itsmikebender.com/2009/10/wia-and-64-bit-vista-whoas/">&#160;&#160;[ Read More ]</a>]]></description>
		<wfw:commentRss>http://itsmikebender.com/2009/10/wia-and-64-bit-vista-whoas/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Using C# and WIA 2.0 to connect to an imaging device</title>
		<link>http://itsmikebender.com/2009/08/using-c-sharp-and-wia-2-0-to-connect-to-an-imaging-device/</link>
		<comments>http://itsmikebender.com/2009/08/using-c-sharp-and-wia-2-0-to-connect-to-an-imaging-device/#comments</comments>
		<pubDate>Sat, 29 Aug 2009 01:30:08 +0000</pubDate>
		<dc:creator>Mike Bender</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[WIA]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[Nikon]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://mikebender.itsaphotobooth.net/?p=13</guid>
		<description><![CDATA[Welcome, in this article I am going to how to get your project setup to use WIA, how successfully connect to an image device and finally how to enumerate all the properties and events the device supports. While this article will only touch the surface of what all you can do with WIA subsequent articles will continue to delve deeper into WIA’s full capabilities. Shall we get started? Software &#38;<a href="http://itsmikebender.com/2009/08/using-c-sharp-and-wia-2-0-to-connect-to-an-imaging-device/">&#160;&#160;[ Read More ]</a>]]></description>
		<wfw:commentRss>http://itsmikebender.com/2009/08/using-c-sharp-and-wia-2-0-to-connect-to-an-imaging-device/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
	</channel>
</rss>

