<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Alvin Ashcraft&#039;s Morning Dew &#187; technical debt</title>
	<atom:link href="http://www.alvinashcraft.com/tag/technical-debt/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.alvinashcraft.com</link>
	<description>Your Source for .NET Development Resources</description>
	<lastBuildDate>Fri, 10 Feb 2012 12:57:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Dew Drop &#8211; October 15, 2009</title>
		<link>http://www.alvinashcraft.com/2009/10/15/dew-drop-october-15-2009/</link>
		<comments>http://www.alvinashcraft.com/2009/10/15/dew-drop-october-15-2009/#comments</comments>
		<pubDate>Thu, 15 Oct 2009 12:18:05 +0000</pubDate>
		<dc:creator>Alvin Ashcraft</dc:creator>
				<category><![CDATA[Daily Links]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[.net framework]]></category>
		<category><![CDATA[code camp]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[linq]]></category>
		<category><![CDATA[pdc09]]></category>
		<category><![CDATA[sql azure]]></category>
		<category><![CDATA[sql server]]></category>
		<category><![CDATA[technical debt]]></category>
		<category><![CDATA[tfs]]></category>
		<category><![CDATA[windows 7]]></category>
		<category><![CDATA[wmi]]></category>
		<category><![CDATA[xna]]></category>

		<guid isPermaLink="false">http://www.alvinashcraft.com/2009/10/15/dew-drop-october-15-2009/</guid>
		<description><![CDATA[&#160; Jump to: .NET / Visual Studio &#124; Web Development &#124; Design / Methodology / Testing &#124; Podcasts / Screencasts / Videos &#124; Community / Events &#124; Database &#124; Miscellaneous &#124; More Link Collections &#124; Book of the Day &#160; .NET / Visual Studio PowerCommands for Reflector 1.3 and Introducing Query Editor (Jason Haley) F# [...]]]></description>
			<content:encoded><![CDATA[<p>&#160;</p>
<p>Jump to: <a href="http://www.alvinashcraft.com/#dotnet">.NET / Visual Studio</a> | <a href="http://www.alvinashcraft.com/#web">Web Development</a> | <a href="http://www.alvinashcraft.com/#design">Design / Methodology / Testing</a> | <a href="http://www.alvinashcraft.com/#podcasts">Podcasts / Screencasts / Videos</a> | <a href="http://www.alvinashcraft.com/#events">Community / Events</a> | <a href="http://www.alvinashcraft.com/#db">Database</a> | <a href="http://www.alvinashcraft.com/#misc">Miscellaneous</a> | <a href="http://www.alvinashcraft.com/#links">More Link Collections</a> | <a href="http://www.alvinashcraft.com/#book">Book of the Day</a> </p>
<p>&#160;</p>
<h3><a name="dotnet"></a>.NET / Visual Studio</h3>
<ul>
<li><a href="http://jasonhaley.com/blog/post.aspx?id=e805b804-1c2b-489b-a8dd-0ddc7bb971de">PowerCommands for Reflector 1.3 and Introducing Query Editor</a> (Jason Haley)</li>
<li><a href="http://codebetter.com/blogs/matthew.podwysocki/archive/2009/10/15/f-first-class-events-composing-events-until-others.aspx">F# First Class Events – Composing Events Until Others</a> (Matthew Podwysocki)</li>
<li><a href="http://feeds.dzone.com/~r/zones/dotnet/~3/JtiN_MJ_iow/learning-scala-c-part-1-what">Learning Scala via C# Part 1 &#8211; What Is Scala?</a> (Justin Etheredge)</li>
<li><a href="http://feedproxy.google.com/~r/CodeRant/~3/Ut5-IUBRdIk/tfs-build-publishedwebsites-for-exe-and.html">TFS Build: _PublishedWebsites for exe and dll projects. Part 2</a> (Mike Hadlow)</li>
<li><a href="http://feedproxy.google.com/~r/Peterkellnernet/~3/i5yS74B2sBo/">Using LINQ to Convert an Array Into a Generic List with C#</a> (Peter Kellner)</li>
</ul>
<p>&#160;</p>
<h3><a name="web"></a>Web Development</h3>
<ul>
<li><a href="http://www.devx.com/tips/Tip/42944?trk=DXRSS_DOTNET">Generate Metatags for ASP.NET Pages Dynamically</a> (Deepak Choudhari)</li>
<li><a href="http://elijahmanor.com/webdevdotnet/post.aspx?id=bc30728c-d8b0-43a7-be86-61b462a49186">qTip Tooltip with jQuery UI ThemeRoller Support</a> (Elijah Manor)</li>
<li><a href="http://sharplife.net/2009/10/14/BuildPrettyCleanURLForYourDynamicPagesUsingJavaScript.aspx">Build pretty clean URL for your dynamic pages using JavaScript</a> (Mahdi Taghizadeh)</li>
<li><a href="http://feedproxy.google.com/~r/RickStrahl/~3/x5Lv96f1OnE/42319.aspx">A generic way to find ASP.NET ClientIDs with jQuery</a> (Rick Strahl)</li>
<li><a href="http://designwithsilverlight.com/2009/10/14/using-adaptive-streaming-with-encoder-3/">Using Adaptive Streaming with Encoder 3</a> (Jeff Paries)</li>
</ul>
<p>&#160;</p>
<h3><a name="design"></a>Design / Methodology / Testing</h3>
<ul>
<li><a href="http://martinfowler.com/bliki/TechnicalDebtQuadrant.html">Technical Debt Quadrant</a> (Martin Fowler)</li>
<li><a href="http://feedproxy.google.com/~r/AyendeRahien/~3/qWWN4VZNF4I/ui-mockups.aspx"><font color="#ff8000">UI Mockups</font></a><font color="#ff8000"> (Oren Eini) <em>– Link of the Day</em></font></li>
<li><a href="http://feedproxy.google.com/~r/LosTechies/~3/5bHFUElPYao/performance-counters-added-to-masstransit.aspx">Performance Counters Added to MassTransit</a> (Chris Patterson)</li>
<li><a href="http://blogs.msdn.com/dphill/archive/2009/10/14/the-application-architecture-guide-2-0-is-here.aspx">The Application Architecture Guide 2.0 Is Here!</a> (David Hill)</li>
<li><a href="http://feedproxy.google.com/~r/davybrion/~3/iQjM0OVaXBo/">There’s Only One Thing You Can Learn From Code Coverage</a> (Davy Brion)</li>
<li><a href="http://leedumond.com/blog/integrating-exception-handling-into-the-development-cycle/">Integrating Exception Handling Into the Development Cycle</a> (Lee Dumond)</li>
<li><a href="http://www.secretgeek.net/cosmo_psp.asp">Cosmo: project status panel</a> (Leon Bambrick)</li>
<li><a href="http://feedproxy.google.com/~r/MarkNeedham/~3/BOPErNF5K1o/">Book Club: Working Effectively With Legacy Code – Chapters 1 &amp; 2 (Michael Feathers)</a> (Mark Needham)</li>
<li><a href="http://feedproxy.google.com/~r/Devlicious/~3/1MX-qOZegOE/incablocks-released-thanks-agilezen-and-kanban.aspx">IncaBlocks Released, Thanks AgileZen and Kanban!</a> (Michael C. Neel)</li>
<li><a href="http://feeds.dzone.com/~r/zones/dotnet/~3/BUMWDUYyTv0/art-unit-testing">The Art of Unit Testing</a> (Michael Sonsino) <em>– A review of Roy Osherove’s awesome book.</em></li>
<li><a href="http://www.thousandtyone.com/blog/RandomThoughtsOnBuildersAtWorkPart15.aspx">Random Thoughts On Builders At Work &#8211; Part 15.</a> (Rajiv Popat)</li>
<li><a href="http://feedproxy.google.com/~r/AccidentalTechnologist/~3/-o6rbjtfEcE/">Gone are the Days of Simple Developer Tools</a> (Rob Bazinet)</li>
<li><a href="http://feedproxy.google.com/~r/5whys/~3/5315hlkd2MU/a-simple-way-to-know-youre-missing-some-leadership-skills.html">A simple way to know you&#8217;re missing some leadership skills</a> (Roy Osherove)</li>
<li><a href="http://shrinik.blogspot.com/2009/10/defining-problem-how-business-works.html">Defining the problem : How business works</a> (Shrini Kulkarni)</li>
<li><a href="http://grantpalin.com/2009/10/14/reducing-code-coupling-dependency-injection/">Reducing Code Coupling – Dependency Injection</a> (Grant Palin)</li>
<li><a href="http://codebetter.com/blogs/james.kovacs/archive/2009/10/14/releasing-psake-v1-00-amp-psake-v2-00.aspx">Releasing psake v1.00 &amp; psake v2.00</a> (James Kovacs)</li>
</ul>
<p><a name="silverlight"></a></p>
<h3><a name="podcasts"></a>Podcasts / Screencasts / Videos</h3>
<ul>
<li><a href="http://community.infragistics.com/pixel8/media/p/180651.aspx">Pixel8 &#8211; Magic, Mind-Controlled Interfaces and What Makes an Experience Architect</a> (Craig Shoemaker)</li>
<li><a href="http://www.microsoft.com/events/podcasts/default.aspx?audience=Audience-e5381407-359f-4922-97d0-0237af790eee&amp;pageId=x4913&amp;source=Microsoft-Podcasts-for-Developers">ARCast.TV: Juval Lowy on The EnergyNet, the Next Software Boom</a> (MS Podcasts)</li>
<li><a href="http://www.dotnetrocks.com/default.aspx?ShowNum=490">.NET Rocks! &#8211; Donald Farmer on Gemini</a> (Carl Franklin)</li>
<li><a href="http://feedproxy.google.com/~r/msdn/bobfamiliar/~3/P9llmEQSCCw/arcast-tv-special-jim-wilt-on-increasing-solution-adoption-success-using-architectural-skills.aspx">ARCast.TV Special &#8211; Jim Wilt on Increasing Solution Adoption Success Using Architectural Skills</a> (Bob Familiar)</li>
<li><a href="http://channel9.msdn.com/posts/Charles/Immo-Landwerth-Future-Directions-of-the-Native-Image-Generator-NGen/">Immo Landwerth: Future Directions of Native Image Generation via NGen</a> (Charles Torre)</li>
<li><a href="http://blog.stackoverflow.com/2009/10/podcast-70/">Stack Overflow Podcast #70</a> (Jeff Atwood)</li>
<li><a href="http://www.sharepointpodshow.com/archive/2009/10/15/interview-with-fujitsu-on-document-scanning-systems-with-sharepoint-episode-36.aspx">Interview with Fujitsu on Document Scanning Systems with SharePoint-Episode 36</a> (SharePoint Pod Show Admin)</li>
<li><a href="http://channel9.msdn.com/posts/LarryLarsen/Countdown-to-PDC09-Coding4Fun-Meets-PDC/">Countdown to PDC09: Coding4Fun Meets PDC</a> (Larry Larsen)</li>
<li><a href="http://channel9.msdn.com/shows/The+Knowledge+Chamber/PDC09-Workshop-Microsoft-Technology-Roadmap/">PDC09 Workshop: Microsoft Technology Roadmap</a> (Robert Hess)</li>
<li><a href="http://channel9.msdn.com/posts/kirke/Water-Cooler-Interview-with-Eric-Shupps/">Water Cooler Interview with Eric Shupps</a> (Kirk Evans)</li>
</ul>
<p>&#160;</p>
<h3><a name="events"></a>Community / Events</h3>
<ul>
<li><a href="http://www.ademiller.com/blogs/tech/2009/10/pp-summit-2009-developing-for-multi-core/?&amp;owa_from=feed&amp;owa_sid=">p&amp;p Summit 2009: Developing for Multi-Core</a> (Ade Miller)</li>
<li><a href="http://blogs.msdn.com/brada/archive/2009/10/14/pdc-2009-i-can-t-wait.aspx">PDC 2009 – I can’t wait!</a> (Brad Abrams)</li>
<li><a href="http://girldeveloper.com/events/unbridled-endorsement-of-the-best-code-camp-ever/">Unbridled Endorsement of the Best Code Camp Ever</a> (Sara J. Chipps) <em>– Philly.NET FTW!!!</em></li>
<li><a href="http://feedproxy.google.com/~r/Meetdux/~3/JsEfGL4JHx8/ill-give-away-signed-books-+-mentoring-workshop-seats-sharepoint-conference-2009.aspx">I&#8217;ll Give Away Signed Books + Mentoring Workshop Seats @ SharePoint Conference 2009</a> (Dux Raymond Sy)</li>
<li><a href="http://blogs.msdn.com/davedev/archive/2009/10/14/msdn-mid-atlantic-roadshow-new-dates-announced-arming-you-with-windows-7-and-silverlight-keys-to-success.aspx">MSDN Mid-Atlantic Roadshow new dates announced! Arming you with Windows 7 and Silverlight keys to success.</a> (Dave Isbitski)</li>
<li><a href="http://blogs.msdn.com/gduthie/archive/2009/10/14/southern-maryland-givecamp-announced-givecamp-org.aspx">Southern Maryland GiveCamp Announced! : GiveCamp.org</a> (G. Andrew Duthie)</li>
<li><a href="http://feedproxy.google.com/~r/Peterkellnernet/~3/8FnBmxkxLVU/">Awesome Scrum Developer Training coming to Silicon Valley Microsoft Campus</a> (Peter Kellner)</li>
<li><a href="http://blogs.lessthandot.com/index.php/DataMgmt/DBProgramming/MSSQLServer/sql-university-and-why-you-should-be-att">SQL University and why you should be attending</a> (Ted Krueger)</li>
</ul>
<p>&#160;</p>
<h3><a name="db"></a>Database</h3>
<ul>
<li><a href="http://sqlblogcasts.com/blogs/sqlandthelike/archive/2009/10/15/udf-overhead-a-simple-example.aspx">UDF Overhead – A simple example</a> (Dave Ballantyne)</li>
<li><a href="http://feedproxy.google.com/~r/jamiet/~3/Bj47CV5kNuw/considering-surrogate-keys-for-unknown-members.aspx">Considering surrogate keys for Unknown members</a> (Jamie Thomson)</li>
<li><a href="http://blog.sqlauthority.com/2009/10/15/sql-server-enable-automatic-statistic-update-on-database/">SQL SERVER – Enable Automatic Statistic Update on Database</a> (Pinal Dave)</li>
<li><a href="http://blogs.msdn.com/jimoneil/archive/2009/10/14/sql-azure-ctp-2.aspx">SQL Azure CTP 2</a> (Jim O’Neil)</li>
</ul>
<p><a name="sp"></a></p>
<h3><a name="misc"></a>Miscellaneous</h3>
<ul>
<li><a href="http://googlesystem.blogspot.com/2009/10/integrated-interface-for-googles.html">Integrated Interface for Google&#8217;s Services</a> (Alex Chitu)</li>
<li><a href="http://bhandler.spaces.live.com/Blog/cns!70F64BC910C9F7F3!6622.entry">Windows 7 on Family Guy: First Sneak Peek:</a> (Blake Handler)</li>
<li><a href="http://franksworld.com/blog/archive/2009/10/14/11744.aspx">Re-imagining the Desktop with 10/GUI</a> (Frank La Vigne)</li>
<li><a href="http://blogs.msdn.com/wmi/archive/2009/10/14/writing-wmi-providers-faq-series-3-is-it-better-to-use-embedded-objects-or-association-in-a-cim-model.aspx">Writing WMI providers FAQ series &#8211; 3 &#8211; Is it better to use embedded objects or association in a CIM model?</a> (Kapil Mathur)</li>
</ul>
<p>&#160;</p>
<h3><a name="links"></a>More Link Collections</h3>
<ul>
<li><a href="http://feedproxy.google.com/~r/ReflectivePerspective/~3/dZSYhy5p7Fw/">The Morning Brew #455</a> (Chris Alcock)</li>
<li><a href="http://jasonhaley.com/blog/post.aspx?id=87c66abe-e2c0-4274-8dc9-2b2528de17ca">Interesting Finds: October 14, 2009</a> (Jason Haley)</li>
<li><a href="http://feedproxy.google.com/~r/DaveBurke/~3/oAKoMFCChT0/post.aspx">Everyman Links for October 14, 2009</a> (Dave Burke)</li>
<li><a href="http://elijahmanor.com/webdevdotnet/post.aspx?id=404b9c87-82d0-4740-8bae-09c432ff5902">Tech Tweets for 14-Oct-2009</a> (Elijah Manor)</li>
<li><a href="http://feedproxy.google.com/~r/CloudAve/~3/gubHlsl4Bf8/blog-post-14-10-2009">CloudNews for 14th October, 2009</a> (Mayank Gupta)</li>
<li><a href="http://feedproxy.google.com/~r/SamGentile/~3/mCj6kBuCZgY/">New and Notable 382</a> (Sam Gentile)</li>
<li><a href="http://afreshcup.com/2009/10/15/double-shot-562/">Double Shot #562</a> (Mike Gunderloy)</li>
</ul>
<p>&#160;</p>
<h3><a name="book"></a>Book of the Day</h3>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:7dc1bd33-94bd-46fd-a20b-0131235bcd47:b93d0de5-5293-4764-bb8f-17517c800c50" class="wlWriterSmartContent">
<table cellspacing="0" cellpadding="2" width="400" border="0" unselectable="on">
<tbody>
<tr>
<td valign="top" width="400">
<p><a title="Windows&reg; Internals: Including Windows Server 2008 and Windows Vista, Fifth Edition (PRO-Developer) (9780735625303): Mark Russinovich, David A. Solomon, Alex Ionescu: Books" href="http://www.amazon.com/exec/obidos/ASIN/0735625301/alvinashcraft-20"><img src="http://images.amazon.com/images/P/0735625301.01.MZZZZZZZ.jpg" border="0" align="left" style="float:left">Windows&reg; Internals: Including Windows Server 2008 and Windows Vista, Fifth Edition (PRO-Developer) (9780735625303): Mark Russinovich, David A. Solomon, Alex Ionescu: Books</a></p>
<p><b>ISBN</b>: 0735625301<br /><b>ISBN-13</b>: 9780735625303</p>
</td>
</tr>
</tbody>
</table>
</div>
<p>&#160;</p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:C16BAC14-9A3D-4c50-9394-FBFEF7A93539:8de76c1d-840d-461f-b89c-eb598afb13b6" class="wlWriterSmartContent"><a href="http://www.dotnetkicks.com/kick/?url=http://www.alvinashcraft.com/2009/10/15/dew-drop-october-15-2009/"><img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http://www.alvinashcraft.com/2009/10/15/dew-drop-october-15-2009/" border="0" alt="kick it on DotNetKicks.com" /></a></div>
<p>&#160;</p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:cd5d0ea4-6bd0-4198-8594-d9ad6f6207d5" class="wlWriterSmartContent">Technorati Tags: <a href="http://technorati.com/tags/.net+framework" rel="tag">.net framework</a>,<a href="http://technorati.com/tags/wmi" rel="tag">wmi</a>,<a href="http://technorati.com/tags/windows+7" rel="tag">windows 7</a>,<a href="http://technorati.com/tags/sql+azure" rel="tag">sql azure</a>,<a href="http://technorati.com/tags/sql+server" rel="tag">sql server</a>,<a href="http://technorati.com/tags/pdc09" rel="tag">pdc09</a>,<a href="http://technorati.com/tags/code+camp" rel="tag">code camp</a>,<a href="http://technorati.com/tags/tfs" rel="tag">tfs</a>,<a href="http://technorati.com/tags/linq" rel="tag">linq</a>,<a href="http://technorati.com/tags/jquery" rel="tag">jquery</a>,<a href="http://technorati.com/tags/javascript" rel="tag">javascript</a>,<a href="http://technorati.com/tags/xna" rel="tag">xna</a>,<a href="http://technorati.com/tags/technical+debt" rel="tag">technical debt</a></div>
<div class="wlWriterHeaderFooter" style="margin:0px; padding:0px 0px 0px 0px;">
<p><script type="text/javascript">
</script><br />
<script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"></script></div>
]]></content:encoded>
			<wfw:commentRss>http://www.alvinashcraft.com/2009/10/15/dew-drop-october-15-2009/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

