<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>EnSoft, Inc.</title>
	<atom:link href="http://ensoftinc.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://ensoftinc.wordpress.com</link>
	<description>Software Development, Hardware, Robotics...</description>
	<lastBuildDate>Sat, 07 Jan 2012 19:17:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='ensoftinc.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>EnSoft, Inc.</title>
		<link>http://ensoftinc.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://ensoftinc.wordpress.com/osd.xml" title="EnSoft, Inc." />
	<atom:link rel='hub' href='http://ensoftinc.wordpress.com/?pushpress=hub'/>
		<item>
		<title>C# Generics &#8211; default keyword</title>
		<link>http://ensoftinc.wordpress.com/2011/01/14/c-generics-default-keyword/</link>
		<comments>http://ensoftinc.wordpress.com/2011/01/14/c-generics-default-keyword/#comments</comments>
		<pubDate>Fri, 14 Jan 2011 18:46:25 +0000</pubDate>
		<dc:creator>Harrison</dc:creator>
				<category><![CDATA[.Net]]></category>

		<guid isPermaLink="false">http://ensoftinc.wordpress.com/?p=371</guid>
		<description><![CDATA[Recently had an issue where if some code in a method with a generic return type threw an error I wanted the method to return null and deal with the non-existent collection that was supposed to be returned at the point rather then generate an application level exception. If you&#8217;ve tried this you know that [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ensoftinc.wordpress.com&amp;blog=9688229&amp;post=371&amp;subd=ensoftinc&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Recently had an issue where if some code in a method with a generic return type threw an error I wanted the method to return null and deal with the non-existent collection that was supposed to be returned at the point rather then generate an application level exception.</p>
<p>If you&#8217;ve tried this you know that simply returning &#8220;null&#8221; when a generic type is returned won&#8217;t compile.</p>
<p>That&#8217;s where the default keyword comes in very handy. Straight from MSDN:</p>
<pre>Given a variable t of a parameterized type T, the statement t = null is
only valid if T is a reference type and t = 0 will only work for numeric
value types but not for structs. The solution is to use the default keyword,
which will return null for reference types and zero for  numeric value types.
For structs, it will return each member of the  struct initialized to zero or
null depending on whether they are value  or reference types. For nullable
value types, default returns a <a href="http://msdn.microsoft.com/en-us/library/b3h38hb0.aspx">System.Nullable&lt;T&gt;</a>, which is initialized like
any struct.</pre>
<p>In my case just needed to use:</p>
<p><span style="color:#0000ff;">return default</span>(T);</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ensoftinc.wordpress.com/371/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ensoftinc.wordpress.com/371/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ensoftinc.wordpress.com/371/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ensoftinc.wordpress.com/371/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ensoftinc.wordpress.com/371/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ensoftinc.wordpress.com/371/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ensoftinc.wordpress.com/371/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ensoftinc.wordpress.com/371/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ensoftinc.wordpress.com/371/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ensoftinc.wordpress.com/371/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ensoftinc.wordpress.com/371/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ensoftinc.wordpress.com/371/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ensoftinc.wordpress.com/371/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ensoftinc.wordpress.com/371/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ensoftinc.wordpress.com&amp;blog=9688229&amp;post=371&amp;subd=ensoftinc&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ensoftinc.wordpress.com/2011/01/14/c-generics-default-keyword/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/793c0b2dacd9d1e89f13aa0c0cab875f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Harrison</media:title>
		</media:content>
	</item>
		<item>
		<title>PC Build List</title>
		<link>http://ensoftinc.wordpress.com/2010/11/11/pc-build-list/</link>
		<comments>http://ensoftinc.wordpress.com/2010/11/11/pc-build-list/#comments</comments>
		<pubDate>Thu, 11 Nov 2010 13:49:03 +0000</pubDate>
		<dc:creator>Harrison</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://ensoftinc.wordpress.com/?p=361</guid>
		<description><![CDATA[Just completed building a new PC to replace my previous machine. The main things I wanted for this machine was good gaming performance and overall a high performance machine with lots of room to expand later. I was shooting for spending around $1,500 to $2,000 max. Everything went together pretty smoothly and I am really [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ensoftinc.wordpress.com&amp;blog=9688229&amp;post=361&amp;subd=ensoftinc&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Just completed building a new PC to replace my previous machine. The main things I wanted for this machine was good gaming performance and overall a high performance machine with lots of room to expand later. I was shooting for spending around $1,500 to $2,000 max.</p>
<p>Everything went together pretty smoothly and I am really happy with the performance. The overall WEI came out at 7.4. Here&#8217;s the breakdown:</p>
<p>Processor: 7.5<br />
Memory (RAM): 7.5<br />
Graphics: 7.8<br />
Gaming graphics: 7.8<br />
Primary hard disk: 7.4<br />
Windows 7 Professional</p>
<p>Was a little surprised my lowest score was the hard drive because I splurged and got an SSD &#8211; but it&#8217;s just a number. The overall performance is by far the best I&#8217;ve ever owned.</p>
<p>Not going to go into detail on the build process itself &#8211; it was pretty straightforward. But here&#8217;s a parts list of the items I purchased for the build (all from newegg.com).</p>
<p>OS: Windows 7 Professional 64bit (system builders license)<br />
Case: Cooler Master HAF<br />
Power Supply: CORSAIR CMPSU-850TX 850W<br />
Motherboard: ASUS Rampage III Formula LGA 1366<br />
Processor: Intel Core i7-950 Bloomfield 3.06GHz LGA 1366 130W Quad-Core<br />
RAM: Crucial 4GB 240-Pin DDR3 SDRAM DDR3 1333 (x3 &#8211; 12 GB total)<br />
HDD: Crucial RealSSD C300 CTFDDAC128MAG-1G1 2.5&#8243; 128GB SATA III<br />
Seagate 750GB Barracuda (already had this from a previous build)<br />
ODD: Generic Lightscribe DVD burner (already had this from a previous build)<br />
Video Card: SPARKLE SXX4701280D5-NM GeForce GTX 470 1280MB 320-bit GDDR5<br />
Misc: CPU Cooler &#8211; Cooler Master Hyper N 520 RR-920-N520-GP 92mm Sleeve CPU Cooler<br />
Rosewill RX-C200P 2.5&#8243; SSD / HDD Plastic Mounting Kit for 3.5&#8243; Drive Bay</p>
<p>After completing the build, I can say the following:</p>
<ul>
<li>The Cooler Master HAF is HUGE, but it is equally excellent. Lots of thought went into making the case fantastic. Really easy to put various components in and tons of room to move around in. If the size is not a factor for you GET THIS CASE.</li>
<li>Was not as impressed as I thought I would be with the SSD, performance is WAY better than a regular disc but maybe my expectations were too high. It didn&#8217;t help that the SSD came with absolutely nothing to help in installation &#8211; no cables, no mounting bits. For the price they should have made some effort there.</li>
<li>Not sure how I feel about the Sparkle video card yet, so far performance is great &#8211; have yet to stress it much but that will come soon once I get COD &#8211; Black Ops installed (YES!). The build quality of the card itself concerns me some &#8211; seemed a little flimsy. Will have to let it run for awhile before I make that call on this one.</li>
<li>I also went ahead and replaced my old keyboard and mouse with a Das Keyboard (if you&#8217;re a programmer you NEED this keyboard) and a Logitech G9x. Both are awesome and I highly recommend.</li>
<li>Overall am VERY happy with the build. Total price came in around $1,800 which is about what I had planned &#8211; granted I did have a couple pieces on hand already.</li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ensoftinc.wordpress.com/361/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ensoftinc.wordpress.com/361/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ensoftinc.wordpress.com/361/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ensoftinc.wordpress.com/361/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ensoftinc.wordpress.com/361/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ensoftinc.wordpress.com/361/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ensoftinc.wordpress.com/361/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ensoftinc.wordpress.com/361/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ensoftinc.wordpress.com/361/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ensoftinc.wordpress.com/361/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ensoftinc.wordpress.com/361/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ensoftinc.wordpress.com/361/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ensoftinc.wordpress.com/361/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ensoftinc.wordpress.com/361/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ensoftinc.wordpress.com&amp;blog=9688229&amp;post=361&amp;subd=ensoftinc&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ensoftinc.wordpress.com/2010/11/11/pc-build-list/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/793c0b2dacd9d1e89f13aa0c0cab875f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Harrison</media:title>
		</media:content>
	</item>
		<item>
		<title>Reporting Services &#8211; Nested Objects in Local Mode</title>
		<link>http://ensoftinc.wordpress.com/2010/10/28/reporting-services-nested-objects-in-local-mode/</link>
		<comments>http://ensoftinc.wordpress.com/2010/10/28/reporting-services-nested-objects-in-local-mode/#comments</comments>
		<pubDate>Thu, 28 Oct 2010 13:27:15 +0000</pubDate>
		<dc:creator>Harrison</dc:creator>
				<category><![CDATA[.Net]]></category>

		<guid isPermaLink="false">http://ensoftinc.wordpress.com/?p=357</guid>
		<description><![CDATA[Just saw this post by Brain Hartman regarding the nested objects in local mode issue. If you need this information check it out.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ensoftinc.wordpress.com&amp;blog=9688229&amp;post=357&amp;subd=ensoftinc&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Just saw this post by Brain Hartman regarding the nested objects in local mode issue.</p>
<p>If you need this information <a href="http://blogs.msdn.com/b/brianhartman/archive/2010/10/27/nested-objects-in-local-mode.aspx" target="_blank">check it out</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ensoftinc.wordpress.com/357/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ensoftinc.wordpress.com/357/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ensoftinc.wordpress.com/357/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ensoftinc.wordpress.com/357/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ensoftinc.wordpress.com/357/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ensoftinc.wordpress.com/357/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ensoftinc.wordpress.com/357/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ensoftinc.wordpress.com/357/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ensoftinc.wordpress.com/357/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ensoftinc.wordpress.com/357/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ensoftinc.wordpress.com/357/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ensoftinc.wordpress.com/357/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ensoftinc.wordpress.com/357/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ensoftinc.wordpress.com/357/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ensoftinc.wordpress.com&amp;blog=9688229&amp;post=357&amp;subd=ensoftinc&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ensoftinc.wordpress.com/2010/10/28/reporting-services-nested-objects-in-local-mode/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/793c0b2dacd9d1e89f13aa0c0cab875f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Harrison</media:title>
		</media:content>
	</item>
		<item>
		<title>Windows Phone 7 Launch</title>
		<link>http://ensoftinc.wordpress.com/2010/10/04/windows-phone-7-launch/</link>
		<comments>http://ensoftinc.wordpress.com/2010/10/04/windows-phone-7-launch/#comments</comments>
		<pubDate>Mon, 04 Oct 2010 13:31:51 +0000</pubDate>
		<dc:creator>Harrison</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://ensoftinc.wordpress.com/?p=344</guid>
		<description><![CDATA[Windows Phone 7 is launching soon, for .Net developers this could be an interesting platform. Check out these links for some more info: Windows Phone 7 Main Info Site MSDN Developer Event<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ensoftinc.wordpress.com&amp;blog=9688229&amp;post=344&amp;subd=ensoftinc&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Windows Phone 7 is launching soon, for .Net developers this could be an interesting platform.</p>
<p><a href="http://www.msdnevents.com/wp7devlaunch/" target="_blank"><img src="http://ensoftinc.files.wordpress.com/2010/10/wp7_signature_banner_lg.jpg?w=614" alt="" title="wp7_signature_banner_lg"   class="alignnone size-full wp-image-350" /></a></p>
<p>Check out these links for some more info:</p>
<p><a href="http://www.windowsphone7.com/" target="_blank">Windows Phone 7 Main Info Site</a><br />
<a href="http://www.msdnevents.com/wp7devlaunch/" target="_blank">MSDN Developer Event</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ensoftinc.wordpress.com/344/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ensoftinc.wordpress.com/344/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ensoftinc.wordpress.com/344/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ensoftinc.wordpress.com/344/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ensoftinc.wordpress.com/344/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ensoftinc.wordpress.com/344/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ensoftinc.wordpress.com/344/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ensoftinc.wordpress.com/344/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ensoftinc.wordpress.com/344/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ensoftinc.wordpress.com/344/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ensoftinc.wordpress.com/344/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ensoftinc.wordpress.com/344/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ensoftinc.wordpress.com/344/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ensoftinc.wordpress.com/344/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ensoftinc.wordpress.com&amp;blog=9688229&amp;post=344&amp;subd=ensoftinc&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ensoftinc.wordpress.com/2010/10/04/windows-phone-7-launch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/793c0b2dacd9d1e89f13aa0c0cab875f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Harrison</media:title>
		</media:content>

		<media:content url="http://ensoftinc.files.wordpress.com/2010/10/wp7_signature_banner_lg.jpg" medium="image">
			<media:title type="html">wp7_signature_banner_lg</media:title>
		</media:content>
	</item>
		<item>
		<title>Kickstarter Project: Lockpicks by Open Locksport</title>
		<link>http://ensoftinc.wordpress.com/2010/09/23/kickstarter-project-lockpicks-by-open-locksport/</link>
		<comments>http://ensoftinc.wordpress.com/2010/09/23/kickstarter-project-lockpicks-by-open-locksport/#comments</comments>
		<pubDate>Thu, 23 Sep 2010 12:48:05 +0000</pubDate>
		<dc:creator>Harrison</dc:creator>
				<category><![CDATA[Electronics]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://ensoftinc.wordpress.com/?p=337</guid>
		<description><![CDATA[Just backed this awesome Kickstarter project, not much time left but you can still get in on it if you&#8217;ve ever wanted to learn to pick locks and get some nice tools. Picks also make great tools for positioning small electronic bits&#8230; Check it out here.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ensoftinc.wordpress.com&amp;blog=9688229&amp;post=337&amp;subd=ensoftinc&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Just backed this awesome Kickstarter project, not much time left but you can still get in on it if you&#8217;ve ever wanted to learn to pick locks and get some nice tools. Picks also make great tools for positioning small electronic bits&#8230;</p>
<p><a href="http://kck.st/bjNcQf" target="_blank">Check it out here.</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ensoftinc.wordpress.com/337/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ensoftinc.wordpress.com/337/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ensoftinc.wordpress.com/337/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ensoftinc.wordpress.com/337/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ensoftinc.wordpress.com/337/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ensoftinc.wordpress.com/337/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ensoftinc.wordpress.com/337/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ensoftinc.wordpress.com/337/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ensoftinc.wordpress.com/337/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ensoftinc.wordpress.com/337/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ensoftinc.wordpress.com/337/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ensoftinc.wordpress.com/337/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ensoftinc.wordpress.com/337/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ensoftinc.wordpress.com/337/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ensoftinc.wordpress.com&amp;blog=9688229&amp;post=337&amp;subd=ensoftinc&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ensoftinc.wordpress.com/2010/09/23/kickstarter-project-lockpicks-by-open-locksport/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/793c0b2dacd9d1e89f13aa0c0cab875f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Harrison</media:title>
		</media:content>
	</item>
		<item>
		<title>Getting Fiddler To Work With LocalHost</title>
		<link>http://ensoftinc.wordpress.com/2010/09/20/getting-fiddler-to-work-with-localhost/</link>
		<comments>http://ensoftinc.wordpress.com/2010/09/20/getting-fiddler-to-work-with-localhost/#comments</comments>
		<pubDate>Mon, 20 Sep 2010 14:44:18 +0000</pubDate>
		<dc:creator>Harrison</dc:creator>
				<category><![CDATA[.Net]]></category>

		<guid isPermaLink="false">http://ensoftinc.wordpress.com/?p=333</guid>
		<description><![CDATA[Here&#8217;s a simple tip to get Fiddler working while you&#8217;re debugging sites using a localhost URL (when using the ASP.NET dev web server for example). Just add a &#8220;.&#8221; (period) after &#8220;localhost&#8221; in the url like so: http://localhost./default.aspx or with the port info: http://localhost.:1234/default.aspx<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ensoftinc.wordpress.com&amp;blog=9688229&amp;post=333&amp;subd=ensoftinc&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a simple tip to get Fiddler working while you&#8217;re debugging sites using a localhost URL (when using the ASP.NET dev web server for example).</p>
<p>Just add a &#8220;.&#8221; (period) after &#8220;localhost&#8221; in the url like so:</p>
<p>http://localhost./default.aspx</p>
<p>or with the port info:</p>
<p>http://localhost.:1234/default.aspx</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ensoftinc.wordpress.com/333/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ensoftinc.wordpress.com/333/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ensoftinc.wordpress.com/333/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ensoftinc.wordpress.com/333/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ensoftinc.wordpress.com/333/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ensoftinc.wordpress.com/333/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ensoftinc.wordpress.com/333/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ensoftinc.wordpress.com/333/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ensoftinc.wordpress.com/333/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ensoftinc.wordpress.com/333/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ensoftinc.wordpress.com/333/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ensoftinc.wordpress.com/333/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ensoftinc.wordpress.com/333/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ensoftinc.wordpress.com/333/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ensoftinc.wordpress.com&amp;blog=9688229&amp;post=333&amp;subd=ensoftinc&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ensoftinc.wordpress.com/2010/09/20/getting-fiddler-to-work-with-localhost/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/793c0b2dacd9d1e89f13aa0c0cab875f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Harrison</media:title>
		</media:content>
	</item>
		<item>
		<title>Reporting Services &#8211; Validation of view state mac failed</title>
		<link>http://ensoftinc.wordpress.com/2010/08/18/reporting-services-validation-of-view-state-mac-failed/</link>
		<comments>http://ensoftinc.wordpress.com/2010/08/18/reporting-services-validation-of-view-state-mac-failed/#comments</comments>
		<pubDate>Wed, 18 Aug 2010 12:20:09 +0000</pubDate>
		<dc:creator>Harrison</dc:creator>
				<category><![CDATA[.Net]]></category>

		<guid isPermaLink="false">http://ensoftinc.wordpress.com/?p=328</guid>
		<description><![CDATA[Just saw a good post on how to handle the &#8220;Validation of view state mac failed&#8221; error if running Reporting Services in a webfarm. Basically two options to handle this: Either configure the tag in the configuration files of the load balancer or configure session affinity in the DNS of the load balancer. For details [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ensoftinc.wordpress.com&amp;blog=9688229&amp;post=328&amp;subd=ensoftinc&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Just saw a good post on how to handle the &#8220;Validation of view state mac failed&#8221; error if running Reporting Services in a webfarm. Basically two options to handle this:</p>
<p>Either configure the  tag in the configuration files of the load balancer or configure session affinity in the DNS of the load balancer.</p>
<p>For details check out the original post:</p>
<p><a href="http://blogs.msdn.com/b/mariae/archive/2010/08/18/validation-of-view-state-mac-failed-error-in-reporting-services.aspx" target="_blank">Validation of view state mac failed</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ensoftinc.wordpress.com/328/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ensoftinc.wordpress.com/328/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ensoftinc.wordpress.com/328/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ensoftinc.wordpress.com/328/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ensoftinc.wordpress.com/328/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ensoftinc.wordpress.com/328/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ensoftinc.wordpress.com/328/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ensoftinc.wordpress.com/328/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ensoftinc.wordpress.com/328/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ensoftinc.wordpress.com/328/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ensoftinc.wordpress.com/328/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ensoftinc.wordpress.com/328/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ensoftinc.wordpress.com/328/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ensoftinc.wordpress.com/328/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ensoftinc.wordpress.com&amp;blog=9688229&amp;post=328&amp;subd=ensoftinc&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ensoftinc.wordpress.com/2010/08/18/reporting-services-validation-of-view-state-mac-failed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/793c0b2dacd9d1e89f13aa0c0cab875f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Harrison</media:title>
		</media:content>
	</item>
		<item>
		<title>Robot And Electronics Magazines</title>
		<link>http://ensoftinc.wordpress.com/2010/08/05/robot-and-electronics-magazines/</link>
		<comments>http://ensoftinc.wordpress.com/2010/08/05/robot-and-electronics-magazines/#comments</comments>
		<pubDate>Thu, 05 Aug 2010 17:23:54 +0000</pubDate>
		<dc:creator>Harrison</dc:creator>
				<category><![CDATA[Electronics]]></category>
		<category><![CDATA[Robotics]]></category>

		<guid isPermaLink="false">http://ensoftinc.wordpress.com/?p=296</guid>
		<description><![CDATA[Thought I&#8217;d throw together a quick list of some robot and electronics related magazines that I know of. Always a good source of new ideas and keeping up with what&#8217;s out there. Let me know if I&#8217;m missing any good ones. Robot Magazine, general robot information &#8211; covers the full spectrum of robots and related [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ensoftinc.wordpress.com&amp;blog=9688229&amp;post=296&amp;subd=ensoftinc&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Thought I&#8217;d throw together a quick list of some robot and electronics related magazines that I know of. Always a good source of new ideas and keeping up with what&#8217;s out there. Let me know if I&#8217;m missing any good ones.</p>
<ul>
<li><a href="http://www.botmag.com/" target="_blank">Robot Magazine</a>, general robot information &#8211; covers the full spectrum of robots and related news.</li>
<li><a href="http://www.servomagazine.com/" target="_blank">Servo</a>, covering the world of personal robots.</li>
<li><a href="http://www.nutsvolts.com/" target="_blank">Nuts and Volts</a>, the magazine for the electronics hobbyist.</li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ensoftinc.wordpress.com/296/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ensoftinc.wordpress.com/296/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ensoftinc.wordpress.com/296/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ensoftinc.wordpress.com/296/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ensoftinc.wordpress.com/296/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ensoftinc.wordpress.com/296/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ensoftinc.wordpress.com/296/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ensoftinc.wordpress.com/296/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ensoftinc.wordpress.com/296/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ensoftinc.wordpress.com/296/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ensoftinc.wordpress.com/296/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ensoftinc.wordpress.com/296/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ensoftinc.wordpress.com/296/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ensoftinc.wordpress.com/296/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ensoftinc.wordpress.com&amp;blog=9688229&amp;post=296&amp;subd=ensoftinc&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ensoftinc.wordpress.com/2010/08/05/robot-and-electronics-magazines/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/793c0b2dacd9d1e89f13aa0c0cab875f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Harrison</media:title>
		</media:content>
	</item>
		<item>
		<title>SQL Server 2008 Install Fails: Previous Releases of Visual Studio 2008 Rule</title>
		<link>http://ensoftinc.wordpress.com/2010/06/17/sql-server-2008-install-fails-previous-releases-of-visual-studio-2008-rule/</link>
		<comments>http://ensoftinc.wordpress.com/2010/06/17/sql-server-2008-install-fails-previous-releases-of-visual-studio-2008-rule/#comments</comments>
		<pubDate>Thu, 17 Jun 2010 13:53:19 +0000</pubDate>
		<dc:creator>Harrison</dc:creator>
				<category><![CDATA[.Net]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://ensoftinc.wordpress.com/?p=318</guid>
		<description><![CDATA[I kept getting an error during the rule checking part of the SQL Server 2008 install that would not allow the install to complete. The rule was the &#8220;Previous releases of Microsoft Visual Studio 2008&#8230;&#8221;, which basically tells you that if you already have VS 2008 installed it must be upgraded to Service Pack 1. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ensoftinc.wordpress.com&amp;blog=9688229&amp;post=318&amp;subd=ensoftinc&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I kept getting an error during the rule checking part of the SQL Server 2008 install that would not allow the install to complete. The rule was the &#8220;Previous releases of Microsoft Visual Studio 2008&#8230;&#8221;, which basically tells you that if you already have VS 2008 installed it must be upgraded to Service Pack 1. Mine was&#8230; </p>
<p>Tried various things that didn&#8217;t work until I stumbled on how to skip that particular rule check. </p>
<p>Open a command prompt and run the SQL Server install from there. Specify where the setup.exe program is and run it with the SkipRules flag set. </p>
<p>For example: &#8220;d:\setup /ACTION=install /SkipRules=VSShellInstalledRule&#8221;</p>
<p>And I didn&#8217;t have to uninstall/reinstall VS 2008! </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ensoftinc.wordpress.com/318/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ensoftinc.wordpress.com/318/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ensoftinc.wordpress.com/318/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ensoftinc.wordpress.com/318/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ensoftinc.wordpress.com/318/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ensoftinc.wordpress.com/318/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ensoftinc.wordpress.com/318/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ensoftinc.wordpress.com/318/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ensoftinc.wordpress.com/318/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ensoftinc.wordpress.com/318/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ensoftinc.wordpress.com/318/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ensoftinc.wordpress.com/318/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ensoftinc.wordpress.com/318/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ensoftinc.wordpress.com/318/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ensoftinc.wordpress.com&amp;blog=9688229&amp;post=318&amp;subd=ensoftinc&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ensoftinc.wordpress.com/2010/06/17/sql-server-2008-install-fails-previous-releases-of-visual-studio-2008-rule/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/793c0b2dacd9d1e89f13aa0c0cab875f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Harrison</media:title>
		</media:content>
	</item>
		<item>
		<title>Biped Robot Kits</title>
		<link>http://ensoftinc.wordpress.com/2010/06/15/biped-robot-kits/</link>
		<comments>http://ensoftinc.wordpress.com/2010/06/15/biped-robot-kits/#comments</comments>
		<pubDate>Tue, 15 Jun 2010 15:00:20 +0000</pubDate>
		<dc:creator>Harrison</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Robotics]]></category>

		<guid isPermaLink="false">http://ensoftinc.wordpress.com/?p=292</guid>
		<description><![CDATA[If you&#8217;re interested in building a biped robot from a kit, check out the list below. This is by no means an exhaustive list but should give you a range of cool kits to check out (these are all straight links &#8211; I don&#8217;t have any affiliate programs going on or anything). Let me know [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ensoftinc.wordpress.com&amp;blog=9688229&amp;post=292&amp;subd=ensoftinc&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re interested in building a biped robot from a kit, check out the list below. This is by no means an exhaustive list but should give you a range of cool kits to check out (these are all straight links &#8211; I don&#8217;t have any affiliate programs going on or anything).</p>
<p>Let me know of any good kits I&#8217;ve missed.</p>
<p><strong>Bioloid</strong><br />
Very cool, comes in various kit levels from beginner to expert.</p>
<ul>
<li><a href="http://www.robotis.com/zbxe/bioloid_en" target="_blank">Robotis</a> &#8211; manufacturers information</li>
<li><a href="http://www.trossenrobotics.com/store/Search.aspx?searchTerms=bioloid&amp;submit=true" target="_blank">Trossen Robotics</a> &#8211; available here among other places</li>
</ul>
<p><strong>Lynxmotion BRAT and Scout</strong><br />
Lots of customization options to fit whatever budget you have.</p>
<ul>
<li><a href="http://www.lynxmotion.com/Category.aspx?CategoryID=85" target="_blank">Lynxmotion</a> &#8211; manufacturers also can purchase directly from them</li>
<li><a href="http://www.botmag.com/articles/brat_photoessay.shtml" target="_blank">BRAT Build Guide</a> &#8211;  from Robot Mag.</li>
</ul>
<p><strong>Hitec Robonova</strong><br />
Can also buy this pre-built.</p>
<ul>
<li><a href="http://www.robonova.com/main.php" target="_blank">Hitec</a> &#8211; manufacturers site</li>
<li><a href="http://www.robotshop.ca/hitec-robonova-1-kit-roboremocon-6.html" target="_blank">RobotShop</a> &#8211;  good sellers, I&#8217;ve purchased from them with no issues.</li>
</ul>
<p>Not real familiar with the following robots, but here you go:</p>
<ul>
<li><a href="http://www.robobrothers.com/" target="_blank">Robobrothers</a> &#8211; Robophile</li>
<li><a href="http://www.kondo-robot.com/EN/" target="_blank">Kondo</a> &#8211; KRH Series</li>
<li><a href="http://www.aldebaran-robotics.com/en" target="_blank">Aldebaran</a> &#8211; Nao</li>
</ul>
<p style="text-align:center;"><img class="size-full wp-image-310 aligncenter" title="robots_bioloid01" src="http://ensoftinc.files.wordpress.com/2010/06/robots_bioloid01.jpg?w=614" alt=""   /></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ensoftinc.wordpress.com/292/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ensoftinc.wordpress.com/292/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ensoftinc.wordpress.com/292/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ensoftinc.wordpress.com/292/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ensoftinc.wordpress.com/292/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ensoftinc.wordpress.com/292/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ensoftinc.wordpress.com/292/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ensoftinc.wordpress.com/292/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ensoftinc.wordpress.com/292/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ensoftinc.wordpress.com/292/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ensoftinc.wordpress.com/292/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ensoftinc.wordpress.com/292/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ensoftinc.wordpress.com/292/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ensoftinc.wordpress.com/292/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ensoftinc.wordpress.com&amp;blog=9688229&amp;post=292&amp;subd=ensoftinc&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ensoftinc.wordpress.com/2010/06/15/biped-robot-kits/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/793c0b2dacd9d1e89f13aa0c0cab875f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Harrison</media:title>
		</media:content>

		<media:content url="http://ensoftinc.files.wordpress.com/2010/06/robots_bioloid01.jpg" medium="image">
			<media:title type="html">robots_bioloid01</media:title>
		</media:content>
	</item>
	</channel>
</rss>
