<?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; vsta</title>
	<atom:link href="http://www.alvinashcraft.com/tag/vsta/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 23, 2008</title>
		<link>http://www.alvinashcraft.com/2008/12/23/dew-drop-december-23-2008/</link>
		<comments>http://www.alvinashcraft.com/2008/12/23/dew-drop-december-23-2008/#comments</comments>
		<pubDate>Tue, 23 Dec 2008 22:32:11 +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[bdd]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[powershell]]></category>
		<category><![CDATA[silverlight]]></category>
		<category><![CDATA[vs2010]]></category>
		<category><![CDATA[vsta]]></category>
		<category><![CDATA[windows azure]]></category>

		<guid isPermaLink="false">http://www.alvinashcraft.com/2008/12/23/dew-drop-december-23-2008/</guid>
		<description><![CDATA[&#160; My blogging schedule is going to be a bit erratic over the holidays. I’ll try to get the Dew Drop up daily, but may miss a couple. &#160; .NET / Visual Studio Volatile Variables and C# Threads (Dave M. Bush) Cleaning Up Your C# Closet, Making Messy C# Code More Readable (Keith Elder) StructureMap [...]]]></description>
			<content:encoded><![CDATA[<p>&#160;</p>
<p><em>My blogging schedule is going to be a bit erratic over the holidays. I’ll try to get the Dew Drop up daily, but may miss a couple.</em></p>
<p>&#160;</p>
<h3>.NET / Visual Studio</h3>
<ul>
<li><a target="_blank" href="http://blog.dmbcllc.com/2008/12/22/volatile-variables-and-csharp-threads/">Volatile Variables and C# Threads</a> (Dave M. Bush)</li>
<li><a target="_blank" href="http://dotnet.dzone.com/news/cleaning-up-your-c-closet-maki">Cleaning Up Your C# Closet, Making Messy C# Code More Readable</a> (Keith Elder)</li>
<li><a target="_blank" href="http://codebetter.com/blogs/jeremy.miller/archive/2008/12/22/structuremap-2-5-1-is-released.aspx">StructureMap 2.5.1 Is Released</a> (Jeremy D. Miller)</li>
<li><a target="_blank" href="http://davesbox.com/archive/2008/12/22/return-an-empty-ienumerable-lt-t-gt-from-a-yield-iterator.aspx">Return an Empty IEnumerable&lt;T&gt; from a Yield Iterator</a> (David Kean)</li>
<li><a target="_blank" href="http://www.misfitgeek.com/Free+C+And+VB+Coding+Standards+Reference+Documents.aspx">Free C# and VB Coding Standards Reference Documents</a> (Joe Stagner)</li>
<li><a target="_blank" href="http://visualstudiohacks.com/tips/saving-the-find-results/">Saving the Find Results</a> (Darren Stokes)</li>
<li><a target="_blank" href="http://www.sellsbrothers.com/news/showTopic.aspx?ixTopic=2220">If You Liked Zork, You&#8217;ll Love Spork!</a> (Chris Sells)</li>
<li><a target="_blank" href="http://blogs.msdn.com/tomholl/archive/2008/12/23/stickynotes-for-visual-studio.aspx">StickyNotes for Visual Studio</a> (Tom Hollander)</li>
<li><a target="_blank" href="http://www.clemensreijnen.nl/post/The-VSTA-Layer-Diagram-and-the-P5eP-App-Arch-Guide-20.aspx">The VSTS Layer Diagram and the p&amp;p App Arch Guide 2.0</a> (Clemens Reijnen)</li>
<li><a target="_blank" href="http://tech.yahoo.com/news/infoworld/20081222/tc_infoworld/120960">Visual Studio, Ruby Improvements Slated</a> (Yahoo! Tech)</li>
<li><a target="_blank" href="http://community.irritatedvowel.com/blogs/pete_browns_blog/archive/2008/12/23/Dealing-with-the-_1C20_Project-file-must-include-the-.NET-Framework-assembly-_26201D20_-Error.aspx">Dealing with the &quot;Project File Must Include the .NET Framework Assembly&#8230;&quot; Error</a> (Pete Brown)</li>
</ul>
<p>&#160;</p>
<h3>Web Development</h3>
<ul>
<li><a target="_blank" href="http://www.learningjquery.com/2008/12/peeling-away-the-jquery-wrapper-and-finding-an-array">Peeling Away the jQuery Wrapper and Finding an Array</a> (Cody Lindley)</li>
<li><a target="_blank" href="http://blogs.msdn.com/davidlem/archive/2008/12/22/windows-azure-storage-more-blobs.aspx">Windows Azure Storage &#8211; More Blobs!</a> (David Lemphers)</li>
<li><a target="_blank" href="http://beginnermediate.com/blogs/buddylindsey/archive/2008/12/22/viewing-data-with-asp-net-mvc.aspx">Viewing Data with ASP.NET MVC</a> (Buddy Lindsey)</li>
<li><a target="_blank" href="http://blog.codeville.net/2008/12/22/editing-a-variable-length-list-of-items-in-aspnet-mvc/">Editing a Variable-Length List of Items in ASP.NET MVC</a> (Steve Sanderson)</li>
<li><a target="_blank" href="http://jamescbender.com/bendersblog/archive/2008/12/22/thoughts-on-the-wcf-rest-starter-kit.aspx">Thoughts on the WCF REST Starter Kit</a> (James C. Bender)</li>
<li><a target="_blank" href="http://blog.dmbcllc.com/2008/12/23/jquery-creating-plugins/">jQuery &#8211; Creating Plugins</a> (Dave M. Bush)</li>
</ul>
<p>&#160;</p>
<h3>Silverlight / WPF</h3>
<ul>
<li><a target="_blank" href="http://dev.live.com/blogs/devlive/archive/2008/12/23/441.aspx">DeepEarth Released on CodePlex</a> (Jon Bostwick)</li>
<li><a target="_blank" href="http://jonas.follesoe.no/MeshenablingTheDiveLogSilverlightApplication.aspx">Mesh-Enabling the Dive Log Silverlight Application</a> (Jonas Follesø)</li>
<li><a target="_blank" href="http://silverlight.net/blogs/jesseliberty/archive/2008/12/22/application-set-templates-amp-custom-controls.aspx">Application Set: Templates &amp; Custom Controls</a> (Jesse Liberty)</li>
</ul>
<p>&#160;</p>
<h3>Design / Methodology / Testing</h3>
<ul>
<li><a target="_blank" href="http://codebetter.com/blogs/karlseguin/archive/2008/12/22/new-repository-lt-t-gt-domagic.aspx">new Repository&lt;T&gt;().DoMagic()</a> (Karl Seguin)</li>
<li><a target="_blank" href="http://blog.reindel.com/2008/12/22/the-facade-design-pattern-in-javascript/">The Facade Design Pattern in Javascript</a> (Brian Reindel)</li>
<li><a target="_blank" href="http://martinfowler.com/bliki/DslExceptionalism.html">DSL Exceptionalism</a> (Martin Fowler)</li>
<li><a target="_blank" href="http://blogs.msdn.com/gblock/archive/2008/12/22/framework-guidelines-v2.aspx">Framework Guidelines V2</a> (Glenn Block)</li>
<li><a target="_blank" href="http://blog.jpboodhoo.com/HowIrsquomCurrentlyWritingMyBDDStyleTestsNdashPart2.aspx">How I&#8217;m Currently Writing My BDD Style Tests &#8211; Part 2</a> (Jean-Paul S. Boodhoo)</li>
<li><a target="_blank" href="http://www.lostechies.com/blogs/chad_myers/archive/2008/12/22/asynchronous-javascript-testing-with-qunit.aspx">Asynchronous JavaScript Testing with QUnit</a> (Chad Myers)</li>
<li><a target="_blank" href="http://davybrion.com/blog/2008/12/the-unrealistic-deadline-anti-pattern/">The Unrealistic Deadline Anti-Pattern</a> (Davy Brion)</li>
<li><a target="_blank" href="http://www.atalasoft.com/cs/blogs/rickm/archive/2008/12/23/how-will-you-parallelize-your-existing-codebase-try-r-a-s-p.aspx">How Will Your Parallelize your Existing Codebase? Try R.A.S.P.</a> (Rick Minerich)</li>
<li><a target="_blank" href="http://nayyeri.net/blog/about-scrum-ndash-the-online-resource-about-project-management/">About Scrum &#8211; The Online Resource About Project Management</a> (Keyvan Nayyeri)</li>
<li><a target="_blank" href="http://blogs.msdn.com/steverowe/archive/2008/12/23/stroustrup-on-what-s-wrong-with-cs-degrees.aspx"><font color="#ff8000">Stroustrup on What&#8217;s Wrong with CS Programs</font></a><font color="#ff8000"> (Steve Rowe) <em>– Link of the Day</em></font></li>
</ul>
<p>&#160;</p>
<h3>PowerShell</h3>
<ul>
<li><a target="_blank" href="http://huddledmasses.org/powershell-2-ctp-3-released/">PowerShell 2 CTP 3 Released</a> (Joel Bennett)</li>
<li><a target="_blank" href="http://blogs.msdn.com/powershell/archive/2008/12/23/more-advanced-functions-get-assembly-and-get-exportedtype.aspx">More Advanced Functions &#8211; Get-Assembly and Get-ExportedType</a> (Jeffrey Snover)</li>
</ul>
<p>&#160;</p>
<h3>Miscellaneous</h3>
<ul>
<li><a target="_blank" href="http://webworkerdaily.com/2008/12/22/what-will-it-take-to-be-a-web-worker-in-2009/">What Will It Take to Be a Web Worker in 2009?</a> (Celine Roque)</li>
<li><a target="_blank" href="http://blogs.technet.com/teamdhcp/archive/2008/12/19/what-is-dhcp-network-hint.aspx">What Is DHCP Network Hint?</a> (MS DHCP Team)</li>
<li><a target="_blank" href="http://www.makeuseof.com/tag/find-torrents-of-your-favorite-tv-shows-with-ted/">Find Torrents of Your Favorite TV Shows with TED</a> (Sharninder)</li>
<li><a target="_blank" href="http://dotnet.dzone.com/articles/the-top-5-books-i-read-2008">The Top 5 Books I Read in 2008</a> (Meera Subbarao)</li>
<li><a target="_blank" href="http://blogs.msdn.com/jmeier/archive/2008/12/22/the-zen-of-results-and-evernote.aspx">The Zen of Results and Evernote</a>&#160;<em>and</em>&#160;<a target="_blank" href="http://blogs.msdn.com/jmeier/archive/2008/12/23/know-your-learning-styles.aspx">Know Your Learning Styles</a> (J.D. Meier)</li>
<li><a target="_blank" href="http://www.bluerosegames.com/xna101/post/Dr-Popper-now-on-Xbox-Live-Community-Games.aspx">Dr. Popper Now on Xbox Live Community Games</a> (Bill Reiss)</li>
<li><a target="_blank" href="http://www.codinghorror.com/blog/archives/001173.html">Pressing the Software Turbo Button</a> (Jeff Atwood)</li>
<li><a target="_blank" href="http://nayyeri.net/blog/the-syndrome-of-verbose-blogging/">The Syndrome of Verbose Blogging</a> (Keyvan Nayyeri)</li>
<li><a target="_blank" href="http://paulgalvin.spaces.live.com/Blog/cns!1CC1EDB3DAA9B8AA!2995.entry">SharePoint Predictions for 2009</a> (Paul Galvin)</li>
</ul>
<p>&#160;</p>
<h3>More Link Collections</h3>
<ul>
<li><a target="_blank" href="http://visualstudiohacks.com/blog/visual-studio-links-91/">Visual Studio Links #91</a> (Darren Stokes)</li>
<li><a target="_blank" href="http://jasonhaley.com/blog/archive/2008/12/22/142624.aspx">Interesting Finds: December 22, 2008</a>&#160;<em>and</em>&#160;<a target="_blank" href="http://jasonhaley.com/blog/archive/2008/12/23/142628.aspx">Interesting Finds: December 23, 2008</a> (Jason Haley)</li>
<li><a target="_blank" href="http://www.cloudave.com/link/cloudnews-for-december-22nd-2008">CloudNews for December 22nd, 2008</a> (Mayank Gupta)</li>
<li><a target="_blank" href="http://geekswithblogs.net/WynApseTechnicalMusings/archive/2008/12/22/128119.aspx">Silverlight Cream for December 22, 2008 &#8212; #464</a>&#160;<em>and</em>&#160;<a target="_blank" href="http://geekswithblogs.net/WynApseTechnicalMusings/archive/2008/12/23/128136.aspx">Silverlight Cream for December 23, 2008 &#8212; #465</a> (Dave Campbell)</li>
<li><a target="_blank" href="http://weblogs.asp.net/yuanjian/archive/2008/12/22/interesting-finds-2008-12-19-2008-12-23.aspx">Interesting Finds: 2008.12.19~2008.12.23</a> (yuanjian)</li>
<li><a target="_blank" href="http://www.arjansworld.com/2008/12/22/linkblog-for-december-22-2008/">LINKBLOG for December 22, 2008</a> (Arjan Zuidhof)</li>
<li><a target="_blank" href="http://blog.cwa.me.uk/2008/12/23/the-morning-brew-250/">The Morning Brew #250</a> (Chris Alcock)</li>
<li><a target="_blank" href="http://www.techtoolblog.com/archives/daily-find-115">Daily Find #115</a> (Tim Boland)</li>
<li><a target="_blank" href="http://www.silverlightshow.net/news/Silverlight-News-for-December-23-2008.aspx">Silverlight News for December 23, 2008</a> (Silverlight Show)</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:a7389585-6ef1-4771-9e41-65f7635eae67" class="wlWriterEditableSmartContent">
<table cellspacing="0" cellpadding="2" width="400" border="0" unselectable="on">
<tbody>
<tr>
<td valign="top" width="400">
<p><a title="Agile Software Development with Scrum (Series in Agile Software Development): Ken Schwaber, Mike Beedle: Books" href="http://www.amazon.com/exec/obidos/ASIN/0130676349/alvinashcraft-20"><img src="http://images.amazon.com/images/P/0130676349.01.MZZZZZZZ.jpg" border="0" align="left" style="float:left">Agile Software Development with Scrum (Series in Agile Software Development): Ken Schwaber, Mike Beedle: Books</a></p>
<p><b>ISBN</b>: 0130676349<br /><b>ISBN-13</b>: 9780130676344</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:b8ba8241-2a1a-4776-9447-9ca07a90c533" class="wlWriterEditableSmartContent"><a href="http://www.dotnetkicks.com/kick/?url=http://www.alvinashcraft.com/2008/12/23/dew-drop-december-23-2008/"><img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http://www.alvinashcraft.com/2008/12/23/dew-drop-december-23-2008/" 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:59fa3805-8dcf-4b44-a8df-b585dcb0e41f" class="wlWriterEditableSmartContent">Technorati Tags: <a href="http://technorati.com/tags/powershell" rel="tag">powershell</a>,<a href="http://technorati.com/tags/vs2010" rel="tag">vs2010</a>,<a href="http://technorati.com/tags/vsta" rel="tag">vsta</a>,<a href="http://technorati.com/tags/silverlight" rel="tag">silverlight</a>,<a href="http://technorati.com/tags/bdd" rel="tag">bdd</a>,<a href="http://technorati.com/tags/windows+azure" rel="tag">windows azure</a>,<a href="http://technorati.com/tags/jquery" rel="tag">jquery</a>,<a href="http://technorati.com/tags/asp.net+mvc" rel="tag">asp.net mvc</a></div></p>
]]></content:encoded>
			<wfw:commentRss>http://www.alvinashcraft.com/2008/12/23/dew-drop-december-23-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

