<?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>KevinUp</title>
	<atom:link href="http://kevinup.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://kevinup.wordpress.com</link>
	<description>real world programming</description>
	<lastBuildDate>Thu, 26 Feb 2009 13:56:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='kevinup.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>KevinUp</title>
		<link>http://kevinup.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://kevinup.wordpress.com/osd.xml" title="KevinUp" />
	<atom:link rel='hub' href='http://kevinup.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Peer reviews</title>
		<link>http://kevinup.wordpress.com/2009/02/26/peer-reviews/</link>
		<comments>http://kevinup.wordpress.com/2009/02/26/peer-reviews/#comments</comments>
		<pubDate>Thu, 26 Feb 2009 13:55:01 +0000</pubDate>
		<dc:creator>kevinup</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://kevinup.wordpress.com/?p=96</guid>
		<description><![CDATA[I&#8217;ve always been a big fan of peer reviews. I enjoy both giving them and receiving them. However, I find there is generally a developer resistance to them. Which is unfortunate. I hate reposting what someone else has already written, but I think Jeff Atwood really hit this right on the nose: Who&#8217;s Your Coding [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kevinup.wordpress.com&amp;blog=989945&amp;post=96&amp;subd=kevinup&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve always been a big fan of peer reviews. I enjoy both giving them and receiving them. However, I find there is generally a developer resistance to them. Which is unfortunate. I hate reposting what someone else has already written, but I think Jeff Atwood really hit this right on the nose: <a href="http://www.codinghorror.com/blog/archives/001229.html">Who&#8217;s Your Coding Buddy?</a>. I think with a decent unit testing framework combined with code reviews, it should be possible to deliver software virtually defect free.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kevinup.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kevinup.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kevinup.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kevinup.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/kevinup.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/kevinup.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/kevinup.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/kevinup.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kevinup.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kevinup.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kevinup.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kevinup.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kevinup.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kevinup.wordpress.com/96/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kevinup.wordpress.com&amp;blog=989945&amp;post=96&amp;subd=kevinup&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kevinup.wordpress.com/2009/02/26/peer-reviews/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0b5e0626bb1f82e35909ab8a98ab0000?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kevinup</media:title>
		</media:content>
	</item>
		<item>
		<title>debugging code</title>
		<link>http://kevinup.wordpress.com/2009/02/23/debugging-code/</link>
		<comments>http://kevinup.wordpress.com/2009/02/23/debugging-code/#comments</comments>
		<pubDate>Mon, 23 Feb 2009 19:28:33 +0000</pubDate>
		<dc:creator>kevinup</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://kevinup.wordpress.com/?p=93</guid>
		<description><![CDATA[I was helping another developer debug some code the other day. We had an if statement, that when it was true, it should throw an exception. The problem was the exception was being throw every time even when we knew the expression should have been evaluated to false. I had to laugh when I saw [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kevinup.wordpress.com&amp;blog=989945&amp;post=93&amp;subd=kevinup&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I was helping another developer debug some code the other day. We had an if statement, that when it was true, it should throw an exception. The problem was the exception was being throw every time even when we knew the expression should have been evaluated to false. I had to laugh when I saw the code and realized what was going on.</p>
<div style="background:#313131 none repeat scroll 0 0;font-family:Consolas;font-size:11pt;color:#e0e0e0;">
<pre style="margin:0;"><span style="color:#7d7dff;">bool</span> <span style="color:#d5d5aa;">some_expression_that_evaluates_false</span> = <span style="color:#7d7dff;">false</span>;</pre>
<div style="background:#313131 none repeat scroll 0 0;font-family:Consolas;font-size:11pt;color:#e0e0e0;"></div>
<div style="background:#313131 none repeat scroll 0 0;font-family:Consolas;font-size:11pt;color:#e0e0e0;">
<pre style="margin:0;"><span style="color:#7d7dff;">if</span> (<span style="color:#d5d5aa;">some_expression_that_evaluates_false</span>);&lt;-------------</pre>
<pre style="margin:0;">{</pre>
<pre style="margin:0;">    <span style="color:#c7c7f1;">Console</span>.<span style="color:#d5d5aa;">WriteLine</span>(<span style="color:#b76a6a;">"Why is this code executing?"</span>);</pre>
<pre style="margin:0;">    <span style="color:#7d7dff;">throw</span> <span style="color:#7d7dff;">new</span> <span style="color:#c7c7f1;">Exception</span>();</pre>
<pre style="margin:0;">}</pre>
</div>
</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kevinup.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kevinup.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kevinup.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kevinup.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/kevinup.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/kevinup.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/kevinup.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/kevinup.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kevinup.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kevinup.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kevinup.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kevinup.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kevinup.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kevinup.wordpress.com/93/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kevinup.wordpress.com&amp;blog=989945&amp;post=93&amp;subd=kevinup&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kevinup.wordpress.com/2009/02/23/debugging-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0b5e0626bb1f82e35909ab8a98ab0000?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kevinup</media:title>
		</media:content>
	</item>
		<item>
		<title>Central Ohio Day of .NET</title>
		<link>http://kevinup.wordpress.com/2009/02/17/central-ohio-day-of-net/</link>
		<comments>http://kevinup.wordpress.com/2009/02/17/central-ohio-day-of-net/#comments</comments>
		<pubDate>Tue, 17 Feb 2009 13:40:58 +0000</pubDate>
		<dc:creator>kevinup</dc:creator>
				<category><![CDATA[.net]]></category>
		<category><![CDATA[ASP.net]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[tdd]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://kevinup.wordpress.com/?p=90</guid>
		<description><![CDATA[While technically you can&#8217;t register till about a month prior, I fully anticipate that I&#8217;ll be there. April 18th 2009.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kevinup.wordpress.com&amp;blog=989945&amp;post=90&amp;subd=kevinup&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>While technically you can&#8217;t register till about a month prior, I fully anticipate that I&#8217;ll be there. April 18th 2009.</p>
<p><a href="http://www.cinnug.org/cododn"><img style="border:none;" src="http://www.cinnug.org/images/cododn2009Badge.gif" border="0" alt="Central Ohio Day of .NET" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kevinup.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kevinup.wordpress.com/90/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kevinup.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kevinup.wordpress.com/90/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/kevinup.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/kevinup.wordpress.com/90/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/kevinup.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/kevinup.wordpress.com/90/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kevinup.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kevinup.wordpress.com/90/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kevinup.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kevinup.wordpress.com/90/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kevinup.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kevinup.wordpress.com/90/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kevinup.wordpress.com&amp;blog=989945&amp;post=90&amp;subd=kevinup&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kevinup.wordpress.com/2009/02/17/central-ohio-day-of-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0b5e0626bb1f82e35909ab8a98ab0000?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kevinup</media:title>
		</media:content>

		<media:content url="http://www.cinnug.org/images/cododn2009Badge.gif" medium="image">
			<media:title type="html">Central Ohio Day of .NET</media:title>
		</media:content>
	</item>
		<item>
		<title>Changing Priority</title>
		<link>http://kevinup.wordpress.com/2009/02/03/changing-priority/</link>
		<comments>http://kevinup.wordpress.com/2009/02/03/changing-priority/#comments</comments>
		<pubDate>Tue, 03 Feb 2009 17:33:45 +0000</pubDate>
		<dc:creator>kevinup</dc:creator>
				<category><![CDATA[.net]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[performance]]></category>

		<guid isPermaLink="false">http://kevinup.wordpress.com/?p=87</guid>
		<description><![CDATA[So a while ago my client gave me new requirement that went something like this: It has to be fast, really, really, really, fast. And did I mention it has to be fast? Oh almost forgot, it has to go fast. Well, I coded it up, was pleased and moved on. This week our QA [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kevinup.wordpress.com&amp;blog=989945&amp;post=87&amp;subd=kevinup&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><!--[if gte mso 9]&gt;  Normal 0   false false false        MicrosoftInternetExplorer4  &lt;![endif]--><!--[if gte mso 9]&gt;   &lt;![endif]--><!--  /* Font Definitions */  @font-face 	{font-family:Wingdings; 	panose-1:5 0 0 0 0 0 0 0 0 0; 	mso-font-charset:2; 	mso-generic-font-family:auto; 	mso-font-pitch:variable; 	mso-font-signature:0 268435456 0 0 -2147483648 0;}  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-parent:""; 	margin:0in; 	margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:12.0pt; 	font-family:"Times New Roman"; 	mso-fareast-font-family:"Times New Roman";} @page Section1 	{size:8.5in 11.0in; 	margin:1.0in 1.25in 1.0in 1.25in; 	mso-header-margin:.5in; 	mso-footer-margin:.5in; 	mso-paper-source:0;} div.Section1 	{page:Section1;} --></p>
<p><!--[if gte mso 10]&gt; &lt;!   /* Style Definitions */  table.MsoNormalTable 	{mso-style-name:&quot;Table Normal&quot;; 	mso-tstyle-rowband-size:0; 	mso-tstyle-colband-size:0; 	mso-style-noshow:yes; 	mso-style-parent:&quot;&quot;; 	mso-padding-alt:0in 5.4pt 0in 5.4pt; 	mso-para-margin:0in; 	mso-para-margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:10.0pt; 	font-family:&quot;Times New Roman&quot;; 	mso-ansi-language:#0400; 	mso-fareast-language:#0400; 	mso-bidi-language:#0400;} --></p>
<p><!--[endif]--></p>
<p class="MsoNormal">So a while ago my client gave me new requirement that went something like this:</p>
<p class="MsoNormal">
<p class="MsoNormal"><em>It has to be fast, really, really, really, fast. And did I mention it has to be fast? Oh almost forgot, it has to go fast.</em></p>
<p class="MsoNormal"><em> </em></p>
<p class="MsoNormal">Well, I coded it up, was pleased and moved on. This week our QA server was having some problems. It would slow down, and then suddenly be responsive again. Apparently the testers had finally gotten around to testing my little piece of functionality. The head architect came to me saying that everything was running slow on the box. My code was basically spawning a bunch of threads, doing a bunch of work, and then closing out. This was causing the processor to peak at 99%, which is apparently a problem <span style="font-family:Wingdings;"><span>J</span></span>.</p>
<p class="MsoNormal">
<p class="MsoNormal">Part of me was a little proud of my code. In hindsight I should have asked more questions about how fast it needs to run in.</p>
<p class="MsoNormal">
<p class="MsoNormal">Anyway, with the following code, it still was able to run pretty quick, without doing any major refactoring:</p>
<p class="MsoNormal">
<p class="MsoNormal">
<div style="background:#313131 none repeat scroll 0 0;font-family:Consolas;font-size:11pt;color:#e0e0e0;">
<p style="margin:0;"><span style="color:#c7c7f1;">Process</span>.<span style="color:#d5d5aa;">GetCurrentProcess</span>().<span style="color:#d5d5aa;">PriorityClass</span> = <span style="color:#c7c7f1;">ProcessPriorityClass</span>.<span style="color:#d5d5aa;">BelowNormal</span>;</p>
</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kevinup.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kevinup.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kevinup.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kevinup.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/kevinup.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/kevinup.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/kevinup.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/kevinup.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kevinup.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kevinup.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kevinup.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kevinup.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kevinup.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kevinup.wordpress.com/87/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kevinup.wordpress.com&amp;blog=989945&amp;post=87&amp;subd=kevinup&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kevinup.wordpress.com/2009/02/03/changing-priority/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0b5e0626bb1f82e35909ab8a98ab0000?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kevinup</media:title>
		</media:content>
	</item>
		<item>
		<title>CodeMash 2009 Followup</title>
		<link>http://kevinup.wordpress.com/2009/01/15/84/</link>
		<comments>http://kevinup.wordpress.com/2009/01/15/84/#comments</comments>
		<pubDate>Thu, 15 Jan 2009 19:12:54 +0000</pubDate>
		<dc:creator>kevinup</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://kevinup.wordpress.com/?p=84</guid>
		<description><![CDATA[CodeMash is over. I should probably say something about it before the events are stale and forgotten. For me, I started attending topics pertaining to .Net and Agile. They were all okay nothing great. It was suggested to me by James that I should attend an Erlang session. I was skeptical at first, so I [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kevinup.wordpress.com&amp;blog=989945&amp;post=84&amp;subd=kevinup&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal">CodeMash is over. I should probably say something about it before the events are stale and forgotten.</p>
<p class="MsoNormal">For me, I started attending topics pertaining to .Net and Agile. They were all <em>okay</em> nothing great. It was suggested to me by <a href="http://infozerk.com/averyblog/">James</a> that I should attend an Erlang session. I was skeptical at first, so I sat near the door so I could bail once it got boring. It was awesome. I was fascinated by the language, especially because it seemed to be built for performance and multi-threading; something that I have a sweet spot for. The lesson learned here is: Try to look at the sessions as a buffet, and try and get a wide variety of everything, don’t just stick with the stuff you do 9-5.</p>
<p class="MsoNormal">I didn’t checkout the open spaces till I missed a bunch of good ones. I did attend a good session on getting started on speaking, which is something that I’d like to start doing in 2009. Here a picture of my back during the open space, I’m wearing the green shirt on the left <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  <a href="http://www.flickr.com/photos/sadukie/3185385499/">http://www.flickr.com/photos/sadukie/3185385499/</a></p>
<p class="MsoNormal">Carrie and Julia really enjoyed the water park. It was nice that CodeMash provided a Cabana for the CodeMash families. Julia dragged me into the tree house one night which was pretty freaking awesome.</p>
<p class="MsoNormal">I’ll definitely have to get up there next year.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kevinup.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kevinup.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kevinup.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kevinup.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/kevinup.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/kevinup.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/kevinup.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/kevinup.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kevinup.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kevinup.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kevinup.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kevinup.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kevinup.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kevinup.wordpress.com/84/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kevinup.wordpress.com&amp;blog=989945&amp;post=84&amp;subd=kevinup&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kevinup.wordpress.com/2009/01/15/84/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0b5e0626bb1f82e35909ab8a98ab0000?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kevinup</media:title>
		</media:content>
	</item>
		<item>
		<title>FUSLOGVW.exe</title>
		<link>http://kevinup.wordpress.com/2008/12/16/fuslogvwexe/</link>
		<comments>http://kevinup.wordpress.com/2008/12/16/fuslogvwexe/#comments</comments>
		<pubDate>Tue, 16 Dec 2008 19:11:22 +0000</pubDate>
		<dc:creator>kevinup</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://kevinup.wordpress.com/?p=78</guid>
		<description><![CDATA[I was recently tasked with deploying some code I had written. I consider myself a good heads down developer, and prefer to let deployment issue and problems be covered by someone else. Its definatly a weak point on my resume. The deployment wasn&#8217;t too complicated, I had a little console app, that would call two different [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kevinup.wordpress.com&amp;blog=989945&amp;post=78&amp;subd=kevinup&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I was recently tasked with deploying some code I had written. I consider myself a good heads down developer, and prefer to let deployment issue and problems be covered by someone else. Its definatly a weak point on my resume.</p>
<p>The deployment wasn&#8217;t too complicated, I had a little console app, that would call two different WCF services. The problem was the box I was using had different versions of the the same WCF services, and several common libraries already in the GAC. Some things were signed, some stuff wasn&#8217;t. I was about ready to jump off a cliff with amount of DLL problems I was having then someone told me about FusionLog.</p>
<p>FusionLogvw.exe is probably one of the coolest tools in the .Net Framework. It basically gives you a bunch of data about your DLLs as they are loaded. You can set it up to log exceptions, or just log everything. It took me all of 15 minutes to figure my problems using FusionLog. Here are some screen captures and roughly some of the information that it spits out:</p>
<p><img class="alignnone size-full wp-image-79" title="fusionlog" src="http://kevinup.files.wordpress.com/2008/12/fusionlog.jpg" alt="fusionlog" width="427" height="210" /></p>
<p>By clicking settings you can set up what you want to log:</p>
<p><img class="alignnone size-full wp-image-81" title="settingfusionlog1" src="http://kevinup.files.wordpress.com/2008/12/settingfusionlog1.jpg" alt="settingfusionlog1" width="233" height="269" /></p>
<p>By clicking on each row on the main screen here&#8217;s the type of information you can see:</p>
<p>&#8212;-</p>
<p>*** Assembly Binder Log Entry  (12/16/2008 @ 2:01:38 PM) ***</p>
<p>The operation was successful.<br />
Bind result: hr = 0&#215;0. The operation completed successfully.</p>
<p>Assembly manager loaded from:  c:\WINNT\Microsoft.NET\Framework\v2.0.50727\mscorwks.dll<br />
Running under executable  C:\Documents and Settings\My Documents\Visual Studio 2008\Projects\FindGoodGuids\FindGoodGuids\bin\Debug\FindGoodGuids.exe<br />
&#8212; A detailed error log follows.</p>
<p>=== Pre-bind state information ===<br />
LOG: User = KevinUp<br />
LOG: DisplayName = Oracle.DataAccess, Version=2.111.6.20, Culture=neutral, PublicKeyToken=89b483f429c47342<br />
 (Fully-specified)<br />
LOG: Appbase = <a href="/Documents">file:///C:/Documents</a> and Settings/My Documents/Visual Studio 2008/Projects/FindGoodGuids/FindGoodGuids/bin/Debug/<br />
LOG: Initial PrivatePath = NULL<br />
LOG: Dynamic Base = NULL<br />
LOG: Cache Base = NULL<br />
LOG: AppName = NULL<br />
Calling assembly : FindGoodGuids, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null.<br />
===<br />
LOG: This bind starts in default load context.<br />
LOG: Using application configuration file: C:\Documents and Settings\My Documents\Visual Studio 2008\Projects\FindGoodGuids\FindGoodGuids\bin\Debug\FindGoodGuids.exe.Config<br />
LOG: Using machine configuration file from c:\WINNT\Microsoft.NET\Framework\v2.0.50727\config\machine.config.<br />
LOG: Publisher policy file is found at C:\WINNT\assembly\GAC_32\Policy.2.111.Oracle.DataAccess\2.111.6.20__89b483f429c47342\Policy.2.111.Oracle.DataAccess.config.<br />
LOG: Publisher policy file redirect is found: 2.111.6.20 redirected to 2.111.6.20.<br />
LOG: ProcessorArchitecture is locked to x86.<br />
LOG: Post-policy reference: Oracle.DataAccess, Version=2.111.6.20, Culture=neutral, PublicKeyToken=89b483f429c47342, processorArchitecture=x86<br />
LOG: Found assembly by looking in the GAC.<br />
LOG: Binding succeeds. Returns assembly from C:\WINNT\assembly\GAC_32\Oracle.DataAccess\2.111.6.20__89b483f429c47342\Oracle.DataAccess.dll.<br />
LOG: Assembly is loaded in default load context.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kevinup.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kevinup.wordpress.com/78/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kevinup.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kevinup.wordpress.com/78/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/kevinup.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/kevinup.wordpress.com/78/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/kevinup.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/kevinup.wordpress.com/78/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kevinup.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kevinup.wordpress.com/78/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kevinup.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kevinup.wordpress.com/78/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kevinup.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kevinup.wordpress.com/78/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kevinup.wordpress.com&amp;blog=989945&amp;post=78&amp;subd=kevinup&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kevinup.wordpress.com/2008/12/16/fuslogvwexe/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0b5e0626bb1f82e35909ab8a98ab0000?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kevinup</media:title>
		</media:content>

		<media:content url="http://kevinup.files.wordpress.com/2008/12/fusionlog.jpg" medium="image">
			<media:title type="html">fusionlog</media:title>
		</media:content>

		<media:content url="http://kevinup.files.wordpress.com/2008/12/settingfusionlog1.jpg" medium="image">
			<media:title type="html">settingfusionlog1</media:title>
		</media:content>
	</item>
		<item>
		<title>CodeMash 2009 &#8211; I&#8217;ll be there</title>
		<link>http://kevinup.wordpress.com/2008/12/15/codemash-2009-ill-be-there/</link>
		<comments>http://kevinup.wordpress.com/2008/12/15/codemash-2009-ill-be-there/#comments</comments>
		<pubDate>Mon, 15 Dec 2008 16:25:05 +0000</pubDate>
		<dc:creator>kevinup</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://kevinup.wordpress.com/?p=74</guid>
		<description><![CDATA[I just booked my hotel for code mash!. See everyone there!<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kevinup.wordpress.com&amp;blog=989945&amp;post=74&amp;subd=kevinup&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I just booked my hotel for <a href="http://codemash.org/">code mash!</a>. See everyone there!<br />
<img src="http://codemash.org/images/badges/attendee1.png" border="0" alt="CodeMash 2009" /></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kevinup.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kevinup.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kevinup.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kevinup.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/kevinup.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/kevinup.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/kevinup.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/kevinup.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kevinup.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kevinup.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kevinup.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kevinup.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kevinup.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kevinup.wordpress.com/74/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kevinup.wordpress.com&amp;blog=989945&amp;post=74&amp;subd=kevinup&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kevinup.wordpress.com/2008/12/15/codemash-2009-ill-be-there/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0b5e0626bb1f82e35909ab8a98ab0000?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kevinup</media:title>
		</media:content>

		<media:content url="http://codemash.org/images/badges/attendee1.png" medium="image">
			<media:title type="html">CodeMash 2009</media:title>
		</media:content>
	</item>
		<item>
		<title>Multi Threading</title>
		<link>http://kevinup.wordpress.com/2008/12/10/multi-threading/</link>
		<comments>http://kevinup.wordpress.com/2008/12/10/multi-threading/#comments</comments>
		<pubDate>Wed, 10 Dec 2008 14:47:24 +0000</pubDate>
		<dc:creator>kevinup</dc:creator>
				<category><![CDATA[.net]]></category>
		<category><![CDATA[C#]]></category>

		<guid isPermaLink="false">http://kevinup.wordpress.com/?p=70</guid>
		<description><![CDATA[A little something that I&#8217;ve found myself doing a lot is performance tuning. It’s something that I find myself being delegated with, and something I really enjoy. When performance tuning one technique is to look for places where there is work being done sequentially that could be getting done in parallel. When found, I usually [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kevinup.wordpress.com&amp;blog=989945&amp;post=70&amp;subd=kevinup&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><span style="font-size:7.5pt;color:black;font-family:Verdana;">A little something that I&#8217;ve found myself doing a lot is performance tuning. It’s something that I find myself being delegated with, and something I really enjoy. </span></p>
<p><span style="font-size:7.5pt;color:black;font-family:Verdana;">When performance tuning one technique is to look for places where there is work being done sequentially that could be getting done in parallel. When found, I usually start writing the same class to use the .net framework to parallelize it. Its time to make that code available for anyone else that wants to use it, plus I’ll have this post so I can start to have a repository for my code.</span></p>
<p><span style="font-size:7.5pt;color:black;font-family:Verdana;">The idea is you have a list of inputs, do work on it, and get back a list of outputs. In the middle you have some worker class that takes a single input, and returns a single output. For the sake of an example, let’s say I have a list of urls, and I need to hit a couple websites, and return their HTML. The syntax would look like this:</span></p>
<p><span style="font-size:10pt;color:#2b91af;font-family:&quot;">List</span><span style="font-size:10pt;font-family:&quot;">&lt;<span style="color:blue;">string</span>&gt; returnedHtml = <span style="color:#2b91af;">ThreadManager</span>.ExecuteParallel&lt;<span style="color:#2b91af;">HitWebpage</span>, <span style="color:blue;">string</span>, <span style="color:blue;">string</span>&gt;(inputUrls);</span></p>
<p><span style="font-size:7.5pt;color:black;font-family:Verdana;">ThreadManager spools everything up, and does the parallelizing. The first generic in </span><span style="font-size:10pt;font-family:&quot;">ExecuteParallel </span><span style="font-size:7.5pt;color:black;font-family:Verdana;">is the class that does the actual work. The second represents a list of that type of inputs, in this case, a List of </span><span style="font-size:10pt;color:blue;font-family:&quot;">string’s</span><span style="font-size:7.5pt;color:black;font-family:Verdana;">. The last generic represents a list of the output, in this case also a list of </span><span style="font-size:10pt;color:blue;font-family:&quot;">string’s</span><span style="font-size:7.5pt;color:black;font-family:Verdana;">. <span> </span>When using this method of parallelizing, all you have to do is write a worker class. It needs to inherit from </span><span style="font-size:10pt;color:#2b91af;font-family:&quot;">ThreadBase</span><span style="font-size:7.5pt;color:black;font-family:Verdana;">, and you just need to implement </span><span style="font-size:10pt;font-family:&quot;">Execute</span><span style="font-size:7.5pt;color:black;font-family:Verdana;">. Here’s what my </span><span style="font-size:10pt;color:#2b91af;font-family:&quot;">HitWebpage</span><span style="font-size:10pt;font-family:&quot;"> </span><span style="font-size:7.5pt;color:black;font-family:Verdana;">class looks like:</span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:10pt;font-family:&quot;"><span>    </span><span style="color:blue;">public</span> <span style="color:blue;">class</span> <span style="color:#2b91af;">HitWebpage</span> : <span style="color:#2b91af;">ThreadBase</span>&lt;<span style="color:blue;">string</span>, <span style="color:blue;">string</span>&gt;</span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:10pt;font-family:&quot;"><span>    </span>{</span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:10pt;font-family:&quot;"><span>        </span><span style="color:blue;">public</span> <span style="color:blue;">override</span> <span style="color:blue;">string</span> Execute(<span style="color:blue;">string</span> input)</span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:10pt;font-family:&quot;"><span>        </span>{</span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:10pt;font-family:&quot;"><span>            </span><span style="color:#2b91af;">WebRequest</span> request = <span style="color:#2b91af;">WebRequest</span>.Create(input);</span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:10pt;font-family:&quot;"><span>            </span><span style="color:#2b91af;">WebResponse</span> response = request.GetResponse();</span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:10pt;font-family:&quot;"><span>            </span><span style="color:#2b91af;">StreamReader</span> reader = <span style="color:blue;">new</span> <span style="color:#2b91af;">StreamReader</span>(response.GetResponseStream());</span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:10pt;font-family:&quot;"><span>            </span><span style="color:blue;">return</span> reader.ReadToEnd();</span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:10pt;font-family:&quot;"><span>        </span>}</span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:10pt;font-family:&quot;"><span>    </span>}</span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:10pt;font-family:&quot;"> </span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:7.5pt;color:black;font-family:Verdana;">I’m hoping this looks pretty simple. I’m putting the rest of the code <a href="http://www.codekeep.net/snippets/88f24a5e-6d9c-452b-a366-c69ed4536e5b.aspx">here</a> on <a href="http://www.codekeep.net/">http://www.codekeep.net/</a> if you’re interested.</span></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kevinup.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kevinup.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kevinup.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kevinup.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/kevinup.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/kevinup.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/kevinup.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/kevinup.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kevinup.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kevinup.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kevinup.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kevinup.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kevinup.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kevinup.wordpress.com/70/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kevinup.wordpress.com&amp;blog=989945&amp;post=70&amp;subd=kevinup&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kevinup.wordpress.com/2008/12/10/multi-threading/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0b5e0626bb1f82e35909ab8a98ab0000?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kevinup</media:title>
		</media:content>
	</item>
		<item>
		<title>mint.com</title>
		<link>http://kevinup.wordpress.com/2008/12/05/mintcom/</link>
		<comments>http://kevinup.wordpress.com/2008/12/05/mintcom/#comments</comments>
		<pubDate>Fri, 05 Dec 2008 18:31:27 +0000</pubDate>
		<dc:creator>kevinup</dc:creator>
				<category><![CDATA[reviews]]></category>

		<guid isPermaLink="false">http://kevinup.wordpress.com/?p=65</guid>
		<description><![CDATA[I&#8217;ve been using quicken for almost 3 years, just managing the day-to-day, month-to-month budgeting of my family&#8217;s finances. It worked alright but it wasn&#8217;t great. I didn&#8217;t have the ability to send my wife information. She didn&#8217;t have the ability to see if checks she&#8217;s written had cleared, or what bills needed to be paid. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kevinup.wordpress.com&amp;blog=989945&amp;post=65&amp;subd=kevinup&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been using quicken for almost 3 years, just managing the day-to-day, month-to-month budgeting of my family&#8217;s finances. It worked <em>alright</em> but it wasn&#8217;t great. I didn&#8217;t have the ability to send my wife information. She didn&#8217;t have the ability to see if checks she&#8217;s written had cleared, or what bills needed to be paid. And I didn&#8217;t have a way to access my information remotely.</p>
<p>A couple weeks ago, I was compaining about this to my Brother, and said he had started using <a href="http://www.mint.com/">http://www.mint.com/</a>. I only been using it a couple weeks but it is <strong>awesome</strong> and also its <strong>free.</strong></p>
<p>It has the ability to query my bank account, and retrieve transactions. It can pull down my 401k information so I can see how depressed I should be. It supports email or texting for various types of alerts, like large deposits or that you&#8217;re over budget.  It has some nifty charting, and ways to compare your expenses that are similar to quicken, but they are accessible anywhere, anytime.</p>
<p>My only gripe about it: I can&#8217;t import my quicken file. I&#8217;d probably even pay for it, if they could import it for me. You also can&#8217;t back date, or create new transactions.  So you couldn&#8217;t import it manually if you wanted to.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kevinup.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kevinup.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kevinup.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kevinup.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/kevinup.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/kevinup.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/kevinup.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/kevinup.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kevinup.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kevinup.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kevinup.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kevinup.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kevinup.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kevinup.wordpress.com/65/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kevinup.wordpress.com&amp;blog=989945&amp;post=65&amp;subd=kevinup&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kevinup.wordpress.com/2008/12/05/mintcom/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0b5e0626bb1f82e35909ab8a98ab0000?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kevinup</media:title>
		</media:content>
	</item>
		<item>
		<title>code coverage</title>
		<link>http://kevinup.wordpress.com/2008/10/20/code-coverage-2/</link>
		<comments>http://kevinup.wordpress.com/2008/10/20/code-coverage-2/#comments</comments>
		<pubDate>Mon, 20 Oct 2008 17:16:37 +0000</pubDate>
		<dc:creator>kevinup</dc:creator>
				<category><![CDATA[.net]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://kevinup.wordpress.com/?p=60</guid>
		<description><![CDATA[I was recently talking to another developer about code coverage and it made me re-think about code coverage. I had asked him what his code coverage was on this project, and he replied it was probably pretty bad, but that coverage didn&#8217;t matter. The quality of the tests mattered. His argument was that if you [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kevinup.wordpress.com&amp;blog=989945&amp;post=60&amp;subd=kevinup&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I was recently talking to another developer about code coverage and it made me re-think about code coverage.</p>
<p>I had asked him what his code coverage was on this project, and he replied it was probably pretty bad, but that coverage didn&#8217;t matter. The quality of the tests mattered. His argument was that if you had good tests that is all you need. </p>
<p>At first I agreed, I love high quality tests. I like the idea of having 2 high quality tests over 10 medium to poor quality tests. Depending on the quality of your developers that isn&#8217;t always possible to have high quality tests.  I&#8217;d rather take over a project with 70% coverage with average quality tests than one with &lt;20% coverage with high quality tests. A high coverage number gives you a lot more confidence about your source code, and any potential changes.</p>
<p>I recently was on a project where we were adding items to a shopping cart. There were around 150 tests built around adding items to the shopping cart, and it broke all the time. The team was around 10 developers, and the issue was that developers didn&#8217;t have the time to run all 150 tests, which could take up to 5 minutes. So they would check in and move on without running the tests. (Yeah I know, not a good practice)</p>
<p>I went through and identified 3 tests which captured most of the base functionality. I asked all the developers to at least run those tests before checking code in. Coverage-wise they were probably only hitting 60% of the shopping cart logic. But because they were higher quality tests, and could be run in &lt;30 seconds, we were able to have the best of both worlds.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kevinup.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kevinup.wordpress.com/60/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kevinup.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kevinup.wordpress.com/60/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/kevinup.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/kevinup.wordpress.com/60/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/kevinup.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/kevinup.wordpress.com/60/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kevinup.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kevinup.wordpress.com/60/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kevinup.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kevinup.wordpress.com/60/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kevinup.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kevinup.wordpress.com/60/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kevinup.wordpress.com&amp;blog=989945&amp;post=60&amp;subd=kevinup&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kevinup.wordpress.com/2008/10/20/code-coverage-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0b5e0626bb1f82e35909ab8a98ab0000?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kevinup</media:title>
		</media:content>
	</item>
	</channel>
</rss>
