<?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; storyteller</title>
	<atom:link href="http://www.alvinashcraft.com/tag/storyteller/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; June 28, 2010</title>
		<link>http://www.alvinashcraft.com/2010/06/28/dew-drop-june-28-2010/</link>
		<comments>http://www.alvinashcraft.com/2010/06/28/dew-drop-june-28-2010/#comments</comments>
		<pubDate>Mon, 28 Jun 2010 12:45:55 +0000</pubDate>
		<dc:creator>Alvin Ashcraft</dc:creator>
				<category><![CDATA[Daily Links]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[asp.net mvc]]></category>
		<category><![CDATA[code contracts]]></category>
		<category><![CDATA[linq]]></category>
		<category><![CDATA[mvvm]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[sharepoint]]></category>
		<category><![CDATA[silverlight]]></category>
		<category><![CDATA[sql server]]></category>
		<category><![CDATA[storyteller]]></category>
		<category><![CDATA[vs2010]]></category>
		<category><![CDATA[windows azure]]></category>
		<category><![CDATA[wpf]]></category>

		<guid isPermaLink="false">http://www.alvinashcraft.com/2010/06/28/dew-drop-june-28-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; Community / Events &#124; Database &#124; SharePoint &#124; Miscellaneous &#124; More Link Collections &#124; The Geek Shelf &#160; Top Links A Pictorial and [...]]]></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/#events">Community / Events</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://odetocode.com/Blogs/scott/archive/2010/06/27/a-pictorial-and-prose-filled-guide-to-impressing-designers.aspx">A Pictorial and Prose Filled Guide To Impressing Designers</a> (K. Scott Allen)</li>
<li><a href="http://weblogs.asp.net/scottgu/archive/2010/06/27/patch-for-cut-copy-insufficient-memory-issue-with-vs-2010.aspx">Patch for Cut/Copy “Insufficient Memory” issue with VS 2010</a> (Scott Guthrie)</li>
<li><a href="http://feedproxy.google.com/~r/DevJourney/~3/Uf9ZoGYCgeI/">Code Contracts Part 7 – Contract Reference Assemblies</a> (Kevin Hazzard)</li>
<li><a href="http://feedproxy.google.com/~r/weirdlover/aoiX/~3/mF1jdzjaRog/">The Big Boy MVC Series — Part 21: Controller, Meet Repo. Repo, Meet Controller.</a> (Evan Nagle)</li>
</ul>
<p>&#160;</p>
<h3><a name="dotnet"></a>.NET / Visual Studio</h3>
<ul>
<li><a href="http://feedproxy.google.com/~r/BlackwaspLatestAdditions/~3/JAozzlPrgbE/SQLRemoveDuplicates.aspx">Removing Duplicates From a SQL Server Table</a> (Richard Carr)</li>
<li><a href="http://blogs.msdn.com/b/visualstudio/archive/2010/06/28/15-minute-blog-post-png-files-in-packages.aspx">15 minute blog post: PNG files in Packages</a> (Paul Harrington)</li>
<li><a href="http://www.codeproject.com/KB/cs/LinqQueryWrappers.aspx">Composed LINQ queries using the Decorator Pattern</a> (Anas Karkoukli)</li>
<li><a href="http://feedproxy.google.com/~r/zainnab/~3/KpMA1KCA_ao/moving-tool-windows-around-with-your-keyboard-vstiptool0041.aspx">Moving Tool Windows Around with Your Keyboard</a> <em>and</em>&#160;<a href="http://feedproxy.google.com/~r/zainnab/~3/2RfqbzHsdjk/keyboard-access-to-a-tool-window-toolbar-vstiptool0042.aspx">Keyboard Access to a Tool Window Toolbar</a> (Zain Naboulsi)</li>
<li><a href="http://www.codeproject.com/KB/cs/ReadOnlyPropertyGrid.aspx">Making a PropertyGrid ReadOnly</a> (Rajeev)</li>
</ul>
<p>&#160;</p>
<h3><a name="web"></a>Web Development</h3>
<ul>
<li><a href="http://weblogs.asp.net/sreejukg/archive/2010/04/06/viewstatemode-in-asp-net-4-0.aspx">ViewStateMode in ASP.Net 4.0</a> (K. G. Sreeju Nair)</li>
<li><a href="http://haacked.com/archive/2010/06/27/back-from-alaska.aspx">Back from Alaska With A New Release of Subtext</a> (Phil Haack)</li>
<li><a href="http://feedproxy.google.com/~r/RoryPrimrose/~3/Y3JtdVPW_lQ/post.aspx">Unity dependency injection for ASP.Net MVC2</a> (Rory Primrose)</li>
<li><a href="http://feedproxy.google.com/~r/netCurryRecentArticles/~3/IACnbNkch4k/ShowArticle.aspx">ReadOnly ASP.NET TextBox at RunTime using jQuery</a> (Suprotim Agarwal)</li>
<li><a href="http://feeds.oreilly.com/~r/oreilly/news/~3/mZAXGeUIyMw/">#Ebook Deal of the Day: PHP Cookbook, 2nd Ed. Only $9.99 use code DDPC2</a> (O&#8217;Reilly Media)</li>
</ul>
<p>&#160;</p>
<h3><a name="design"></a>Design / Methodology / Testing</h3>
<ul>
<li><a href="http://feedproxy.google.com/~r/StephenFortesBlog/~3/GF-3e34Lb2M/PermaLink,guid,b102cf93-161c-4330-b40d-87f59d72c1f2.aspx">Transparency and Software Teams</a> (Stephen Forte)</li>
<li><a href="http://cloudsample.codeplex.com/releases/view/47873">Layered Architecture Sample for Azure &#8211; July 2010 Release</a> (CodePlex)</li>
<li><a href="http://www.anthonysteele.co.uk/blog/the-single-exit-point-law">The single exit point law</a> (Anthony Steele)</li>
<li><a href="http://codebetter.com/blogs/jeremy.miller/archive/2010/06/28/first-real-storyteller-docs-are-up.aspx">First real StoryTeller docs are up</a> (Jeremy D. Miller)</li>
<li><a href="http://www.lornajane.net/posts/2010/Working-with-Branches-in-Git">Working with Branches in Git</a> (Lorna Jane)</li>
</ul>
<p>&#160;</p>
<h3><a name="silverlight"></a>Silverlight / WPF / Windows Phone</h3>
<ul>
<li><a href="http://www.nikhilk.net/Entry.aspx?id=262">RIA Services and Authentication</a> (Nikhil Kothari)</li>
<li><a href="http://bloggemdano.blogspot.com/feeds/2780982889136261225/comments/default">WPF MVVM Multi-Project Template: A Polyglot Approach</a> (Daniel Mohl)</li>
<li><a href="http://www.codeproject.com/KB/silverlight/RIATasks.aspx">RIATasks: A Simple Silverlight CRUD Example (using View Model and Rx Extensions)</a> (Michael Washington)</li>
<li><a href="http://firstfloorsoftware.com/blog/document-toolkit-2-beta-2-available/">Document Toolkit 2 Beta 2 available</a> (Koen Zwikstra)</li>
<li><a href="http://feedproxy.google.com/~r/kunal2383/~3/YHiR9zp0ixE/simple-application-using-silverlight.html">A Simple Application using Silverlight Physics Helper Library</a> (Kunal Chowdhury)</li>
</ul>
<p>&#160;</p>
<h3><a name="podcasts"></a>Podcasts / Screencasts / Videos</h3>
<ul>
<li><a href="http://feedproxy.google.com/~r/TalkingShopDownUnder/~3/9_4ElJoIK5o/episode-18-being-influenced-by-other.html">Talking Shop Down Under Episode 18 &#8211; Being Influenced by Other Languages with Miguel Madero</a> (Richard Banks)</li>
</ul>
<p>&#160;</p>
<h3><a name="events"></a>Community / Events</h3>
<ul>
<li><a href="http://blog.stackoverflow.com/2010/06/area-51-trusting-the-community/">Area 51: Trusting the Community</a> (Robert Cartaino)</li>
</ul>
<p>&#160;</p>
<h3><a name="db"></a>Database</h3>
<ul>
<li><a href="http://feedproxy.google.com/~r/sqlservercurry/blog/~3/umCh8ZZ4TKg/remove-and-replace-special-characters.html">Remove and Replace Special Characters in a SQL Server Column</a> (Suprotim Agarwal)</li>
<li><a href="http://blog.sqlauthority.com/2010/06/28/sql-server-default-statistics-on-column-automatic-statistics-on-column/">SQL SERVER – Default Statistics on Column – Automatic Statistics on Column</a> (Pinal Dave)</li>
<li><a href="http://feedproxy.google.com/~r/GilFinkBlog/~3/61U08j94Ky0/sql-for-net-developers-entity-framework-4-second-cycle-slide-deck.aspx">SQL For .Net Developers – Entity Framework 4 Second Cycle Slide Deck</a> (Gil Fink)</li>
</ul>
<p>&#160;</p>
<h3><a name="sp"></a>SharePoint</h3>
<ul>
<li><a href="http://lightningtools.com/blog/archive/2010/06/27/finding-content-in-sharepoint-2010-with-managed-metadata.aspx">Finding content in SharePoint 2010 with Managed metadata</a> (Brett Lonsdale)</li>
</ul>
<p>&#160;</p>
<h3><a name="misc"></a>Miscellaneous</h3>
<ul>
<li><a href="http://feedproxy.google.com/~r/allTrades/~3/RUW7z64ShLI/gem-management-with-rvm-and-bundler">Ruby Gem Management with RVM and Bundler</a> (Marc Grabanski)</li>
<li><a href="http://www.pheedcontent.com/click.phdo?i=33601f10be4a724495365030fcfb4b74">Microsoft flattens Google, Apple and others with some good ol&#8217; NUMBERS</a> (Sebastian Anthony)</li>
</ul>
<p>&#160;</p>
<h3><a name="links"></a>More Link Collections</h3>
<ul>
<li><a href="http://jasonhaley.com/blog/post.aspx?id=d93611ea-38cb-44f8-bf74-1a465f5859b5">Interesting Finds: June 28, 2010</a> (Jason Haley)</li>
<li><a href="http://geekswithblogs.net/WynApseTechnicalMusings/archive/2010/06/27/140646.aspx">Silverlight Cream for June 27, 2010 &#8212; #892</a> (Dave Campbell)</li>
<li><a href="http://feedproxy.google.com/~r/onsaas/~3/Yww53i_tOjI/">Daily Cloud Feed &#8211; Jun 27, 2010</a> (Jian Zhen)</li>
<li><a href="http://feedproxy.google.com/~r/PeteBrown/~3/nnMIqLa-RHc/windows-client-developer-roundup-for-6-28-2010">Windows Client Developer Roundup for 6/28/2010</a> (Pete Brown)</li>
<li><a href="http://feedproxy.google.com/~r/ReflectivePerspective/~3/-ZsX5t6Jdlw/">The Morning Brew #630</a> (Chris Alcock)</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/51MrFXDwhgL._SL160_.jpg" /> </td>
<td valign="top">
<p><a href="http://www.amazon.com/Art-SQL-Stephane-Faroult/dp/0596008945%3FSubscriptionId%3D0JTCV5ZMHMF7ZYTXGFR2%26tag%3Dbrdicr-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0596008945">The Art of SQL</a> by Stephane Faroult</p>
</td>
</tr>
</tbody>
</table>
<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:8024eec9-b58e-4c56-aa94-09f36b26e955" class="wlWriterEditableSmartContent"><a href="http://www.dotnetkicks.com/kick/?url=http://www.alvinashcraft.com/2010/06/28/dew-drop-june-28-2010/"><img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http://www.alvinashcraft.com/2010/06/28/dew-drop-june-28-2010/" border="0" alt="kick it on DotNetKicks.com" /></a></div>
<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:0767317B-992E-4b12-91E0-4F059A8CECA8:6a6fde01-9edd-44fa-9cfb-b6726449d802" class="wlWriterEditableSmartContent">Technorati Tags: <a href="http://technorati.com/tags/vs2010" rel="tag">vs2010</a>,<a href="http://technorati.com/tags/storyteller" rel="tag">storyteller</a>,<a href="http://technorati.com/tags/asp.net+mvc" rel="tag">asp.net mvc</a>,<a href="http://technorati.com/tags/mvvm" rel="tag">mvvm</a>,<a href="http://technorati.com/tags/silverlight" rel="tag">silverlight</a>,<a href="http://technorati.com/tags/wpf" rel="tag">wpf</a>,<a href="http://technorati.com/tags/ruby" rel="tag">ruby</a>,<a href="http://technorati.com/tags/linq" rel="tag">linq</a>,<a href="http://technorati.com/tags/code+contracts" rel="tag">code contracts</a>,<a href="http://technorati.com/tags/windows+azure" rel="tag">windows azure</a>,<a href="http://technorati.com/tags/php" rel="tag">php</a>,<a href="http://technorati.com/tags/sql+server" rel="tag">sql server</a>,<a href="http://technorati.com/tags/sharepoint" rel="tag">sharepoint</a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.alvinashcraft.com/2010/06/28/dew-drop-june-28-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dew Drop &#8211; September 4, 2009</title>
		<link>http://www.alvinashcraft.com/2009/09/04/dew-drop-september-4-2009/</link>
		<comments>http://www.alvinashcraft.com/2009/09/04/dew-drop-september-4-2009/#comments</comments>
		<pubDate>Fri, 04 Sep 2009 13:58:36 +0000</pubDate>
		<dc:creator>Alvin Ashcraft</dc:creator>
				<category><![CDATA[Daily Links]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[.net framework]]></category>
		<category><![CDATA[boo]]></category>
		<category><![CDATA[domain specific languages]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[google wave]]></category>
		<category><![CDATA[rhino mocks]]></category>
		<category><![CDATA[sharepoint]]></category>
		<category><![CDATA[silverlight]]></category>
		<category><![CDATA[sketchflow]]></category>
		<category><![CDATA[sql server]]></category>
		<category><![CDATA[storyteller]]></category>
		<category><![CDATA[vs2010]]></category>
		<category><![CDATA[wpf]]></category>
		<category><![CDATA[xaml]]></category>
		<category><![CDATA[zune]]></category>

		<guid isPermaLink="false">http://www.alvinashcraft.com/2009/09/04/dew-drop-september-4-2009/</guid>
		<description><![CDATA[&#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; SharePoint &#124; Miscellaneous &#124; More Link Collections &#124; Book of the Day &#160; .NET / Visual Studio Coming soon – PowerCommands for [...]]]></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/#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/#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/#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=c7b7809b-3bc3-4af7-bd59-c68a4afadd32">Coming soon – PowerCommands for Reflector</a> (Jason Haley)</li>
<li><a href="http://blog.matthewdoig.com/?p=174">Consuming Fluent Interfaces</a> (Matthew Doig)</li>
<li><a href="http://www.ademiller.com/blogs/tech/2009/09/gotchas-msbuild-conditional-import-ignored-by-visual-studio/?&amp;owa_from=feed&amp;owa_sid=">Gotchas: MSBuild Conditional Import Ignored by Visual Studio</a> (Ade Miller)</li>
<li><a href="http://feeds.dzone.com/~r/zones/dotnet/~3/2D2b9ihFnQ0/building-dsl-scheduling-tasks">Building a DSL for Scheduling Tasks</a> (Oren Eini)</li>
<li><a href="http://feedproxy.google.com/~r/StephenFortesBlog/~3/DTLJ_T3NAv4/PermaLink,guid,e1c8dc4e-7672-43b7-8494-49d2ce657d39.aspx">Using The WCF REST Starter Kit and REST Collections with Telerik OpenAccess and the WCF Wizard</a> (Stephen Forte)</li>
<li><a href="http://blogs.msdn.com/ericlippert/archive/2009/09/03/what-s-the-difference-part-five-certificate-signing-vs-strong-naming.aspx">What&#8217;s the Difference, Part Five: certificate signing vs strong naming</a> (Eric Lippert)</li>
<li><a href="http://www.atalasoft.com/cs/blogs/rickm/archive/2009/09/03/getting-started-with-image-processing-in-f-loading-image-data-into-an-array.aspx">Image Processing in F#: From Image File to Array</a> (Rick Minerich)</li>
<li><a href="http://feedproxy.google.com/~r/wekeroad/EeKc/~3/s4p443Jxi_g/">Magical Dynamic Mystery Tour</a> (Rob Conery)</li>
<li><a href="http://feeds.rosscode.com/~r/Rosscode/~3/cHRpKhqOqTk/index.php">Changing Code In A Running Application</a> (Joel Ross)</li>
<li><a href="http://feedproxy.google.com/~r/caffeinatedcoder/ProY/~3/jIFxADMNBfA/">Creative Idea for Improving Your ReSharper Skills</a> (Russell Ball)</li>
</ul>
<p>&#160;</p>
<h3><a name="web"></a>Web Development</h3>
<ul>
<li><a href="http://feedproxy.google.com/~r/ProgrammableWeb/~3/JXzOCxO2Y1Y/">Make Bing Maps Sing In PHP</a> (Adam DuVander)</li>
<li><a href="http://feedproxy.google.com/~r/sharepointmvpblogs/~3/5k2tpI_eXI4/customizing-the-sharepoint-ecb-with-javascript-part-1.aspx">Customizing the SharePoint ECB with Javascript, Part 1</a> <em>and</em>&#160;<a href="http://feedproxy.google.com/~r/sharepointmvpblogs/~3/tBNkSEjWZbk/customizing-the-sharepoint-ecb-with-javascript-part-2.aspx">Part 2</a> (Jan Tielens)</li>
<li><a href="http://feedproxy.google.com/~r/TheRuntime/~3/YPbCpdc13RQ/javascript-for-the-masses.aspx">JavaScript for the masses</a> (Jay Kimble)</li>
<li><a href="http://www.pluralsight.com/community/blogs/jimw/archive/2009/09/03/accessing-the-visual-studio-asp-net-development-server-from-iphone.aspx">Accessing the Visual Studio ASP.NET Development Server from iPhone</a> (Jim Wilson)</li>
<li><a href="http://weblogs.asp.net/scottgu/archive/2009/09/04/asp-net-html-javascript-snippet-support-vs-2010-and-net-4-0-series.aspx">ASP.NET, HTML, JavaScript Snippet Support (VS 2010 and .NET 4.0 Series)</a> (Scott Guthrie)</li>
<li><a href="http://blog.maartenballiauw.be/post.aspx?id=ee74dbee-633e-4b57-8907-8b294f5c4730">ASP.NET MVC MvcSiteMapProvider 1.0 released</a> (Maarten Balliauw)</li>
</ul>
<p>&#160;</p>
<h3><a name="design"></a>Design / Methodology / Testing</h3>
<ul>
<li><a href="http://martinfowler.com/bliki/FeatureBranch.html">Feature Branch</a> (Martin Fowler)</li>
<li><a href="http://feedproxy.google.com/~r/AyendeRahien/~3/xt8na9OZveY/planning-for-rhino-mocks-4.0.aspx">Planning for Rhino Mocks 4.0</a> (Oren Eini)</li>
<li><a href="http://codebetter.com/blogs/jeremy.miller/archive/2009/09/03/storyteller-on-infoq.aspx">StoryTeller on InfoQ</a> (Jeremy D. Miller)</li>
<li><a href="http://feedproxy.google.com/~r/MarkNeedham/~3/4mUIrGkZWqw/">Coding Dojo #22: Scala, lamdaj, Project Euler</a> (Mark Needham)</li>
<li><a href="http://feedproxy.google.com/~r/LeadingAgile/~3/sKhu0EIpJeU/noodling-on-kanban-part-two.html">Noodling on Kanban&#8230; Part Two</a> <em>and</em>&#160;<a href="http://feedproxy.google.com/~r/LeadingAgile/~3/u2PdGKd3hJs/noodling-on-kanban-part-three_03.html">Part Three</a> (Mike Cottmeyer)</li>
<li><a href="http://www.thousandtyone.com/blog/ObservingAndUnderstandingGenuineBuildersPart15.aspx">Observing And Understanding Genuine Builders &#8211; Part 15.</a> (Rajiv Popat)</li>
<li><a href="http://jonathan-oliver.blogspot.com/2009/09/git-lost-and-git-submodules.html">Git Lost (and Git Submodules)</a> <em>and</em>&#160;<a href="http://jonathan-oliver.blogspot.com/2009/09/microsoft-source-server-with-git.html">Microsoft Source Server with Git</a> (Jonathan Oliver)</li>
<li><a href="http://blogs.msdn.com/eugeniop/archive/2009/09/03/exploring-the-service-provider-track-fabrikam-shipping-part-ii-solution.aspx">Exploring the Service Provider track – Fabrikam Shipping Part II (Solution)</a> (Eugenio Pace)</li>
<li><a href="http://feedproxy.google.com/~r/clemensreijnen/qzrF/~3/m4L3_JRde9Q/post.aspx">Agile Testing with VSTS 2010 and TMap: Part 01-User stories</a> <em>and</em>&#160;<a href="http://feedproxy.google.com/~r/clemensreijnen/qzrF/~3/CnFoEV1Jnjk/post.aspx">Enrich VSTA 2010 Use case diagram with SketchFlow Screens</a> (Clemens Reijnen)</li>
</ul>
<p>&#160;</p>
<h3><a name="silverlight"></a>Silverlight / WPF</h3>
<ul>
<li><a href="http://blogs.msdn.com/coding4fun/archive/2009/09/03/9876572.aspx">Silverlight 3 File Transfer Application</a> (Giovanni Montrone)</li>
<li><a href="http://blogs.msdn.com/erwinvandervalk/archive/2009/09/03/writing-applications-that-target-both-wpf-and-silverlight-with-a-single-codebase.aspx">writing applications that target both wpf and silverlight with a single codebase</a> (Erwin Van Der Valk)</li>
<li><a href="http://feeds.timheuer.com/~r/timheuer/~3/Pnq-DvkFKww/how-do-you-want-to-learn-silverlight.aspx">How you chose and learned Silverlight</a> (Tim Heuer)</li>
<li><a href="http://feedproxy.google.com/~r/netCurryRecentArticles/~3/Etp2DdMy2EU/ShowArticle.aspx">Using Silverlight 3 to Detect Network Changes</a> (Malcolm Sheridan)</li>
</ul>
<p>&#160;</p>
<h3><a name="podcasts"></a>Podcasts / Screencasts / Videos</h3>
<ul>
<li><a href="http://www.hanselminutes.com/default.aspx?ShowID=196">Hanselminutes #196 &#8211; Inside a Visual Studio Plugin &#8211; CodeRush with Mark Miller</a> (Scott Hanselman)</li>
<li><a href="http://channel9.msdn.com/shows/Going+Deep/Inside-Windows-7-Diagnostics-and-Troubleshooting/">Melur Raghuraman: Inside Windows 7 &#8211; Diagnostics and Troubleshooting</a> (Charles Torre)</li>
<li><a href="http://feedproxy.google.com/~r/Dimecastsnet--InformAndEducateIn10MinutesOrLess/~3/Wb9NQbeOwg4/138">DimeCasts.NET Episode #138: Isolation Frameworks: Mocking Out/Ref Arguments</a> (Derik Whittaker)</li>
<li><a href="http://channel9.msdn.com/posts/LarryLarsen/Countdown-to-PDC09-Developers-Go-3D/">Countdown to PDC09: Developers Go 3D!</a> (Larry Larsen)</li>
<li><a href="http://channel9.msdn.com/shows/geekSpeak/geekSpeak-Recording-Composite-Application-Development-with-David-Kelley/">geekSpeak Recording &#8211; Composite Application Development with David Kelley</a> (Glen Gordon)</li>
</ul>
<p>&#160;</p>
<h3><a name="events"></a>Community / Events</h3>
<ul>
<li><a href="http://netcave.org/AnEyeOpeningApology.aspx">An Eye Opening Apology</a> (Alan Stevens)</li>
<li><a href="http://feedproxy.google.com/~r/AdamKinney/~3/j-K4rwGbYgw/Silverlight-Week-in-Seattle-Sept-14-17">Silverlight Week in Seattle Sept 14 &#8211; 17</a> (Adam Kinney)</li>
<li><a href="http://geekswithblogs.net/WynApseTechnicalMusings/archive/2009/09/04/134487.aspx">MSDN Social Bookmarks going away <img src='http://www.alvinashcraft.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </a> (Dave Campbell)</li>
<li><a href="http://blog.stackoverflow.com/2009/09/i-heart-stack-overflow/">I [heart] Stack Overflow</a> (Jeff Atwood)</li>
<li><a href="http://girldeveloper.com/events/more-details-about-concept-camp/">More details about Concept Camp</a> (Sara J. Chipps)</li>
</ul>
<p>&#160;</p>
<h3><a name="db"></a>Database</h3>
<ul>
<li><a href="http://blog.sqlauthority.com/2009/09/04/sql-server-designing-sql-server-2005-analysis-services-cubes-for-excel-2007-pivottables/">SQL SERVER – Designing SQL Server 2005 Analysis Services Cubes for Excel 2007 PivotTables</a> (Pinal Dave)</li>
<li><a href="http://feedproxy.google.com/~r/StephenFortesBlog/~3/DnLBUrs2ppQ/PermaLink,guid,09d0bb8b-42fe-417d-86bf-8b8129b622e7.aspx">SQL Azure Tip: Migrating data</a> (Stephen Forte)</li>
</ul>
<p>&#160;</p>
<h3><a name="sp"></a>SharePoint</h3>
<ul>
<li><a href="http://feedproxy.google.com/~r/sharepointmvpblogs/~3/5SzyGpfQuxo/how-to-choose-between-aspnet-web-part.html">How to: Choose between an ASP.Net Web Part and a SharePoint Web Part</a> (Eugene Rosenfeld)</li>
<li><a href="http://feedproxy.google.com/~r/sharepointmvpblogs/~3/LblRGWJdT5g/spdocgen-sharepoint-documentation.html">SPDocGen &#8211; SharePoint Documentation Generator &#8211; Full Source Code Uploaded</a> (Sezai Komur)</li>
</ul>
<p>&#160;</p>
<h3><a name="misc"></a>Miscellaneous</h3>
<ul>
<li><a href="http://feeds.gawker.com/~r/lifehacker/full/~3/q60NIeG5BnI/how-to-build-a-hackintosh-with-snow-leopard-start-to-finish">How to Build a Hackintosh with Snow Leopard, Start to Finish</a> (Adam Pash)</li>
<li><a href="http://mashable.com/2009/09/03/google-wave-coming-soon/">Google Wave Arrives This Month: Are You Ready?</a> (Ben Parr)</li>
<li><a href="http://www.bing.com/community/blogs/search/archive/2009/09/03/share-your-search-with-bing-and-ping.aspx">Share your Search with Bing and Ping</a> (Nicholas Kerr)</li>
<li><a href="http://feeds.wired.com/~r/wiredgeekdad/~3/6346akoRmxE/"><font color="#ff8000">10 Geeky Movies to Raise Your Kids On &#8211; GeekDad Wayback Machine</font></a><font color="#ff8000"> (Chuck Lawton)<em> – Link of the Day</em></font></li>
<li><a href="http://feeds.gawker.com/~r/lifehacker/full/~3/KOq8Mh8yA6Q/browser-speed-tests-chrome-40-and-opera-10-take-on-all-challengers">Browser Speed Tests: Chrome 4.0 and Opera 10 Take On All Challengers</a> (Kevin Purdy)</li>
<li><a href="http://www.techcrunch.com/2009/09/04/new-gmail-themes-including-one-that-they-wont-call-nintendo-but-i-will/">New Gmail Themes Include One That They Won’t Call “Nintendo,” But I Will</a> (MG Siegler)</li>
<li><a href="http://www.engadget.com/2009/09/03/zune-software-update-coming-september-15th-alongside-zune-hd-lau/">Zune software update coming September 15th alongside Zune HD launch</a> (Ross Miller)</li>
<li><a href="http://www.sqlservercentral.com/blogs/pearlknows/archive/2009/09/04/job-market-update-and-some-job-search-advice.aspx">Job Market Update and some Job Search Advice…..</a> (Robert Pearl)</li>
</ul>
<p>&#160;</p>
<h3><a name="links"></a>More Link Collections</h3>
<ul>
<li><a href="http://spietrek.blogspot.com/2009/09/links-932009.html">Links (9/3/2009)</a> (Steve Pietrek)</li>
<li><a href="http://jasonhaley.com/blog/post.aspx?id=2dac2e5f-6517-4722-95f4-c55c25cb4a2f">Interesting Finds: September 3, 3009</a> <em>and</em>&#160;<a href="http://jasonhaley.com/blog/post.aspx?id=31320ee5-ea9e-470e-be0d-9dd116852a27">Interesting Finds: September 4, 2009</a> (Jason Haley)</li>
<li><a href="http://geekswithblogs.net/WynApseTechnicalMusings/archive/2009/09/03/134468.aspx">Silverlight Cream for September 03, 2009 &#8212; #682</a> <em>and</em>&#160;<a href="http://geekswithblogs.net/WynApseTechnicalMusings/archive/2009/09/03/134486.aspx">Silverlight Cream for September 03, 2009 &#8211; 2 &#8212; #683</a> (Dave Campbell)</li>
<li><a href="http://feedproxy.google.com/~r/ReflectivePerspective/~3/pp138TBNOKA/">The Morning Brew #426</a> (Chris Alcock)</li>
<li><a href="http://feedproxy.google.com/~r/SamGentile/~3/YcmWG6eha5g/">New and Notable 366</a> (Sam Gentile)</li>
<li><a href="http://feedproxy.google.com/~r/CloudAve/~3/MJEPgCspBQg/cloudnews-for-3rd-september-2009">CloudNews for 3rd September, 2009</a> (Sameer Gupta)</li>
<li><a href="http://afreshcup.com/2009/09/03/double-shot-532/">Double Shot #532</a> <em>and</em>&#160;<a href="http://afreshcup.com/2009/09/04/double-shot-533/">Double Shot #533</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:0c895779-51c2-48da-a56d-ea7d6a5081be" class="wlWriterSmartContent">
<table cellspacing="0" cellpadding="2" width="400" border="0" unselectable="on">
<tbody>
<tr>
<td valign="top" width="400">
<p><a title="ASP.NET MVC 1.0 Test Driven Development Problem - Design - Solution (9780470447628): Emad Ibrahim: Books" href="http://www.amazon.com/exec/obidos/ASIN/0470447621/alvinashcraft-20"><img src="http://images.amazon.com/images/P/0470447621.01.MZZZZZZZ.jpg" border="0" align="left" style="float:left">ASP.NET MVC 1.0 Test Driven Development Problem &#8211; Design &#8211; Solution (9780470447628): Emad Ibrahim: Books</a></p>
<p><b>ISBN</b>: 0470447621<br /><b>ISBN-13</b>: 9780470447628</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:6a3e43db-b044-4415-b2e6-078bf983b7a7" class="wlWriterSmartContent"><a href="http://www.dotnetkicks.com/kick/?url=http://www.alvinashcraft.com/2009/09/04/dew-drop-september-4-2009/"><img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http://www.alvinashcraft.com/2009/09/04/dew-drop-september-4-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:237ccee6-6944-4162-993e-dd4ff595b185" class="wlWriterSmartContent">Technorati Tags: <a href="http://technorati.com/tags/vs2010" rel="tag">vs2010</a>,<a href="http://technorati.com/tags/.net+framework" rel="tag">.net framework</a>,<a href="http://technorati.com/tags/google+wave" rel="tag">google wave</a>,<a href="http://technorati.com/tags/sharepoint" rel="tag">sharepoint</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/wpf" rel="tag">wpf</a>,<a href="http://technorati.com/tags/xaml" rel="tag">xaml</a>,<a href="http://technorati.com/tags/storyteller" rel="tag">storyteller</a>,<a href="http://technorati.com/tags/boo" rel="tag">boo</a>,<a href="http://technorati.com/tags/domain+specific+languages" rel="tag">domain specific languages</a>,<a href="http://technorati.com/tags/gmail" rel="tag">gmail</a>,<a href="http://technorati.com/tags/zune" rel="tag">zune</a>,<a href="http://technorati.com/tags/git" rel="tag">git</a>,<a href="http://technorati.com/tags/sketchflow" rel="tag">sketchflow</a>,<a href="http://technorati.com/tags/rhino+mocks" rel="tag">rhino mocks</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%2f09%2f04%2fdew-drop-september-4-2009%2f&amp;title=Dew+Drop+-+September+4%2c+2009"><img alt="Shout it" src="http://dotnetshoutout.com/image.axd?url=http://www.alvinashcraft.com/2009/09/04/dew-drop-september-4-2009/" style="border:0px" /></a></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.alvinashcraft.com/2009/09/04/dew-drop-september-4-2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dew Drop &#8211; August 25, 2009</title>
		<link>http://www.alvinashcraft.com/2009/08/25/dew-drop-august-25-2009/</link>
		<comments>http://www.alvinashcraft.com/2009/08/25/dew-drop-august-25-2009/#comments</comments>
		<pubDate>Tue, 25 Aug 2009 12:51:08 +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 coverage]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[linkedin]]></category>
		<category><![CDATA[mvvm]]></category>
		<category><![CDATA[powershell]]></category>
		<category><![CDATA[scottgu]]></category>
		<category><![CDATA[sharepoint]]></category>
		<category><![CDATA[silverlight]]></category>
		<category><![CDATA[sql server]]></category>
		<category><![CDATA[storyteller]]></category>
		<category><![CDATA[vs2010]]></category>
		<category><![CDATA[vsx]]></category>
		<category><![CDATA[windows 7]]></category>
		<category><![CDATA[wpf]]></category>

		<guid isPermaLink="false">http://www.alvinashcraft.com/2009/08/25/dew-drop-august-25-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; SharePoint &#124; Miscellaneous &#124; More Link Collections &#124; Book of the Day &#160; .NET / Visual Studio F#: Composing Functions (Steve [...]]]></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/#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/#book">Book of the Day</a> </p>
<p>&#160;</p>
<h3><a name="dotnet"></a>.NET / Visual Studio</h3>
<ul>
<li><a href="http://stevehorsfield.wordpress.com/2009/08/24/f-composing-functions/">F#: Composing Functions</a> (Steve Horsfield)</li>
<li><a href="http://www.devx.com/dotnet/Article/42552?trk=DXRSS_DOTNET">Prototyping DSLs in F#: Parsing and Semantic Checking</a> (Adam Granicz)</li>
<li><a href="http://blogs.msdn.com/charlie/archive/2009/08/24/soma-blog-on-new-features-in-c-4-0.aspx">Soma Blog on New Features in C# 4.0</a> (Charlie Calvert)</li>
<li><a href="http://blog.dmbcllc.com/2009/08/24/templated-e-mail-using-net/">Templated E-Mail using .NET</a> (Dave M. Bush)</li>
<li><a href="http://feedproxy.google.com/~r/CodeZest/~3/2jye-KWJKPQ/running-64-bit-binary-references-in-visual-studio.aspx">Running 64-bit Binary References in Visual Studio</a> (Dave Schinkel)</li>
<li><a href="http://elegantcode.com/2009/08/24/visual-studio-team-system-for-small-teams/">Visual Studio Team System for Small Teams</a> (David Starr)</li>
<li><a href="http://www.codethinked.com/post.aspx?id=cb00083c-5d1b-4cb4-bfec-da24c16bf310">Using Accessibility Modifiers on Auto Properties</a> (Justin Etheredge)</li>
<li><a href="http://feeds.dzone.com/~r/zones/dotnet/~3/CKXrJMvT0Vw/visual-studio-add-vs">Visual Studio Add-In vs. Integration Package – Part 1</a> (Keyvan Nayyeri)</li>
<li><a href="http://blogs.msdn.com/ericlippert/archive/2009/08/24/iterator-blocks-part-seven-why-no-anonymous-iterators.aspx">Iterator Blocks Part Seven: Why no anonymous iterators?</a> (Eric Lippert)</li>
<li><a href="http://vishaljoshi.blogspot.com/2009/08/all-for-that-small-drop-down-box-part-1.html">All for that small Drop Down Box – Part 1</a> (Vishal Joshi)</li>
</ul>
<p>&#160;</p>
<h3><a name="web"></a>Web Development</h3>
<ul>
<li><a href="http://professionalaspnet.com/archive/2009/08/23/Keyboard-Enabling-a-Web-Form.aspx">Keyboard Enabling a Web Form</a> (Chris Love)</li>
<li><a href="http://feedproxy.google.com/~r/CodeZest/~3/mVWgbcBJi0I/404-error-when-running-web-applications-in-iis-7.aspx">404 Error When Running Web Applications in IIS 7</a> (Dave Schinkel)</li>
<li><a href="http://blogs.msdn.com/webdevelopertips/archive/2009/08/24/tip-93-did-you-know-php-and-custom-error-pages-configuration.aspx">Tip #93: Did you know … PHP and Custom Error Pages configuration?</a> (Kern Handa)</li>
<li><a href="http://blogs.msdn.com/davidlem/archive/2009/08/25/tracing-windows-azure-apps-to-storage.aspx">Tracing Windows Azure Apps to Storage</a> (David Lemphers)</li>
<li><a href="http://www.smashingmagazine.com/2009/08/23/50-useful-new-jquery-techniques/">50 Useful New jQuery Techniques and Tutorials</a> (Smashing Magazine)</li>
<li><a href="http://feedproxy.google.com/~r/RickStrahl/~3/VEKYsO_q8A0/868775.aspx">On the Fly DropDown Editing with jQuery</a> (Rick Strahl)</li>
</ul>
<p>&#160;</p>
<h3><a name="design"></a>Design / Methodology / Testing</h3>
<ul>
<li><a href="http://www.skorks.com/2009/08/does-yagni-mean-you-ignore-the-obvious/">Does YAGNI Mean You Ignore The Obvious</a> (Alan Skorkin)</li>
<li><a href="http://feedproxy.google.com/~r/AyendeRahien/~3/eOjCaaOlKJw/a-guide-into-orm-implementation-challenges-reasoning.aspx">A guide into OR/M implementation challenges: Reasoning</a> <em>and</em>&#160;<a href="http://feedproxy.google.com/~r/AyendeRahien/~3/QIDgmEu7Gns/a-guide-into-orm-implementation-challenges-mapping.aspx">A guide into OR/M implementation challenges: Mapping</a> <em>and</em>&#160;<a href="http://feedproxy.google.com/~r/AyendeRahien/~3/8_NMO3jraFs/a-guide-into-orm-implementation-challenges-crud.aspx">A guide into OR/M implementation challenges: CRUD</a> <em>and</em>&#160;<a href="http://feedproxy.google.com/~r/AyendeRahien/~3/074dpxcIe7k/concepts-amp-features-in-nh-prof-filtering.aspx">Concepts &amp; Features in NH Prof: Filtering</a> (Oren Eini)</li>
<li><a href="http://feedproxy.google.com/~r/davybrion/~3/XK4uqPowOfg/">Build Your Own Data Access Layer Series</a> <em>and</em>&#160;<a href="http://feedproxy.google.com/~r/davybrion/~3/kU4jXu7OQR0/">Build Your Own Data Access Layer: Mapping Classes To Tables</a> <em>and</em>&#160;<a href="http://feedproxy.google.com/~r/davybrion/~3/XarA8JRKQp4/">Build Your Own Data Access Layer: Out Of The Box CRUD Functionality</a> (Davy Brion)</li>
<li><a href="http://blogs.msdn.com/jmeier/archive/2009/08/24/time-management-quotes.aspx">Time Management Quotes</a> (J.D. Meier)</li>
<li><a href="http://codebetter.com/blogs/jeremy.miller/archive/2009/08/24/how-about-a-storyteller-preview-release.aspx"><font color="#ff8000">How about a StoryTeller Preview Release!</font></a><font color="#ff8000"> (Jeremy D. Miller) <em>– Link of the Day</em></font></li>
<li><a href="http://techdistrict.kirkk.com/2009/08/25/stars-craftsmanship/">Stars &amp; Craftsmanship</a> (Kirk Knoernschild)</li>
<li><a href="http://feedproxy.google.com/~r/Devlicious/~3/wOY4TIvBN8M/castle-dynamic-proxy-tutorial-part-xiv-persisting-proxies.aspx">Castle Dynamic Proxy tutorial part XIV: Persisting proxies</a> (Krzysztof Koźmic)</li>
<li><a href="http://www.thycotic.com/more-than-just-version-control">More than just version control</a> (Jimmy Bosse)</li>
<li><a href="http://feedproxy.google.com/~r/MarkNeedham/~3/QitnyMPX35s/">Learning: Thoughts on doing so more effectively</a> <em>and</em>&#160;<a href="http://feedproxy.google.com/~r/MarkNeedham/~3/Stx9ZzSsZ6Q/">Pair Programming: Keeping both people engaged</a> <em>and</em>&#160;<a href="http://feedproxy.google.com/~r/MarkNeedham/~3/B8AusAPq16o/">Book Club: What I&#8217;ve learned about DDD since the book (Eric Evans)</a> <em>and</em>&#160;<a href="http://feedproxy.google.com/~r/MarkNeedham/~3/mCpEUhv6szg/">Rock Scissors Paper: TDD as if you meant it</a> (Mark Needham)</li>
<li><a href="http://feedproxy.google.com/~r/codesqueeze/blog/~3/ZMkEroEKbus/">The Correct Process Guides Us (Tracer Architecture Cont.)</a> (Max Pool)</li>
<li><a href="http://www.thekua.com/atwork/2009/08/97-things-every-project-manager-should-know/">97 Things Every Project Manager Should Know</a> (Patrick Kua)</li>
<li><a href="http://feeds.codeville.net/~r/SteveCodeville/~3/DWmOM3O0M2s/">Writing Great Unit Tests: Best and Worst Practices</a> (Steve Sanderson)</li>
<li><a href="http://codebetter.com/blogs/patricksmacchia/archive/2009/08/24/identify-code-structure-patterns-at-a-glance.aspx">Identify Code Structure Patterns at a Glance</a> (Patrick Smacchia)</li>
<li><a href="http://feedproxy.google.com/~r/LosTechies/~3/nBxemw5YjYY/refactoring-day-24-remove-arrowhead-antipattern.aspx">Refactoring Day 24 : Remove Arrowhead Antipattern</a> (Sean Chambers)</li>
<li><a href="http://feedproxy.google.com/~r/Devlicious/~3/lyznWbUbfN4/review-of-ants-memory-profiler.aspx">Review of ANTS Memory Profiler</a> (Scott Seely)</li>
</ul>
<p>&#160;</p>
<h3><a name="silverlight"></a>Silverlight / WPF</h3>
<ul>
<li><a href="http://electricbeach.org/?p=339">Type-On Text for SketchFlow with a Behavior</a> (Christian Schormann)</li>
<li><a href="http://bea.stollnitz.com/blog/?p=353">How can I add labels to a WPF pie chart?</a> (Bea Stollnitz)</li>
<li><a href="http://joshsmithonwpf.wordpress.com/2009/08/23/updates-made-to-mvvm-foundation/">Updates made to MVVM Foundation</a> (Josh Smith)</li>
<li><a href="http://feedproxy.google.com/~r/netCurryRecentArticles/~3/Kb2N_6DIdrM/ShowArticle.aspx">Creating Master Details Application using WPF 3.5 and LINQ to XML</a> (Mahesh Sabnis)</li>
<li><a href="http://blogs.msdn.com/brada/archive/2009/08/24/business-apps-example-for-silverlight-3-rtm-and-net-ria-services-july-update-part-24-stored-procedures.aspx">Business Apps Example for Silverlight 3 RTM and .NET RIA Services July Update: Part 24: Stored Procedures</a> (Brad Abrams)</li>
<li><a href="http://www.charlespetzold.com/blog/2009/08/Rogets-Hierarchical-Thesaurus-in-a-Silverlight-App.html">Roget’s Hierarchical Thesaurus in a Silverlight App</a> (Charles Petzold)</li>
<li><a href="http://feedproxy.google.com/~r/BrianButton-OneAgileCoder/~3/DFnTst7a-nM/25322.aspx">Test driving a WPF App – Part 2: Adding some data</a> (Brian Button)</li>
<li><a href="http://blogs.msdn.com/delay/archive/2009/08/24/using-one-platform-to-build-another-html-5-s-canvas-tag-implemented-using-silverlight.aspx">Using one platform to build another [HTML 5's canvas tag implemented using Silverlight!]</a> (David Anson)</li>
<li><a href="http://wildermuth.com/2009/08/24/The_Application_Class_and_Application_Services_in_Silverlight_3">The Application Class and Application Services in Silverlight 3</a> (Shawn Wildermuth)</li>
<li><a href="http://feedproxy.google.com/~r/microsft/~3/PpBzSJotdpg/">Read singleton approach in WPF application</a> (Tamir Khason)</li>
<li><a href="http://sachabarber.net/?p=529">Cinch does ok</a> (Sacha Barber)</li>
</ul>
<p>&#160;</p>
<h3><a name="podcasts"></a>Podcasts / Screencasts / Videos</h3>
<ul>
<li><a href="http://www.dotnetrocks.com/default.aspx?ShowNum=475">.NET Rocks! &#8211; James Kovacs on Convention over Configuration</a> (Carl Franklin)</li>
<li><a href="http://feedproxy.google.com/~r/msdn/bobfamiliar/~3/xF9MuHMyrq4/arcast-tv-simon-guest-on-patterns-for-moving-to-the-cloud.aspx">ARCast.TV &#8211; Simon Guest on Patterns for Moving to the Cloud</a> (Bob Familiar)</li>
<li><a href="http://feedproxy.google.com/~r/WebdevradioPodcastHome/~3/50_MGOauWqA/index.php">WebDev Radio Episode 68: Frank Wierzbicki on Python, Jython, Java and more</a> (Michael Kimsal)</li>
<li><a href="http://franksworld.com/blog/archive/2009/08/24/11674.aspx">Enhanced Interaction with Project Natal</a> (Frank La Vigne)</li>
<li><a href="http://www.podtrac.com/pts/redirect.mp3/connectedshow.blob.core.windows.net/podcast/014_ZunePodcasting_RobGreenlee.mp3">Rob Greenlee on Zune Podcasting</a> (Dmitry Lyalin)</li>
<li><a href="http://feedproxy.google.com/~r/HerdingCode/~3/5FIlY3ui7Ec/">Herding Code 58: Presentation Patterns with Jeremy Miller, Ward Bell, Rob Eisenberg and Glenn Block (Part 2)</a> (Jon Galloway)</li>
<li><a href="http://feedproxy.google.com/~r/MajorNelsonblogcast/~3/wM8PG7kMbKk/show-329-dirt2-batman-aa-and-shadow-complex.aspx">Major Nelson Show #329: DiRT2, Arkham Asylum and Shadow Complex</a> (Larry Hyrb)</li>
<li><a href="http://feedproxy.google.com/~r/GoogleWaveDeveloperBlog/~3/03GfaqRcN1o/google-wave-api-hackathon-federation.html">Google Wave API Hackathon &amp; Federation Day: Videos Available Now!</a> (Pamela Fox)</li>
<li><a href="http://channel9.msdn.com/shows/PingShow/Ping-26-NFL--Silverlight-Movie-Maker-Students-Win7-free-trial-sorta/">Ping 26: NFL &amp; Silverlight, Movie Maker, Students, Win7 free trial (sorta)</a> (Laura Foy)</li>
<li><a href="http://feedproxy.google.com/~r/StephenFortesBlog/~3/eKu30I4rQKc/PermaLink,guid,1d3d07a0-ce73-4eb3-8fd4-1ec259e21a60.aspx">Telerik OpenAccess WCF Wizard: How-to Video #1</a> (Stephen Forte)</li>
<li><a href="http://feedproxy.google.com/~r/se-radio/~3/blgp6XRCi5g/episode-143-api-design-jim-de-rivieres">Episode 143: API Design with Jim de Rivieres</a> (SE Radio Team)</li>
<li><a href="http://channel9.msdn.com/shows/toolshed/ToolShed-Tooltip-22-Channel9-and-the-Tool-Shed--A-Treasure-Chest-of-Resources/">ToolShed Tooltip #22 &#8211; Channel9 and the Tool Shed &#8230; A Treasure Chest of Resources</a> (Russell Fustino)</li>
<li><a href="http://feedproxy.google.com/~r/Powerscripting/~3/1zOW0g4Ay8A/index.php">Episode 81 &#8211; PowerScripting Podcast &#8211; David Warburton talks about AutoPowerShell</a> (Jonathan Walz &amp; Hal Rottenberg)</li>
</ul>
<p>&#160;</p>
<h3><a name="events"></a>Community / Events</h3>
<ul>
<li><a href="http://blogs.msdn.com/gduthie/archive/2009/08/24/events-this-week-august-24th-2009.aspx">Events this Week – August 24th, 2009</a> (G. Andrew Duthie)</li>
<li><a href="http://www.sqlskills.com/BLOGS/KIMBERLY/post.aspx?id=d9b1a308-4cfd-4e59-9617-32ea0578eb86">The fall line-up and event list &#8211; we hope to see you there!</a> (Kimberly Tripp)</li>
<li><a href="http://maggieplusplus.com/2009/08/25/CodeMash+Is+Coming.aspx">CodeMash is coming</a> (Maggie Longshore)</li>
<li><a href="http://weblogs.asp.net/scottgu/archive/2009/08/24/lidnug-free-online-virtual-chat-with-me-tuesday-morning.aspx">LIDNUG: Free Online Virtual Chat with Me Tuesday Morning</a> (Scott Guthrie)</li>
<li><a href="http://www.sqlservercentral.com/blogs/steve_jones/archive/2009/08/25/pass-board-of-directors-call-for-nominations.aspx">PASS Board of Directors &#8211; Call for Nominations</a> (Steve Jones)</li>
<li><a href="http://feedproxy.google.com/~r/Iserializable/~3/hPjs6KUDZUY/benefits-of-tdd-and-pair-programming-course-day-1.aspx">Benefits of TDD and Pair Programming (Course Day #1)</a> (Roy Osherove)</li>
</ul>
<p>&#160;</p>
<h3><a name="db"></a>Database</h3>
<ul>
<li><a href="http://webbtechsolutions.com/2009/08/24/examing-database-shared-locks-using-sys-dm_tran_locks/">Examining database shared locks using sys.dm_tran_locks</a> (Joe Webb)</li>
<li><a href="http://blog.sqlauthority.com/2009/08/24/sql-server-index-seek-vs-index-scan-diffefence-and-usage-a-simple-note/">SQL SERVER – Index Seek vs. Index Scan – Diffefence and Usage – A Simple Note</a> (Pinal Dave)</li>
<li><a href="http://blogs.lessthandot.com/index.php/DataMgmt/DBProgramming/scripting-all-jobs-on-sql-server-2005-20">Scripting all jobs on SQL Server 2005/2008 into one file</a> (Denis Gobo)</li>
</ul>
<p>&#160;</p>
<h3><a name="sp"></a>SharePoint</h3>
<ul>
<li><a href="http://feedproxy.google.com/~r/sharepointmvpblogs/~3/aSmoNcae4GY/">SharePoint Search: Improving the Relevancy of Search Results</a> (Bob Mixon)</li>
</ul>
<p>&#160;</p>
<h3><a name="misc"></a>Miscellaneous</h3>
<ul>
<li><a href="http://www.pseale.com/blog/PowerShellREPLByExample.aspx">PowerShell REPL, by Example</a> (Pete Seale)</li>
<li><a href="http://bhandler.spaces.live.com/Blog/cns!70F64BC910C9F7F3!5901.entry">Free OneNote 2007 PowerToy &quot;THE&quot; for Extracting Highlighted Text from a Page</a> (Blake Handler)</li>
<li><a href="http://www.skorks.com/2009/08/how-a-ruby-case-statement-works-and-what-you-can-do-with-it/">How A Ruby Case Statement Works And What You Can Do With It</a> (Alan Skorkin)</li>
<li><a href="http://blogs.msdn.com/usisvde/archive/2009/08/23/integrate-data-with-new-microsoft-office-2010-features.aspx">Integrate Data with New Microsoft Office 2010 Features</a> (Bruce Kyle)</li>
<li><a href="http://blogs.msdn.com/stevecla01/archive/2009/08/24/microsoft-oneapp-announced.aspx">Microsoft OneApp announced</a> (Steve Clayton)</li>
<li><a href="http://community.winsupersite.com/blogs/paul/archive/2009/08/25/nokia-to-deliver-windows-7-powered-netbook-with-12-hours-of-battery-life.aspx">Nokia to deliver Windows 7-powered netbook with 12 hours of battery life</a> (Paul Thurrott)</li>
<li><a href="http://scobleizer.com/2009/08/24/playing-around-with-posterous-post-on-social-media-wars/">Playing around with Posterous; post on “social media wars”</a> (Robert Scoble)</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/X3pHVJNys2g/">LINKBLOG for Aug 23 &#8211; 2009</a> <em>and</em>&#160;<a href="http://feedproxy.google.com/~r/ArjansWorld/~3/GczH7EOdVZY/">LINKBLOG for Aug 24 2009</a> (Arjan Zuidhof)</li>
<li><a href="http://jasonhaley.com/blog/post.aspx?id=d22260d0-2b36-45c6-8427-de628d04bad4">Interesting Finds: August 24, 2009</a> <em>and</em>&#160;<a href="http://jasonhaley.com/blog/post.aspx?id=f1963394-8016-4ab9-a726-1e55b7243ac5">Interesting Finds: August 25, 2009</a> (Jason Haley)</li>
<li><a href="http://feedproxy.google.com/~r/ReflectivePerspective/~3/YvJ3BNjLUgs/">The Morning Brew #418</a> <em>and</em>&#160;<a href="http://feedproxy.google.com/~r/ReflectivePerspective/~3/laCzgt5Ix24/">The Morning Brew #419</a> (Chris Alcock)</li>
<li><a href="http://geekswithblogs.net/WynApseTechnicalMusings/archive/2009/08/23/134274.aspx">Silverlight Cream for August 23, 2009 &#8212; #672</a> <em>and</em>&#160;<a href="http://geekswithblogs.net/WynApseTechnicalMusings/archive/2009/08/24/134299.aspx">Silverlight Cream for August 24, 2009 &#8212; #673</a> (Dave Campbell)</li>
<li><a href="http://feeds.vidmar.net/~r/BiteMyBytes/~3/j0iO3QQ5V4Q/links-of-the-week-88---ldquooh-lookrdquo-edition.aspx">Links of the week #88 &#8211; “Oh, look!” Edition</a> (David Vidmar)</li>
<li><a href="http://weblogs.asp.net/yuanjian/archive/2009/08/24/interesting-finds-2009-08-19-08-25.aspx">Interesting Finds: 2009 08.19 ~ 08.25</a> (yuanjian)</li>
<li><a href="http://grantpalin.com/2009/08/23/weekly-links-67/">Weekly Links #67</a> (Grant Palin)</li>
<li><a href="http://www.atalasoft.com/cs/blogs/rickm/archive/2009/08/23/f-discoveries-this-week-08-23-2009.aspx">F# Discoveries This Week 08/23/2009</a> (Rick Minerich)</li>
<li><a href="http://feedproxy.google.com/~r/LeadingAgile/~3/cvO70bZfTS4/interesting-post-8172009-through.html">Interesting Post&#8230; 8/17/2009 through 8/22/2009</a> (Mike Cottmeyer)</li>
<li><a href="http://spietrek.blogspot.com/2009/08/links-8232009.html">Links (8/23/2009)</a> (Steve Pietrek)</li>
<li><a href="http://feedproxy.google.com/~r/CloudAve/~3/pQZP53-1xz0/cloudnews-for-24th-august-2009">CloudNews for 24th August, 2009</a> (Sameer Gupta)</li>
<li><a href="http://rtipton.wordpress.com/2009/08/23/weekly-link-post-107/">Weekly Link Post 107</a> (Rhonda Tipton)</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:3b29b03c-087d-4061-86af-8560ad2afc64" class="wlWriterSmartContent">
<table cellspacing="0" cellpadding="2" width="400" border="0" unselectable="on">
<tbody>
<tr>
<td valign="top" width="400">
<p><a title="Design Patterns: Elements of Reusable Object-Oriented Software (0785342633610): Erich Gamma, Richard Helm, Ralph Johnson, John M. Vlissides: Books" href="http://www.amazon.com/exec/obidos/ASIN/0201633612/alvinashcraft-20"><img src="http://images.amazon.com/images/P/0201633612.01.MZZZZZZZ.jpg" border="0" align="left" style="float:left">Design Patterns: Elements of Reusable Object-Oriented Software (0785342633610): Erich Gamma, Richard Helm, Ralph Johnson, John M. Vlissides: Books</a></p>
<p><b>ISBN</b>: 0201633612<br /><b>ISBN-13</b>: 9780201633610</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:9b5c0fb8-7659-4007-b2a6-6c7d61560147" class="wlWriterSmartContent"><a href="http://www.dotnetkicks.com/kick/?url=http://www.alvinashcraft.com/2009/08/25/dew-drop-august-25-2009/"><img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http://www.alvinashcraft.com/2009/08/25/dew-drop-august-25-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:052e0398-2cfe-4a03-bca2-abfd6bca29ce" class="wlWriterSmartContent">Technorati Tags: <a href="http://technorati.com/tags/silverlight" rel="tag">silverlight</a>,<a href="http://technorati.com/tags/.net+framework" rel="tag">.net framework</a>,<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/powershell" rel="tag">powershell</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/windows+7" rel="tag">windows 7</a>,<a href="http://technorati.com/tags/storyteller" rel="tag">storyteller</a>,<a href="http://technorati.com/tags/code+coverage" rel="tag">code coverage</a>,<a href="http://technorati.com/tags/vsx" rel="tag">vsx</a>,<a href="http://technorati.com/tags/sql+server" rel="tag">sql server</a>,<a href="http://technorati.com/tags/scottgu" rel="tag">scottgu</a>,<a href="http://technorati.com/tags/linkedin" rel="tag">linkedin</a>,<a href="http://technorati.com/tags/jquery" rel="tag">jquery</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%2f25%2fdew-drop-august-25-2009%2f&amp;title=Dew+Drop+%e2%80%93+August+25%2c+2009"><img alt="Shout it" src="http://dotnetshoutout.com/image.axd?url=http://www.alvinashcraft.com/2009/08/25/dew-drop-august-25-2009/" style="border:0px" /></a></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.alvinashcraft.com/2009/08/25/dew-drop-august-25-2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

