<?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; dzone</title>
	<atom:link href="http://www.alvinashcraft.com/tag/dzone/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; December 13, 2010</title>
		<link>http://www.alvinashcraft.com/2010/12/13/dew-drop-december-13-2010/</link>
		<comments>http://www.alvinashcraft.com/2010/12/13/dew-drop-december-13-2010/#comments</comments>
		<pubDate>Mon, 13 Dec 2010 12:59:36 +0000</pubDate>
		<dc:creator>Alvin Ashcraft</dc:creator>
				<category><![CDATA[Daily Links]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[agile]]></category>
		<category><![CDATA[asp.net mvc]]></category>
		<category><![CDATA[dzone]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[nhibernate]]></category>
		<category><![CDATA[refcardz]]></category>
		<category><![CDATA[sharepoint]]></category>
		<category><![CDATA[tdd]]></category>
		<category><![CDATA[vs2010]]></category>
		<category><![CDATA[wcf]]></category>
		<category><![CDATA[windows phone 7]]></category>

		<guid isPermaLink="false">http://www.alvinashcraft.com/2010/12/13/dew-drop-december-13-2010/</guid>
		<description><![CDATA[Jump to: Top Links &#124; .NET / Visual Studio &#124; Web Development &#124; Design / Methodology / Testing &#124; Silverlight / WPF / Windows Phone &#124; Podcasts / Screencasts / Videos &#124; Database &#124; SharePoint &#124; Miscellaneous &#124; More Link Collections &#124; The Geek Shelf &#160; Top Links WCF Web APIs Roundup &#8211; Volume 1 [...]]]></description>
			<content:encoded><![CDATA[<p>Jump to: <a href="http://www.alvinashcraft.com/#top">Top Links</a> | <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/#silverlight">Silverlight / WPF / Windows Phone</a> | <a href="http://www.alvinashcraft.com/#podcasts">Podcasts / Screencasts / Videos</a> | <a href="http://www.alvinashcraft.com/#db">Database</a> | <a href="http://www.alvinashcraft.com/#sp">SharePoint</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/#shelf">The Geek Shelf</a> </p>
<p>&#160;</p>
<h3><a name="top"></a>Top Links</h3>
<ul>
<li><a href="http://feedproxy.google.com/~r/MyTechnobabble/~3/qIAplCNGcWs/wcf-web-apis-roundup-volume-1.aspx">WCF Web APIs Roundup &#8211; Volume 1</a> (Glenn Block)</li>
<li><a href="http://feeds.oreilly.com/~r/oreilly/news/~3/OQicufvIC9E/dd399.html">*Free to Choose* Ebook Deal/Day: All Pocket References $3.99 #jQuery #Canvas #SQL</a> (O&#8217;Reilly Media)</li>
</ul>
<p>&#160;</p>
<h3><a name="dotnet"></a>.NET / Visual Studio</h3>
<ul>
<li><a href="http://feedproxy.google.com/~r/gunnarpeipman/~3/9SRkZeCFERU/deployable-dependencies-in-visual-studio-2010-sp1-beta.aspx">Deployable dependencies in Visual Studio 2010 SP1 Beta</a> (Gunnar Peipman)</li>
<li><a href="http://feedproxy.google.com/~r/zainnab/~3/ga5sJdUIc7g/jscript-open-braces-on-a-new-line-vstipedit0087.aspx">JScript Open Braces on a New Line</a> (Zain Naboulsi)</li>
<li><a href="http://www.infoq.com/news/2010/12/NHibernate-3">Introducing NHibernate 3.0</a> (Jonathan Allen)</li>
<li><a href="http://www.ademiller.com/blogs/tech/2010/12/cuda-and-intellisense-updated/">CUDA and Intellisense updated</a> (Ade Miller)</li>
<li><a href="http://codebox.codeplex.com/releases/view/57382" target="_blank">.NETTER Code Starter Pack (v1.0.beta)</a> (CodePlex)</li>
</ul>
<p>&#160;</p>
<h3><a name="web"></a>Web Development</h3>
<ul>
<li><a href="http://www.arrangeactassert.com/when-to-use-html-renderpartial-and-html-renderaction-in-asp-net-mvc-razor-views/">When to use Html.RenderPartial and Html.RenderAction in ASP.NET MVC Razor Views</a> <em>and</em> <a href="http://www.arrangeactassert.com/using-html-raw-in-asp-net-mvc-razor-views/">Using Html.Raw in ASP.NET MVC Razor Views</a> (Jag Reehal)</li>
<li><a href="http://code-inside.de/blog-in/2010/12/13/howto-object-orientated-programming-oop-in-javascript-create-a-simple-class/">HowTo: object orientated programming / OOP in Javascript (create a simple class)</a> (Code Inside Team)</li>
<li><a href="http://morewally.com/cs/blogs/wallym/archive/2010/12/13/jquery-mobile-page-transitions.aspx">jQuery Mobile Page Transitions</a> (Wally McClure)</li>
<li><a href="http://blog.stackoverflow.com/2010/12/re-launching-stack-exchange-data-explorer/">Re-Launching Stack Exchange Data Explorer</a> (Jeff Atwood)</li>
<li><a href="http://www.infoq.com/news/2010/12/ASPNET-MVC-3-RC-2" target="_blank">ASP.NET MVC 3 Embraces Dynamic Typing</a> (Jonathan Allen)</li>
</ul>
<p>&#160;</p>
<h3><a name="design"></a>Design / Methodology / Testing</h3>
<ul>
<li><a href="http://www.infoq.com/news/2010/12/prime-directive-partonizing">Is the Agile Retrospective Prime Directive Patronizing?</a> (Shane Hastie)</li>
<li><a href="http://www.infoq.com/news/2010/12/po-will-not-prioritize">How to Convince the Product Owner to Prioritize the Backlog?</a> (Dan Puckett)</li>
</ul>
<p>&#160;</p>
<h3><a name="silverlight"></a>Silverlight / WPF / Windows Phone</h3>
<ul>
<li><a href="http://feedproxy.google.com/~r/JesseLiberty-SilverlightGeek/~3/_AnxdOsr0CE/">Windows Phone From Scratch #12–Custom Behaviors (Part I)</a> (Jesse Liberty)</li>
<li><a href="http://refcardz.dzone.com/refcardz/developing-silverlight" target="_blank">Developing a Silverlight Application for Windows Phone 7</a> (Colin Melia) <em>– A new, free PDF Refcard from DZone.</em></li>
<li><a href="http://blogs.msdn.com/b/dragoman/archive/2010/12/12/wp7-code-mocking-event-streams-with-ienumerable.aspx">WP7 Code: Mocking Event Streams with IEnumerable</a> (Dragos Manolescu)</li>
</ul>
<p>&#160;</p>
<h3><a name="podcasts"></a>Podcasts / Screencasts / Videos</h3>
<ul>
<li><a href="http://feedproxy.google.com/~r/TechnologyAndFriends/~3/oiPTz9iwfhs/tf129.aspx" target="_blank">Technology &amp; Friends Episode 129: John Miller on PowerPivot</a> (David Giard)</li>
<li><a href="http://jamesshore.com/Blog/Lets-Play/Episode-66.html">Let&#8217;s Play TDD #66: Proving the ApplicationModel Design Concept</a> (James Shore)</li>
<li><a href="http://feedproxy.google.com/~r/TalkingShopDownUnder/~3/LXeG7lOLI6Q/episode-39-jim-webber-rest-and-neo4j.html" target="_blank">Talking Shop Down Under Episode 39 &#8211; Jim Webber, REST and Neo4j</a> (Richard Banks)</li>
</ul>
<p>&#160;</p>
<h3><a name="db"></a>Database</h3>
<ul>
<li><a href="http://blog.sqlauthority.com/2010/12/13/sql-server-what-is-page-life-expectancy-ple-counter/">SQL SERVER – What is Page Life Expectancy (PLE) Counter</a> (Pinal Dave)</li>
</ul>
<p>&#160;</p>
<h3><a name="sp"></a>SharePoint</h3>
<ul>
<li><a href="http://feedproxy.google.com/~r/netCurryRecentArticles/~3/lK6PFnMb3q8/ShowArticle.aspx">Custom Content Types in SharePoint</a> (Sumit Maitra)</li>
</ul>
<p>&#160;</p>
<h3><a name="misc"></a>Miscellaneous</h3>
<ul>
<li><a href="http://wildermuth.com/2010/12/12/The_Next_Application_Platform_All_of_them">The Next Application Platform? All of them&#8230;</a> (Shawn Wildermuth)</li>
</ul>
<p>&#160;</p>
<h3><a name="links"></a>More Link Collections</h3>
<ul>
<li><a href="http://weblogs.asp.net/yuanjian/archive/2010/12/12/cheatsheet-2010-12-01-12-12.aspx">Cheatsheet: 2010 12.01 ~ 12.12</a> (yuanjian)</li>
<li><a href="http://rhondatipton.net/2010/12/12/weekly-link-post-174/">Weekly Link Post 174</a> (Rhonda Tipton)</li>
<li><a href="http://www.sqlservercentral.com/blogs/sql_awesomesauce/archive/2010/12/13/all-things-awesome-and-midnightdba_2D00_y-_1320_-12_2F00_9_2F00_2010.aspx">All Things Awesome and MidnightDBA-y – 12/9/2010</a> (Jen McCown)</li>
<li><a href="http://feedproxy.google.com/~r/ReflectivePerspective/~3/g1JKzKawFEg/">The Morning Brew #749</a> (Chris Alcock)</li>
<li><a href="http://geekswithblogs.net/WynApseTechnicalMusings/archive/2010/12/12/143113.aspx">Silverlight Cream for December 12, 2010 &#8211; 2 &#8212; #1009</a> (Dave Campbell)</li>
</ul>
<p>&#160;</p>
<h3><a name="shelf"></a>The Geek Shelf</h3>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td><img src="http://ecx.images-amazon.com/images/I/41jfubSieLL._SL160_.jpg" /> </td>
<td valign="top">
<p><a href="http://www.amazon.com/Test-Drive-ASP-NET-MVC-Pragmatic-Programmers/dp/1934356530%3FSubscriptionId%3D0JTCV5ZMHMF7ZYTXGFR2%26tag%3Dbrdicr-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D1934356530">Test-Drive ASP.NET MVC (Pragmatic Programmers)</a> by Jonathan McCracken <em>– I still own Jonathan a review for this great MVC&#160; book.</em></p>
</td>
</tr>
</tbody>
</table>
<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:4bc6a05a-d7e4-4daf-b5e8-e5344bf45307" class="wlWriterEditableSmartContent"><a href="http://www.dotnetkicks.com/kick/?url=http://www.alvinashcraft.com/2010/12/13/dew-drop-december-13-2010/"><img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http://www.alvinashcraft.com/2010/12/13/dew-drop-december-13-2010/" 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:5c7ae18f-7379-4f76-a77c-ef0f67127dc1" class="wlWriterEditableSmartContent">Technorati Tags: <a href="http://technorati.com/tags/vs2010" rel="tag">vs2010</a>,<a href="http://technorati.com/tags/sharepoint" rel="tag">sharepoint</a>,<a href="http://technorati.com/tags/windows+phone+7" rel="tag">windows phone 7</a>,<a href="http://technorati.com/tags/refcardz" rel="tag">refcardz</a>,<a href="http://technorati.com/tags/dzone" rel="tag">dzone</a>,<a href="http://technorati.com/tags/asp.net+mvc" rel="tag">asp.net mvc</a>,<a href="http://technorati.com/tags/tdd" rel="tag">tdd</a>,<a href="http://technorati.com/tags/wcf" rel="tag">wcf</a>,<a href="http://technorati.com/tags/javascript" rel="tag">javascript</a>,<a href="http://technorati.com/tags/agile" rel="tag">agile</a>,<a href="http://technorati.com/tags/nhibernate" rel="tag">nhibernate</a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.alvinashcraft.com/2010/12/13/dew-drop-december-13-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dew Drop &#8211; August 14, 2009</title>
		<link>http://www.alvinashcraft.com/2009/08/14/dew-drop-august-14-2009/</link>
		<comments>http://www.alvinashcraft.com/2009/08/14/dew-drop-august-14-2009/#comments</comments>
		<pubDate>Fri, 14 Aug 2009 13:08:47 +0000</pubDate>
		<dc:creator>Alvin Ashcraft</dc:creator>
				<category><![CDATA[Daily Links]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[.net framework]]></category>
		<category><![CDATA[dzone]]></category>
		<category><![CDATA[google reader]]></category>
		<category><![CDATA[linq]]></category>
		<category><![CDATA[mocks]]></category>
		<category><![CDATA[msdn]]></category>
		<category><![CDATA[nhibernate]]></category>
		<category><![CDATA[powershell]]></category>
		<category><![CDATA[sharepoint]]></category>
		<category><![CDATA[silverlight]]></category>
		<category><![CDATA[sql server]]></category>
		<category><![CDATA[windows azure]]></category>
		<category><![CDATA[zune hd]]></category>

		<guid isPermaLink="false">http://www.alvinashcraft.com/2009/08/14/dew-drop-august-14-2009/</guid>
		<description><![CDATA[&#160; &#160; Jump to: .NET / Visual Studio &#124; Web Development &#124; Design / Methodology / Testing &#124; Silverlight / WPF &#124; Podcasts / Screencasts / Videos &#124; Community / Events &#124; Database &#124; PowerShell &#124; Miscellaneous &#124; More Link Collections &#124; Book of the Day &#160; .NET / Visual Studio Creating High Quality Images [...]]]></description>
			<content:encoded><![CDATA[<p>&#160;</p>
<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/#silverlight">Silverlight / WPF</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/#ps2">PowerShell</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://feedproxy.google.com/~r/Nerdyhearn/~3/ZPGBk9DJI2A/174">Creating High Quality Images with C# and GDI</a> (Tom Hearn)</li>
<li><a href="http://damieng.com/blog/2009/08/12/linq-to-sql-cheat-sheet">LINQ to SQL cheat sheet</a> (Damien Guard)</li>
<li><a href="http://msmvps.com/blogs/deborahk/archive/2009/08/13/painting-on-the-datagridview.aspx">Painting on the DataGridView</a> <em>and</em>&#160;<a href="http://msmvps.com/blogs/deborahk/archive/2009/08/13/converting-month-abbreviations-to-month-numbers.aspx">Converting Month Abbreviations to Month Numbers</a> (Deborah Kurata)</li>
<li><a href="http://feedproxy.google.com/~r/AyendeRahien/~3/a5GDHbLGYGs/nhibernate-unit-of-work-amp-multiple-reuqests-set-status.aspx">Nhibernate Unit of Work &amp; multiple requests</a> (Oren Eini)</li>
<li><a href="http://blogs.msdn.com/ericlippert/archive/2009/08/13/four-switch-oddities.aspx">Four switch oddities</a> (Eric Lippert)</li>
<li><a href="http://www.clariusconsulting.net/blogs/kzu/archive/2009/08/13/164978.aspx"><font color="#ff8000">Linq to Mocks is finally born</font></a><font color="#ff8000"> (Daniel Cazzulino) <em>– Link of the Day</em></font></li>
<li><a href="http://feedproxy.google.com/~r/Devlicious/~3/IHhXcR2Lmvk/testing-with-nhibernate-and-sqlite.aspx">Testing with NHibernate and SQLite</a> (Krzysztof Koźmic)</li>
<li><a href="http://www.lhotka.net/weblog/CSLANET363ForNET20.aspx">CSLA .NET 3.6.3 for .NET 2.0</a> (Rockford Lhotka)</li>
<li><a href="http://feedproxy.google.com/~r/Iserializable/~3/dkicH6Ah5RQ/six-things-that-will-happen-when-you-uninstall-your-msdn-documentation.aspx">Six things that will happen when you uninstall your MSDN documentation</a> (Roy Osherove)</li>
</ul>
<p>&#160;</p>
<h3><a name="web"></a>Web Development</h3>
<ul>
<li><a href="http://feedproxy.google.com/~r/ProgrammableWeb/~3/FQvFUMRW4xI/">Twitter Announces Retweet API</a> (Andres Ferrate)</li>
<li><a href="http://pietschsoft.com/post.aspx?id=fccc2f93-f7a3-481d-bcd7-a3b9425420bd">A Simple ScriptManager for ASP.NET MVC</a> (Chris Pietschmann)</li>
<li><a href="http://feedproxy.google.com/~r/ProgrammableWeb/~3/s_Dwio6K55M/">3 New APIs for Gamers: World of Warcraft in 3D, LEGO and GamePro</a> (John Musser)</li>
<li><a href="http://geekswithblogs.net/ranganh/archive/2009/08/14/whatrsquos-new-in-asp.net-4.0.aspx">What’s new in ASP.NET 4.0</a> (Harish Ranganathan)</li>
<li><a href="http://www.lazycoder.com/weblog/2009/08/13/javascript-not-for-the-faint-at-heart/">JavaScript: Not for the faint at heart?</a> (Scott Koon)</li>
<li><a href="http://misfitgeek.com/blog/aspnet/php-linux-windows-asp-net-performance-ndash-redux/">PHP Linux Windows ASP.NET Performance – Redux !</a> (Joe Stagner)</li>
<li><a href="http://feedproxy.google.com/~r/coderjournal/~3/8JkKVsRRrys/">Fun With Wacky JavaScript Type Comparison</a> (Nick Berardi)</li>
<li><a href="http://blogs.msdn.com/publicsector/archive/2009/08/13/windows-azure-reference-application-released-to-msdn-code-gallery.aspx">Windows Azure Reference Application released to MSDN Code Gallery</a> (Lamont Harrington)</li>
<li><a href="http://www.codinghorror.com/blog/archives/001296.html">All Programming Is Web Programming</a> (Jeff Atwood)</li>
</ul>
<p>&#160;</p>
<h3><a name="design"></a>Design / Methodology / Testing</h3>
<ul>
<li><a href="http://blog.assembla.com/assemblablog/tabid/12618/bid/10233/Will-Microsoft-support-distributed-teams-and-cloud-deployments.aspx">Will Microsoft support distributed teams and cloud deployments?</a> (Andy Singleton)</li>
<li><a href="http://blog.objectmentor.com/articles/2009/08/13/to-test-the-untestable-bug">To Test The Untestable Bug.</a> (Uncle Bob Martin)</li>
<li><a href="http://feedproxy.google.com/~r/LosTechies/~3/VMTaBLt6DtM/hero-mode-refactoring-aka-enemy-of-brown-field-development.aspx">“Hero Mode Refactoring” AKA Enemy Of Brown Field Development</a> (Ryan Svihla)</li>
<li><a href="http://feedproxy.google.com/~r/LosTechies/~3/lIga0I6OHsM/refactoring-day-13-extract-method-object.aspx">Refactoring Day 13 : Extract Method Object</a> (Sean Chambers)</li>
<li><a href="http://codebetter.com/blogs/gregyoung/archive/2009/08/13/ddd-is-a-dense-book.aspx">DDD is a dense book</a> (Greg Young)</li>
<li><a href="http://techdistrict.kirkk.com/2009/08/13/modularity-by-example/">Modularity by Example</a> (Kirk Knoernschild)</li>
<li><a href="http://www.thousandtyone.com/blog/RandomThoughtsOnBuildersAtWorkPart4.aspx">Random Thoughts On Builders At Work &#8211; Part 4.</a> (Rajiv Popat)</li>
<li><a href="http://feedproxy.google.com/~r/LosTechies/~3/wStV1MQ2tvg/singletons-are-evil-part-2.aspx">Singletons Are Evil Part 2</a> (Scott Densmore)</li>
<li><a href="http://weblogs.asp.net/nunitaddin/archive/2009/08/14/testdriven-net-2-23-beta-faster.aspx">TestDriven.Net 2.23 Beta &#8211; Faster!</a> (Jamie Cansdale)</li>
</ul>
<p>&#160;</p>
<h3><a name="silverlight"></a>Silverlight / WPF</h3>
<ul>
<li><a href="http://www.85turns.com/2009/08/13/triggers-in-silverlight-3/">Triggers in Silverlight 3</a> (Corey Schuman)</li>
<li><a href="http://feedproxy.google.com/~r/JesseLiberty-SilverlightGeek/~3/fPBcKtErs4U/linq-for-silverlight-developers.aspx">Linq For Silverlight Developers</a> (Jesse Liberty)</li>
<li><a href="http://feeds.timheuer.com/~r/timheuer/~3/cnNLp-RJL5A/silverlight-application-themes-expression-gallery-part-2.aspx">More Silverlight application themes and fixes</a> (Tim Heuer)</li>
</ul>
<p>&#160;</p>
<h3><a name="podcasts"></a>Podcasts / Screencasts / Videos</h3>
<ul>
<li><a href="http://feedproxy.google.com/~r/Dimecastsnet--InformAndEducateIn10MinutesOrLess/~3/gkR3NtfzZSY/135">DimeCasts.NET Episode #135: Exploring StructureMap: Learning how to setup profiles</a> (Derik Whittaker)</li>
<li><a href="http://blogs.msdn.com/mvpawardprogram/archive/2009/08/14/sharepoint-mvp-debuts-on-the-water-cooler-show.aspx">SharePoint MVP Debuts on The Water Cooler Show</a> (Jas Dhaliwal)</li>
<li><a href="http://feeds.sparklingclient.com/~r/SparklingClient/~3/J-_aj2cN5ko/">Easing in Silverlight Animations</a> (Monica Mork &amp; Erik Mork)</li>
<li><a href="http://channel9.msdn.com/posts/LauraFoy/Behind-the-scenes-Office-Labs/">Behind the Scenes: Office Labs</a> (Laura Foy)</li>
</ul>
<p>&#160;</p>
<h3><a name="events"></a>Community / Events</h3>
<ul>
<li><a href="http://feedproxy.google.com/~r/msdn/bobfamiliar/~3/T6uR-kkOUXc/virtual-architect-council-events-in-august.aspx">Virtual Architect Council Events in August</a> (Bob Familiar)</li>
<li><a href="http://franksworld.com/blog/archive/2009/08/13/11670.aspx">Silverlight 3 FireStarter Will Be Streamed Online</a> (Frank La Vigne)</li>
<li><a href="http://codebetter.com/blogs/matthew.podwysocki/archive/2009/08/14/ann-dc-alt-net-8-26-2009-jquery-ui-with-richard-worth.aspx">[ANN] DC ALT.NET 8/26/2009 – jQuery UI with Richard Worth</a> (Matthew Podwysocki)</li>
<li><a href="http://feedproxy.google.com/~r/sharepointteamblog/~3/X2SkAC4nnRs/session-sneak-peek-for-the-sharepoint-conference-2009.aspx">Session Sneak Peek for the SharePoint Conference 2009</a> (SharePoint Team)</li>
<li><a href="http://www.chrisbrogan.com/friending-and-reputation/">Friending and Reputation</a> (Chris Brogan)</li>
</ul>
<p>&#160;</p>
<h3><a name="db"></a>Database</h3>
<ul>
<li><a href="http://blogs.lessthandot.com/index.php/DataMgmt/DBProgramming/MSSQLServer/recover-a-database-without-the-ldf-file">Recover a database without the ldf file</a> (Ted Krueger)</li>
<li><a href="http://sqlblogcasts.com/blogs/martinbell/archive/2009/08/13/Powershell-and-SMO-scripting-_2D00_-Part-1.aspx">Powershell and SMO scripting – Part 1</a> (Martin Bell)</li>
</ul>
<p>&#160;</p>
<h3>PowerShell<a name="ps2"></a></h3>
<ul>
<li><a href="http://huddledmasses.org/growl-for-windows-from-powershell/">Growl for Windows – From PowerShell</a> (Joel Bennett)</li>
</ul>
<p>&#160;</p>
<h3><a name="misc"></a>Miscellaneous</h3>
<ul>
<li><a href="http://blogs.zdnet.com/microsoft/?p=3727">Microsoft Exchange 2010 buzz grows louder</a> (Mary-Jo Foley)</li>
<li><a href="http://feeds.dzone.com/~r/zones/dotnet/~3/wQ6nrtWq61Y/how-send-dzone-google-reader">How to &quot;Send To&quot; DZone from Google Reader</a> (Me)</li>
<li><a href="http://feeds.gawker.com/~r/lifehacker/full/~3/Jl86Njxni8M/convert-google-reader-items-to-pdfs">Convert Google Reader Items to PDFs</a> (Kevin Purdy)</li>
<li><a href="http://blogs.msdn.com/stevecla01/archive/2009/08/13/microsoft-nerd-gets-a-logo.aspx">Microsoft NERD gets a logo</a> (Steve Clayton)</li>
<li><a href="http://blogs.msdn.com/powershell/archive/2009/08/14/powershell-2-0-for-windows-vista-and-windows-server-2008-release-candidate.aspx">Powershell 2.0 for Windows Vista and Windows Server 2008 &#8211; Release Candidate</a> (Osama Sajid)</li>
</ul>
<p>&#160;</p>
<h3><a name="links"></a>More Link Collections</h3>
<ul>
<li><a href="http://feedproxy.google.com/~r/ArjansWorld/~3/iLf-ukr5Ajc/">LINKBLOG for August 13, 2009</a> (Arjan Zuidhof)</li>
<li><a href="http://jasonhaley.com/blog/post.aspx?id=fd4c048b-cd06-4c15-855f-148b74934d11">Interesting Finds: August 14, 2009</a> (Jason Haley)</li>
<li><a href="http://feedproxy.google.com/~r/ReflectivePerspective/~3/o6mKWKo6PzY/">The Morning Brew #412</a> (Chris Alcock)</li>
<li><a href="http://spietrek.blogspot.com/2009/08/links-8132009.html">Links (8/13/2009)</a> (Steve Pietrek)</li>
<li><a href="http://feedproxy.google.com/~r/SamGentile/~3/XWrcYuWFgmY/">New and Notable 355</a> (Sam Gentile)</li>
<li><a href="http://feedproxy.google.com/~r/CloudAve/~3/M2xFy5nCp6o/cloudnews-for-13th-august-2009">CloudNews for 13th August, 2009</a> (Sameer Gupta)</li>
</ul>
<p>&#160;</p>
<h3><a name="book"></a>Non-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:f9732fa8-2f8a-4f2c-b546-de0884b53929" class="wlWriterSmartContent">
<table cellspacing="0" cellpadding="2" width="400" border="0" unselectable="on">
<tbody>
<tr>
<td valign="top" width="400">
<p><a title="Zune HD 32 GB Video MP3 Player (Platinum): Electronics" href="http://www.amazon.com/exec/obidos/ASIN/B002JPITY8/alvinashcraft-20"><img src="http://images.amazon.com/images/P/B002JPITY8.01.MZZZZZZZ.jpg" border="0" align="left" style="float:left">Zune HD 32 GB Video MP3 Player (Platinum): Electronics</a></p>
<p><b>ASIN</b>: B002JPITY8</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:3fdbfabf-f80a-4277-be05-08564175a0ff" class="wlWriterSmartContent"><a href="http://www.dotnetkicks.com/kick/?url=http://www.alvinashcraft.com/2009/08/14/dew-drop-august-14-2009/"><img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http://www.alvinashcraft.com/2009/08/14/dew-drop-august-14-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:07bea921-5c66-45fc-a892-07c009de4c70" class="wlWriterSmartContent">Technorati Tags: <a href="http://technorati.com/tags/zune+hd" rel="tag">zune hd</a>,<a href="http://technorati.com/tags/.net+framework" rel="tag">.net framework</a>,<a href="http://technorati.com/tags/sharepoint" rel="tag">sharepoint</a>,<a href="http://technorati.com/tags/powershell" rel="tag">powershell</a>,<a href="http://technorati.com/tags/sql+server" rel="tag">sql server</a>,<a href="http://technorati.com/tags/silverlight" rel="tag">silverlight</a>,<a href="http://technorati.com/tags/linq" rel="tag">linq</a>,<a href="http://technorati.com/tags/nhibernate" rel="tag">nhibernate</a>,<a href="http://technorati.com/tags/mocks" rel="tag">mocks</a>,<a href="http://technorati.com/tags/google+reader" rel="tag">google reader</a>,<a href="http://technorati.com/tags/dzone" rel="tag">dzone</a>,<a href="http://technorati.com/tags/msdn" rel="tag">msdn</a>,<a href="http://technorati.com/tags/windows+azure" rel="tag">windows azure</a></div>
<div class="wlWriterHeaderFooter" style="margin:0px; padding:0px 0px 0px 0px;">
<div class="shoutIt"><a rev="vote-for" href="http://dotnetshoutout.com/Submit?url=http%3a%2f%2fwww.alvinashcraft.com%2f2009%2f08%2f14%2fdew-drop-august-14-2009%2f&amp;title=Dew+Drop+-+August+14%2c+2009"><img alt="Shout it" src="http://dotnetshoutout.com/image.axd?url=http://www.alvinashcraft.com/2009/08/14/dew-drop-august-14-2009/" style="border:0px" /></a></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.alvinashcraft.com/2009/08/14/dew-drop-august-14-2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dew Drop &#8211; March 10, 2009</title>
		<link>http://www.alvinashcraft.com/2009/03/10/dew-drop-march-10-2009/</link>
		<comments>http://www.alvinashcraft.com/2009/03/10/dew-drop-march-10-2009/#comments</comments>
		<pubDate>Tue, 10 Mar 2009 12:10:25 +0000</pubDate>
		<dc:creator>Alvin Ashcraft</dc:creator>
				<category><![CDATA[Daily Links]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Coding4Fun]]></category>
		<category><![CDATA[ddd]]></category>
		<category><![CDATA[dzone]]></category>
		<category><![CDATA[ie8]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[mix09]]></category>
		<category><![CDATA[mvvm]]></category>
		<category><![CDATA[prism v2]]></category>
		<category><![CDATA[silverlight]]></category>
		<category><![CDATA[sql server]]></category>
		<category><![CDATA[vs2010]]></category>
		<category><![CDATA[windows 7]]></category>
		<category><![CDATA[wpf]]></category>
		<category><![CDATA[xna game studio]]></category>

		<guid isPermaLink="false">http://www.alvinashcraft.com/2009/03/10/dew-drop-march-10-2009/</guid>
		<description><![CDATA[&#160; .NET / Visual Studio Removing Warnings from CSharp Compile Cycle (Dave M. Bush) Install the Surface SDK on Windows 7 and/or x64 (Brian Peek) Getting Started with Oslo Using &#8216;M&#8217; (Bruce Kyle) IronRuby MVC progress (Ivan Porto Carrero) Writing an IronPython Debugger: Dynamic Stack Trace (Harry Pierson) SUBMITTING YOUR XNA GAME TO XLCG (Pete) [...]]]></description>
			<content:encoded><![CDATA[<p>&#160;</p>
<h3>.NET / Visual Studio</h3>
<ul>
<li><a href="http://dotnet.dzone.com/news/removing-warnings-csharp">Removing Warnings from CSharp Compile Cycle</a> (Dave M. Bush)</li>
<li><a href="http://www.brianpeek.com/blog/archive/2009/03/10/install-the-surface-sdk-on-windows-7-and-or-x64.aspx">Install the Surface SDK on Windows 7 and/or x64</a> (Brian Peek)</li>
<li><a href="http://blogs.msdn.com/usisvde/archive/2009/03/09/getting-started-with-oslo-using-m.aspx">Getting Started with Oslo Using &#8216;M&#8217;</a> (Bruce Kyle)</li>
<li><a href="http://feedproxy.google.com/~r/casualjim/~3/eIUc8s3yEBM/">IronRuby MVC progress</a> (Ivan Porto Carrero)</li>
<li><a href="http://feedproxy.google.com/~r/Devhawk/~3/criqpOW_7OM/Writing+An+IronPython+Debugger+Dynamic+Stack+Trace.aspx">Writing an IronPython Debugger: Dynamic Stack Trace</a> (Harry Pierson)</li>
<li><a href="http://amapplease.blogspot.com/2009/03/submitting-your-xna-game-to-xlcg.html">SUBMITTING YOUR XNA GAME TO XLCG</a> (Pete)</li>
</ul>
<p>&#160;</p>
<h3>Design / Methodology / Testing</h3>
<ul>
<li><a href="http://feedproxy.google.com/~r/Devlicious/~3/sAfUlAwXG74/ddd-sample-application-first-steps.aspx">DDD: Sample Application First Steps</a> (Casey Charlton)</li>
<li><a href="http://blogs.msdn.com/jmeier/archive/2009/03/09/security-hot-spots.aspx">Security Hot Spots</a> (J.D. Meier)</li>
<li><a href="http://feedproxy.google.com/~r/GeekDaily/~3/bl-w8Iujbrg/">C# Design Patterns &#8211; The Facade Pattern</a> (Justin)</li>
<li><a href="http://feeds.dzone.com/~r/zones/dotnet/~3/yoaoV0Nwv60/beginning-mocking-moq-3-part1">Beginning Mocking With Moq 3 – Part 1</a> (Justin Etheredge)</li>
<li><a href="http://feedproxy.google.com/~r/MarkNeedham/~3/JuASI0IaUcc/">DDD: Repository pattern</a> (Mark Needham)</li>
<li><a href="http://feedproxy.google.com/~r/LosTechies/~3/n6WyJCY8Kl0/need-help-spotting-that-hard-to-test-code.aspx">Need Help Spotting that Hard to Test Code?</a> (Chris Missal)</li>
<li><a href="http://blogs.msdn.com/brada/archive/2009/03/09/framework-design-guidelines-linq-support.aspx">Framework Design Guidelines: LINQ Support</a> (Brad Abrams)</li>
<li><a href="http://leansoftwareengineering.com/2009/03/09/extreme-programming-workflow-simulation/">Extreme Programming workflow simulation</a> (Corey Ladas)</li>
<li><a href="http://feedproxy.google.com/~r/davybrion/~3/uiD-SaGW8iQ/">Your Data Retrieval Code Should Be Readable Too</a> (Davy Brion)</li>
<li><a href="http://feedproxy.google.com/~r/Iserializable/~3/9cKLV4ikews/what-isolation-mocking-and-unit-testing-framework-are-you-using.aspx">What Isolation\Mocking and unit testing framework are you using?</a> (Roy Osherove)</li>
<li><a href="http://feedproxy.google.com/~r/Devlicious/~3/owMJtgRj8I4/real-life-code-reuse.aspx">Real Life &#8211; Code Reuse</a> (Tim Barcz)</li>
<li><a href="http://feedproxy.google.com/~r/gunnarpeipman/~3/XMeRDqtO_DE/refactoring-reduce-variable-scope.aspx">Refactoring: reduce variable scope</a> (Gunnar Peipman)</li>
</ul>
<p>&#160;</p>
<h3>Silverlight / WPF</h3>
<ul>
<li><a href="http://blogs.msdn.com/brada/archive/2009/03/09/the-knowledge-chamber-silverlight-3-0-for-great-business-apps.aspx"><font color="#ff8000">The Knowledge Chamber: Silverlight 3.0 for Great Business Apps</font></a><font color="#ff8000"> (Brad Abrams)<em> – Link of the Day</em></font></li>
<li><a href="http://blogs.msdn.com/jbarnes/archive/2009/03/10/composite-application-guidance-for-wpf-and-silverlight-v2-0-prism.aspx">Composite Application Guidance for WPF and Silverlight v2.0 (PRISM)</a> (Jeff Barnes)</li>
<li><a href="http://feedproxy.google.com/~r/JohnPapa/~3/1lGifE5Ose0/">Silverlight Chord Finder</a> (John Papa)</li>
<li><a href="http://blogs.msdn.com/llobo/archive/2009/03/09/mvvm-sceencasts.aspx">MVVM Screencasts</a> (Lester Lobo)</li>
<li><a href="http://feeds.timheuer.com/~r/timheuer/~3/m40TiFH94Yw/silverlight-sneak-peek-mix09-line-of-business-development.aspx">Silverlight Sneak Peek: Building line-of-business with Silverlight</a> (Tim Heuer)</li>
<li><a href="http://feedproxy.google.com/~r/LosTechies/~3/V2v-S5_N_1Y/net-libraries-in-silverlight.aspx">.Net libraries in Silverlight</a> (Louis Salin)</li>
<li><a href="http://www.thejoyofcode.com/And_now_for_something_completely_crazy_Binding_without_WPF.aspx">And now for something completely crazy: Binding without WPF</a> (Josh Twist)</li>
<li><a href="http://feedproxy.google.com/~r/MikeSnowBlog/~3/UvK4nO0uq5c/silverlight-tip-of-the-day-98-silverlight-3-game-programming-book.aspx">Silverlight Tip of the Day #98 – Silverlight 3 Game Programming Book</a> (Mike Snow)</li>
</ul>
<p>&#160;</p>
<h3>Web Development</h3>
<ul>
<li><a href="http://feedproxy.google.com/~r/LosTechies/~3/b1E2E2tBqDk/how-to-add-a-custom-validation-method-to-the-jquery-validator-plug-in.aspx">How-To add a custom validation method to the jQuery validator plug-in</a> <em>and</em>&#160;<a href="http://feedproxy.google.com/~r/LosTechies/~3/JA_MyNsjb3w/javascript-access-properties-of-a-complex-json-object.aspx">Java script: access properties of a complex JSON object</a> (Gabriel N. Schenker)</li>
<li><a href="http://feeds.dzone.com/~r/zones/dotnet/~3/bK1P5EGelOE/javascript-c-programmers">JavaScript for C# Programmers: the with Statement Considered Harmful</a> (Julian M. Bucknall)</li>
<li><a href="http://blogs.msdn.com/webdevtools/archive/2009/03/10/how-does-web-deployment-with-vs10-and-msdeploy-work.aspx">How does Web Deployment with VS10 and MSDeploy Work?</a> (Vishal R. Joshi)</li>
</ul>
<p>&#160;</p>
<h3>Community / Events</h3>
<ul>
<li><a href="http://feeds.dzone.com/~r/zones/dotnet/~3/p8pvban565k/net-fireside-chats-dan">.NET Fireside Chats &#8211; Dan Fernandez and Brian Peek</a> (Me) <em>– Get a promo code for 30% off the Coding4Fun print or ebook, plus a free chapter to download and a chance to win a copy of the book!</em></li>
<li><a href="http://feedproxy.google.com/~r/ChrisGWilliams/~3/cAPMWmM1VKA/129948.aspx">NINE Questions with Lou Vega</a> <em>and</em>&#160;<a href="http://feedproxy.google.com/~r/ChrisGWilliams/~3/jRDnSH97HSE/129950.aspx">NINE Questions with Suzanna Moran</a> (Chris G. Williams)</li>
<li><a href="http://feedproxy.google.com/~r/sbellware/~3/btZ_SKzcTZI/web-application-testing-with-selenium.html">Web Application Testing with Selenium and RSpec Workshop for Developers, Testers, and Teams in Austin, Tuesday, April 28th</a> (Scott Bellware)</li>
<li><a href="http://blogs.msdn.com/mswanson/archive/2009/03/09/getting-ready-for-mix09.aspx">Getting Ready for MIX09</a> (Mike Swanson)</li>
</ul>
<p>&#160;</p>
<h3>Database</h3>
<ul>
<li><a href="http://feedproxy.google.com/~r/AyendeRahien/~3/2oEkXK1Wilk/designing-a-document-database-storage.aspx">Designing a document database: Storage</a> <em>and</em>&#160;<a href="http://feedproxy.google.com/~r/AyendeRahien/~3/JyRDZmplWSQ/designing-a-document-database-scale.aspx">Designing a document database: Scale</a>&#160;<em>and</em> <a href="http://feedproxy.google.com/~r/AyendeRahien/~3/w89SJ8Ryx_k/designing-a-document-database-concurrency.aspx">Designing a document database: Concurrency</a> (Oren Eini)</li>
<li><a href="http://www.codecapers.com/2009/03/sql-server-index-maintenance.html">SQL Server – Index Maintenance</a> (Michael Ceranski)</li>
<li><a href="http://feedproxy.google.com/~r/SimonsSqlServerStuff/~3/2oYMxpwKc2Y/Enforcing-parent-child-relationship-with-Path-Hierarchy-model.aspx">Enforcing parent child relationship with Path Hierarchy model</a> (Simon Sabin)</li>
<li><a href="http://feedproxy.google.com/~r/TheRuntime/~3/vYFZ3hnsXbY/enhancing-visualisation-of-common-elements-across-groups-using-color-in.aspx">Enhancing Visualisation of Common Elements Across Groups Using Color in Reporting Services 2005, Part 1</a> (Thomas Williams)</li>
</ul>
<p>&#160;</p>
<h3>Miscellaneous</h3>
<ul>
<li><a href="http://www.readwriteweb.com/archives/verizon_customers_-_just_say_no.php">Verizon Customers &#8211; Just Say No!</a> (Lidija Davis)</li>
<li><a href="http://blogs.zdnet.com/microsoft/?p=2246">Microsoft Big Brains: Mark Russinovich</a> (Mary Jo Foley)</li>
<li><a href="http://www.downloadsquad.com/2009/03/09/portableapps-com-suite-1-5-released/">PortableApps.com suite 1.5 released</a> (Brad Linder)</li>
<li><a href="http://geekswithblogs.net/WynApseTechnicalMusings/archive/2009/03/09/129945.aspx">Skimming the &#8216;Cream</a> (Dave Campbell)</li>
<li><a href="http://feedproxy.google.com/~r/liveside/~3/Xq_wPB6tMxM/microsoft-would-still-like-to-sit-down-with-yahoo-on-search-deal.aspx">Microsoft would still “like to sit down” with Yahoo! on search deal</a> (Kip Kniskern)</li>
<li><a href="http://feedproxy.google.com/~r/picnik/~3/V7EwkeUYiFU/">Help Make Picnik Even More Awesome!</a> (Lisa)</li>
<li><a href="http://feedproxy.google.com/~r/zdnet/Bott/~3/pdp3SyMFnaw/">A sneak peek at the Windows 7 Release Candidate</a> (Ed Bott)</li>
<li><a href="http://blogs.msdn.com/ie/archive/2009/03/09/change-in-toolbar-management.aspx">Change in Toolbar Management</a> (Frank Olivier)</li>
<li><a href="http://feedproxy.google.com/~r/clemensreijnen/qzrF/~3/5kFP9ld8mZE/post.aspx">This title has not yet been released.</a> (Clemens Reijnen)</li>
<li><a href="http://on10.net/blogs/sarahintampa/Live-Mesh-Introduces-Online-Media-Viewer/">Live Mesh Introduces Online Media Viewer</a> <em>and</em>&#160;<a href="http://on10.net/blogs/sarahintampa/Twitter-Rename-Plugin-for-Windows-Live-Writer/">Twitter Rename Plugin for Windows Live Writer</a> (Sarah Perez)</li>
<li><a href="http://panopticoncentral.net/archive/2009/03/09/24812.aspx">Did Joel Spolksy nearly drive my coworker insane?</a> (Paul Vick)</li>
</ul>
<p>&#160;</p>
<h3>More Link Collections</h3>
<ul>
<li><a href="http://jasonhaley.com/blog/archive/2009/03/09/143014.aspx">Interesting Finds: March 9, 2009</a> (Jason Haley)</li>
<li><a href="http://feedproxy.google.com/~r/ArjansWorld/~3/lJsPANMsE_M/">LINKBLOG for March 9, 2009</a> (Arjan Zuidhof)</li>
<li><a href="http://feedproxy.google.com/~r/ReflectivePerspective/~3/-YPUBQBFVrs/">The Morning Brew #303</a> (Chris Alcock)</li>
<li><a href="http://geekswithblogs.net/WynApseTechnicalMusings/archive/2009/03/09/129959.aspx">Silverlight Cream for March 09, 2009 &#8212; #535</a> (Dave Campbell)</li>
<li><a href="http://feedproxy.google.com/~r/CloudAve/~3/bljJ0UcIEZg/cloudnews-for-march-9th-2009">CloudNews for March 9th, 2009</a> (Sameer Gupta)</li>
</ul>
<p>&#160;</p>
<h3>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:c2692933-9a38-46f0-a699-32153311c243" class="wlWriterSmartContent">
<table cellspacing="0" cellpadding="2" width="400" border="0" unselectable="on">
<tbody>
<tr>
<td valign="top" width="400">
<p><a title="Coding4Fun: 10 .NET Programming Projects for Wiimote, YouTube, World of Warcraft, and More: Dan Fernandez, Brian Peek: Books" href="http://www.amazon.com/exec/obidos/ASIN/0596520743/alvinashcraft-20"><img src="http://images.amazon.com/images/P/0596520743.01.MZZZZZZZ.jpg" border="0" align="left" style="float:left">Coding4Fun: 10 .NET Programming Projects for Wiimote, YouTube, World of Warcraft, and More: Dan Fernandez, Brian Peek: Books</a></p>
<p><b>ISBN</b>: 0596520743<br /><b>ISBN-13</b>: 9780596520748</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:4151b80f-7018-43c1-8d02-014c81c3269c" class="wlWriterSmartContent"><a href="http://www.dotnetkicks.com/kick/?url=http://www.alvinashcraft.com/2009/03/10/dew-drop-march-10-2009/"><img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http://www.alvinashcraft.com/2009/03/10/dew-drop-march-10-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:71a4f131-ab7b-4450-bfa0-d6232131fa73" class="wlWriterSmartContent">Technorati Tags: <a href="http://technorati.com/tags/Coding4Fun" rel="tag">Coding4Fun</a>,<a href="http://technorati.com/tags/silverlight" rel="tag">silverlight</a>,<a href="http://technorati.com/tags/prism+v2" rel="tag">prism v2</a>,<a href="http://technorati.com/tags/wpf" rel="tag">wpf</a>,<a href="http://technorati.com/tags/mvvm" rel="tag">mvvm</a>,<a href="http://technorati.com/tags/xna+game+studio" rel="tag">xna game studio</a>,<a href="http://technorati.com/tags/windows+7" rel="tag">windows 7</a>,<a href="http://technorati.com/tags/ie8" rel="tag">ie8</a>,<a href="http://technorati.com/tags/ddd" rel="tag">ddd</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/sql+server" rel="tag">sql server</a>,<a href="http://technorati.com/tags/mix09" rel="tag">mix09</a>,<a href="http://technorati.com/tags/dzone" rel="tag">dzone</a>,<a href="http://technorati.com/tags/vs2010" rel="tag">vs2010</a></div>
<div class="wlWriterHeaderFooter" style="margin:0px; padding:0px 0px 0px 0px;">
<div class="shoutIt"><a rev="vote-for" href="http://dotnetshoutout.com/Submit?url=http%3a%2f%2fwww.alvinashcraft.com%2f2009%2f03%2f10%2fdew-drop-march-10-2009%2f&amp;title=Dew+Drop+-+March+10%2c+2009"><img alt="Shout it" src="http://dotnetshoutout.com/image.axd?url=http://www.alvinashcraft.com/2009/03/10/dew-drop-march-10-2009/" style="border:0px" /></a></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.alvinashcraft.com/2009/03/10/dew-drop-march-10-2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>50% off All Manning Books for DZone Members</title>
		<link>http://www.alvinashcraft.com/2009/01/29/50-off-all-manning-books-for-dzone-members/</link>
		<comments>http://www.alvinashcraft.com/2009/01/29/50-off-all-manning-books-for-dzone-members/#comments</comments>
		<pubDate>Thu, 29 Jan 2009 19:17:43 +0000</pubDate>
		<dc:creator>Alvin Ashcraft</dc:creator>
				<category><![CDATA[books]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[dzone]]></category>
		<category><![CDATA[freebies]]></category>
		<category><![CDATA[manning books]]></category>

		<guid isPermaLink="false">http://www.alvinashcraft.com/2009/01/29/50-off-all-manning-books-for-dzone-members/</guid>
		<description><![CDATA[&#160; Get all the details here. &#160; Enjoy! &#160; &#160; Technorati Tags: freebies,dzone,manning books]]></description>
			<content:encoded><![CDATA[<p>&#160;</p>
<p>Get all the details <a href="http://dotnet.dzone.com/announcements/limited-time-50-all-manning-bo" target="_blank"><strong>here</strong></a>.</p>
<p>&#160;</p>
<p><em>Enjoy!</em></p>
<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:e0ef26ad-c2b0-4045-9768-84de4b76a6ec" class="wlWriterSmartContent"><a href="http://www.dotnetkicks.com/kick/?url=http://www.alvinashcraft.com/2009/01/29/50-off-all-manning-books-for-dzone-members/"><img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http://www.alvinashcraft.com/2009/01/29/50-off-all-manning-books-for-dzone-members/" 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:2c8ca009-a0e4-4b7f-8b83-b97b4ae84186" class="wlWriterSmartContent">Technorati Tags: <a href="http://technorati.com/tags/freebies" rel="tag">freebies</a>,<a href="http://technorati.com/tags/dzone" rel="tag">dzone</a>,<a href="http://technorati.com/tags/manning+books" rel="tag">manning books</a></div>
<div class="wlWriterHeaderFooter" style="margin:0px; padding:0px 0px 0px 0px;">
<div class="shoutIt"><a rev="vote-for" href="http://dotnetshoutout.com/Submit?url=http%3a%2f%2fwww.alvinashcraft.com%2f2009%2f01%2f29%2f50-off-all-manning-books-for-dzone-members%2f&amp;title=50%25+off+All+Manning+Books+for+DZone+Members"><img alt="Shout it" src="http://dotnetshoutout.com/image.axd?url=http://www.alvinashcraft.com/2009/01/29/50-off-all-manning-books-for-dzone-members/" style="border:0px" /></a></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.alvinashcraft.com/2009/01/29/50-off-all-manning-books-for-dzone-members/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Interested in Reviewing DZone Refcardz?</title>
		<link>http://www.alvinashcraft.com/2009/01/23/interested-in-reviewing-dzone-refcardz/</link>
		<comments>http://www.alvinashcraft.com/2009/01/23/interested-in-reviewing-dzone-refcardz/#comments</comments>
		<pubDate>Fri, 23 Jan 2009 18:13:22 +0000</pubDate>
		<dc:creator>Alvin Ashcraft</dc:creator>
				<category><![CDATA[announcements]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[reviews]]></category>
		<category><![CDATA[cheat sheets]]></category>
		<category><![CDATA[dzone]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[refcardz]]></category>

		<guid isPermaLink="false">http://www.alvinashcraft.com/2009/01/23/interested-in-reviewing-dzone-refcardz/</guid>
		<description><![CDATA[&#160; Are you or anyone know interested in reviewing some Refcardz? DZone has over 40 titles, and coming up soon they are going to have Tapestry, BPM, SharePoint, WPF, SOA Governance, Core ASP.NET, ASP.NET MVC, HTML, and more. Just join the mailing list and review the ones that look interesting. The mailing list is here:&#160; [...]]]></description>
			<content:encoded><![CDATA[<p>&#160;</p>
<p>Are you or anyone know interested in reviewing some <a target="_blank" href="http://refcardz.dzone.com/">Refcardz</a>?</p>
<p><a target="_blank" href="http://www.dzone.com">DZone</a> has over 40 titles, and coming up soon they are going to have Tapestry, BPM, SharePoint, WPF, SOA Governance, Core ASP.NET, ASP.NET MVC, HTML, and more. Just join the mailing list and review the ones that look interesting. The mailing list is here:&#160; <a href="http://lists.dzone.com/mailman/listinfo/refcardz-review">http://lists.dzone.com/mailman/listinfo/refcardz-review</a>.</p>
<p>&#160;</p>
<p>Contact me if you have any questions.</p>
<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:744cd144-3cd6-4742-b267-f7379e0ec4dc" class="wlWriterEditableSmartContent"><a href="http://www.dotnetkicks.com/kick/?url=http://www.alvinashcraft.com/2009/01/23/interested-in-reviewing-dzone-refcardz/"><img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http://www.alvinashcraft.com/2009/01/23/interested-in-reviewing-dzone-refcardz/" 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:3f69a445-d5ca-4d90-a18b-95d8efad3a3e" class="wlWriterEditableSmartContent">Technorati Tags: <a href="http://technorati.com/tags/dzone" rel="tag">dzone</a>,<a href="http://technorati.com/tags/refcardz" rel="tag">refcardz</a>,<a href="http://technorati.com/tags/cheat+sheets" rel="tag">cheat sheets</a>,<a href="http://technorati.com/tags/programming" rel="tag">programming</a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.alvinashcraft.com/2009/01/23/interested-in-reviewing-dzone-refcardz/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dew Drop &#8211; January 14, 2009</title>
		<link>http://www.alvinashcraft.com/2009/01/14/dew-drop-january-14-2009/</link>
		<comments>http://www.alvinashcraft.com/2009/01/14/dew-drop-january-14-2009/#comments</comments>
		<pubDate>Wed, 14 Jan 2009 18:46:39 +0000</pubDate>
		<dc:creator>Alvin Ashcraft</dc:creator>
				<category><![CDATA[Daily Links]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[dzone]]></category>
		<category><![CDATA[herding code]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[jquery ui]]></category>
		<category><![CDATA[MDC]]></category>
		<category><![CDATA[office 14]]></category>
		<category><![CDATA[pex]]></category>
		<category><![CDATA[refcardz]]></category>
		<category><![CDATA[tdd]]></category>
		<category><![CDATA[windows 7]]></category>
		<category><![CDATA[xna game studio]]></category>

		<guid isPermaLink="false">http://www.alvinashcraft.com/2009/01/14/dew-drop-january-14-2009/</guid>
		<description><![CDATA[&#160; Design / Methodology / Testing In Search of Wild Repository (Mike Hadlow) Unit Testing in VB.NET &#8211; with TypeMock Isolator (Roy Osherove) Hardcoding Considered Harmful &#8211; or Is It? (Jeffrey Palermo) Improving Our Industry: It&#8217;s Time to Educate Outward, to Improve Inward (Derick Bailey) TDD Using Dependency Injection &#8211; Step 1. Refactoring (Andrew Woodward) [...]]]></description>
			<content:encoded><![CDATA[<p>&#160;</p>
<h3>Design / Methodology / Testing</h3>
<ul>
<li><a target="_blank" href="http://mikehadlow.blogspot.com/2009/01/in-search-of-wild-repository.html">In Search of Wild Repository</a> (Mike Hadlow)</li>
<li><a target="_blank" href="http://weblogs.asp.net/rosherove/archive/2009/01/13/unit-testing-in-vb-net-with-typemock-isolator-with-a-free-license-offer.aspx">Unit Testing in VB.NET &#8211; with TypeMock Isolator</a> (Roy Osherove)</li>
<li><a target="_blank" href="http://jeffreypalermo.com/blog/hardcoding-considered-harmful-or-is-it/">Hardcoding Considered Harmful &#8211; or Is It?</a> (Jeffrey Palermo)</li>
<li><a target="_blank" href="http://www.lostechies.com/blogs/derickbailey/archive/2009/01/13/improving-our-industry-its-time-to-educate-outward-to-improve-inward.aspx">Improving Our Industry: It&#8217;s Time to Educate Outward, to Improve Inward</a> (Derick Bailey)</li>
<li><a target="_blank" href="http://www.21apps.com/sharepoint/tdd-with-di-step1/">TDD Using Dependency Injection &#8211; Step 1. Refactoring</a> (Andrew Woodward)</li>
<li><a target="_blank" href="http://research.microsoft.com/en-us/downloads/d2279651-851f-4d7a-bf05-16fd7eb26559/default.aspx">Pex &#8211; Automated Whiteboard Testing for .NET (v0.9.40105.0)</a> (MS Research)</li>
<li><a target="_blank" href="http://broadcast.oreilly.com/2009/01/soa-is-dead-its-about-time.html">SOA Is Dead? It&#8217;s About Time!</a> (Kurt Cagle)</li>
<li><a target="_blank" href="http://www.codeproject.com/KB/testing/pex.aspx">Getting Started with Automated White Box Testing (and Pex)</a> (Jonathan de Halleux &amp; Nikolai Tillmann)</li>
<li><a target="_blank" href="http://www.agileprogrammer.com/oneagilecoder/archive/2009/01/13/24842.aspx">Agile in 6 Words</a> (Brian Button)</li>
<li><a target="_blank" href="http://frazzleddad.blogspot.com/2009/01/leadership-101-calm-in-storm.html">Leadership 101: Calm in a Storm</a> (Jim Holmes)</li>
<li><a target="_blank" href="http://elegantcode.com/2009/01/14/bad-apple-behaviors/">Bad Apple Behaviors</a> (David Starr)</li>
<li><a target="_blank" href="http://dylanbeattie.blogspot.com/2009/01/story-of-lazy-loading-lunchbox.html"><font color="#ff8000">The Story of the Lazy-Loading Lunchbox</font></a><font color="#ff8000"> (Dylan Beattie)<em> – Co-Link of the Day</em></font></li>
</ul>
<p>&#160;</p>
<h3>.NET / Visual Studio</h3>
<ul>
<li><a target="_blank" href="http://weblogs.asp.net/podwysocki/archive/2009/01/13/how-would-the-clr-be-different.aspx"><font color="#ff8000">How Would the CLR Be Different?</font></a><font color="#ff8000"> (Matthew Podwysocki) <em>– Co-Link of the Day</em></font></li>
<li><a target="_blank" href="http://startbigthinksmall.wordpress.com/2008/12/10/mgraph-the-next-xml/">Microsoft &quot;Oslo&quot; MGraph &#8211; the Next XML?</a> (Lars Corneliussen)</li>
<li><a target="_blank" href="http://blog.jagregory.com/2009/01/13/fluent-nhibernate-mapping-private-and-protected-properties/">Fluent NHibernate: Mapping Private and Protected Entities</a> (James Gregory)</li>
<li><a target="_blank" href="http://blog.hinshelwood.com/archive/2009/01/13/installing-team-explorer-2008-on-windows-7.aspx">Installing Team Explorer 2008 on Windows 7</a> (Martin Hinshelwood)</li>
<li><a target="_blank" href="http://www.lostechies.com/blogs/joeydotnet/archive/2009/01/13/nhibernate-xml-columns.aspx">NHibernate + XML Columns</a> (Joey Beninghove)</li>
</ul>
<p>&#160;</p>
<h3>Web Development</h3>
<ul>
<li><a target="_blank" href="http://www.pnpguidance.net/post/ASPNETMVCValidationFrameworkxValjQueryValidationSupport.aspx">ASP.NET MVC Validation Framework &#8211; xVal &#8211; jQuery Validation Support</a> (David Hayden)</li>
<li><a target="_blank" href="http://blog.boyet.com/blog/blog/writing-an-archive-calendar-part-2/">Writing an Archive Calendar, Part 2</a> (Julian M. Bucknall)</li>
<li><a target="_blank" href="http://www.rosscode.com/blog/index.php?title=managing_static_files_aamp_browser_cachi&amp;more=1&amp;c=1&amp;tb=1&amp;pb=1">Managing Static Files &amp; Browser Caching</a> (Joel Ross)</li>
<li><a target="_blank" href="http://blog.jquery.com/2009/01/14/jquery-13-and-the-jquery-foundation/">jQuery 1.3 and the jQuery Foundation</a> (John Resig)</li>
<li><a target="_blank" href="http://nayyeri.net/blog/ssl-certificates-and-www-prefix-on-domain-names/">SSL Certificates and WWW. Prefix on Domain Names</a> (Keyvan Nayyeri)</li>
<li><a target="_blank" href="http://marcgrabanski.com/article/resizable-wymeditor-with-jquery-ui-resizable">Resizable WYMEditor with jQuery UI Resizable</a> (Marc Grabanski)</li>
<li><a target="_blank" href="http://silverlight.net/blogs/msnow/archive/2009/01/13/silverlight-tip-of-the-day-81-how-to-scale-your-silverlight-control.aspx">Silverlight Tip of the Day #81 &#8211; How to Scale Your Silverlight Control</a> (Mike Snow)</li>
</ul>
<p>&#160;</p>
<h3>.NET Community / Events</h3>
<ul>
<li><a target="_blank" href="http://jamescbender.com/bendersblog/archive/2009/01/13/are-you-going-to-the-microsoft-developer-conference.aspx">Are YOU Going to the Microsoft Developer Conference?</a> (James Bender)</li>
<li><a target="_blank" href="http://stephenwalther.com/blog/archive/2009/01/13/presenting-keynote-at-mdc-in-washington-d.c.aspx">Presenting Keynote at MDC in Washington, DC</a> (Stephen Walther)<em> – I’ll be there. DM me on Twitter to track me down.</em></li>
<li><a target="_blank" href="http://webdevdotnet.blogspot.com/2009/01/top-20-jquery-tweeple-to-follow.html">Top 20+ jQuery Tweeple to Follow</a> (Elijah Manor)</li>
<li><a target="_blank" href="http://www.codesqueeze.com/developer-faceoff-sergio-pereira-vs-angelo-anolin/">Developer Faceoff: Sergio Pereira vs. Angelo Anolin</a> (Max Pool)</li>
<li><a target="_blank" href="http://blog.stackoverflow.com/2009/01/where-in-the-world-do-stack-overflow-users-come-from/">Where in the World Do Stack Overflow Users Come From?</a> (Jeff Atwood)</li>
<li><a target="_blank" href="http://herdingcode.com/?p=131">Herding Code Episode 31: Chad Myers and Jeremy Miller on FubuMVC</a> (K. Scott Allen, Kevin Dente, Scott Koon, Jon Galloway)</li>
<li><a target="_blank" href="http://dotnet.dzone.com/articles/net-fireside-chats-joe-duffy-c">.NET Fireside Chats &#8211; Joe Duffy on &#8216;Concurrent Programming on Windows&#8217;</a> (Me) <em>– Q&amp;A with Joe and a free chapter excerpt download from his book!</em></li>
</ul>
<p>&#160;</p>
<h3>PowerShell</h3>
<ul>
<li><a target="_blank" href="http://www.leeholmes.com/blog/DateTimeCastsAreLanguagePrimitives.aspx">DateTime Casts Are Language Primitives</a> (Lee Holmes)</li>
<li><a target="_blank" href="http://frazzleddad.blogspot.com/2009/01/switching-website-root-with-powershell.html">Switching Website Root with PowerShell</a> (Jim Holmes)</li>
</ul>
<p>&#160;</p>
<h3>Database</h3>
<ul>
<li><a target="_blank" href="http://sqlblogcasts.com/blogs/simons/archive/2009/01/14/Transact-SQL-e-Learning-collection-now-available.aspx">Transact SQL e-Learning Collection Now Available</a> (Simon Sabin)</li>
</ul>
<p>&#160;</p>
<h3>Miscellaneous</h3>
<ul>
<li><a target="_blank" href="http://www.downloadsquad.com/2009/01/13/free-themes-gadgets-wallpaper-for-windows-7-beta/">Free Themes, Gadgets, Wallpaper for Windows 7 Beta</a> (Lee Matthews)</li>
<li><a target="_blank" href="http://uxevangelist.blogspot.com/2009/01/office-14-revealed-part-2-security.html">Office 14 Revealed: Part 2 – Security</a>&#160;<em>and</em>&#160;<a target="_blank" href="http://uxevangelist.blogspot.com/2009/01/office-14-revealed-part-3-more-far.html">Part 3 &#8211; A More Far-Reaching Fluent UI</a>&#160;<em>and</em> <a target="_blank" href="http://uxevangelist.blogspot.com/2009/01/office-14-revealed-part-4-improving.html">Part 4 &#8211; Improving Desktop TCO</a> (Stephen Chapman)</li>
<li><a target="_blank" href="http://community.winsupersite.com/blogs/paul/archive/2009/01/13/microsoft-finally-updates-live-mesh-for-windows-7-compatibility.aspx">Microsoft (Finally) Updates Live Mesh for Windows 7 Compatibility</a>&#160;<em>and</em>&#160;<a target="_blank" href="http://community.winsupersite.com/blogs/paul/archive/2009/01/13/windows-7-beta-users-run-don-t-walk-to-download-the-mp3-patch.aspx">Windows 7 Beta Users: Run, Don&#8217;t Walk, to Download the MP3 Patch</a> (Paul Thurrott)</li>
<li><a target="_blank" href="http://blogs.msdn.com/jennifer/archive/2009/01/13/my-favorite-feature-in-windows-7.aspx">My Favorite Feature in Windows 7</a> (Jennifer Marsman)</li>
<li><a target="_blank" href="http://blogs.zdnet.com/microsoft/?p=1811">Select Testers Get Office 14 Alpha Release</a> (Mary Jo Foley)</li>
<li><a target="_blank" href="http://www.extremetech.com/article2/0,2845,2338915,00.asp?kc=ETRSS02129TX1K0000532">How to Telecommute (as If You&#8217;re Right in the Office)</a> (Joel Durham Jr.)</li>
<li><a target="_blank" href="http://blogs.tedneward.com/2009/01/14/DSLs+Ready+For+PrimeTime.aspx">DSLs: Ready for Prime-Time?</a> (Ted Neward)</li>
<li><a target="_blank" href="http://msexchangeteam.com/archive/2009/01/13/450397.aspx">Exchange 14 Video</a> (KC Lemson)</li>
<li><a target="_blank" href="http://dotnetshoutout.com/Refcardz-Free-Cheat-Sheets-for-Developers">Refcardz &#8212; Free Cheat Sheets for Developers</a> (DotNetShoutout)</li>
</ul>
<p>&#160;</p>
<h3>More Link Collections</h3>
<ul>
<li><a target="_blank" href="http://blogs.msdn.com/xna/archive/2009/01/13/creators-club-communiqu-13.aspx">Creators Club Communiqué 13</a> (Kathleen Sanders)</li>
<li><a target="_blank" href="http://geekswithblogs.net/WynApseTechnicalMusings/archive/2009/01/13/128629.aspx">Silverlight Cream for January 13, 2009 &#8212; #484</a>&#160;<em>and</em>&#160;<a target="_blank" href="http://geekswithblogs.net/WynApseTechnicalMusings/archive/2009/01/13/128647.aspx">Silverlight Cream for January 13, 2009 &#8211; 2 &#8212; #485</a> (Dave Campbell)</li>
<li><a target="_blank" href="http://www.cloudave.com/link/cloudnews-for-january-13th-2009">CloudNews for January 13th, 2009</a> (Mayank Gupta)</li>
<li><a target="_blank" href="http://www.arjansworld.com/2009/01/13/linkblog-for-january-13-2009/">LINKBLOG for January 13, 2009</a> (Arjan Zuidhof)</li>
<li><a target="_blank" href="http://weblogs.asp.net/yuanjian/archive/2009/01/14/interesting-finds-2009-01-13-2009-01-14.aspx">Interesting Finds: 2009.01.13~2009.01.14</a> (yuanjian)</li>
<li><a target="_blank" href="http://blog.cwa.me.uk/2009/01/14/the-morning-brew-264/">The Morning Brew #264</a> (Chris Alcock)</li>
<li><a target="_blank" href="http://www.silverlightshow.net/news/Silverlight-News-for-January-14-2009.aspx">Silverlight News for January 14, 2009</a> (Silverlight Show)</li>
<li><a target="_blank" href="http://www.dotnetjunkies.com/WebLog/csteen/archive/2009/01/14/566993.aspx">Link Listing &#8211; January 13, 2009</a> (Christopher Steen)</li>
<li><a target="_blank" href="http://jasonhaley.com/blog/archive/2009/01/14/142723.aspx">Interesting Finds: January 14, 2009</a> (Jason Haley)</li>
</ul>
<p>&#160;</p>
<h3>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:38621923-26eb-436d-8276-7d6c98205849" class="wlWriterEditableSmartContent">
<table cellspacing="0" cellpadding="2" width="400" border="0" unselectable="on">
<tbody>
<tr>
<td valign="top" width="400">
<p><a title="Concurrent Programming on Windows (Microsoft .NET Development Series): Joe Duffy: Books" href="http://www.amazon.com/exec/obidos/ASIN/032143482X/alvinashcraft-20"><img src="http://images.amazon.com/images/P/032143482X.01.MZZZZZZZ.jpg" border="0" align="left" style="float:left">Concurrent Programming on Windows (Microsoft .NET Development Series): Joe Duffy: Books</a></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:a2870990-f686-4535-aa28-5bb5d5435f84" class="wlWriterEditableSmartContent"><a href="http://www.dotnetkicks.com/kick/?url=http://www.alvinashcraft.com/2009/01/14/dew-drop-january-14-2009/"><img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http://www.alvinashcraft.com/2009/01/14/dew-drop-january-14-2009/" border="0" alt="kick it on DotNetKicks.com" /></a></div>
<p>&#160;</p>
<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:9356766c-4e51-4c66-836e-a4f145133a0c" class="wlWriterEditableSmartContent">Technorati Tags: <a href="http://technorati.com/tags/xna+game+studio" rel="tag">xna game studio</a>,<a href="http://technorati.com/tags/jquery+ui" rel="tag">jquery ui</a>,<a href="http://technorati.com/tags/jquery" rel="tag">jquery</a>,<a href="http://technorati.com/tags/tdd" rel="tag">tdd</a>,<a href="http://technorati.com/tags/pex" rel="tag">pex</a>,<a href="http://technorati.com/tags/windows+7" rel="tag">windows 7</a>,<a href="http://technorati.com/tags/office+14" rel="tag">office 14</a>,<a href="http://technorati.com/tags/herding+code" rel="tag">herding code</a>,<a href="http://technorati.com/tags/mdc" rel="tag">mdc</a>,<a href="http://technorati.com/tags/dzone" rel="tag">dzone</a>,<a href="http://technorati.com/tags/refcardz" rel="tag">refcardz</a></div></p>
]]></content:encoded>
			<wfw:commentRss>http://www.alvinashcraft.com/2009/01/14/dew-drop-january-14-2009/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

