<?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; cruisecontrol.net</title>
	<atom:link href="http://www.alvinashcraft.com/tag/cruisecontrolnet/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 3, 2009</title>
		<link>http://www.alvinashcraft.com/2009/06/03/dew-drop-june-3-2009/</link>
		<comments>http://www.alvinashcraft.com/2009/06/03/dew-drop-june-3-2009/#comments</comments>
		<pubDate>Wed, 03 Jun 2009 13:35: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[alt.net]]></category>
		<category><![CDATA[asp.net mvc]]></category>
		<category><![CDATA[bing]]></category>
		<category><![CDATA[cruisecontrol.net]]></category>
		<category><![CDATA[entity framework 4]]></category>
		<category><![CDATA[f#]]></category>
		<category><![CDATA[mvvm]]></category>
		<category><![CDATA[ndepend]]></category>
		<category><![CDATA[sharepoint]]></category>
		<category><![CDATA[silverlight]]></category>
		<category><![CDATA[sql server]]></category>
		<category><![CDATA[vs2010]]></category>
		<category><![CDATA[windows 7]]></category>
		<category><![CDATA[windows azure]]></category>
		<category><![CDATA[wpf]]></category>

		<guid isPermaLink="false">http://www.alvinashcraft.com/2009/06/03/dew-drop-june-3-2009/</guid>
		<description><![CDATA[&#160; .NET / Visual Studio Windows Ribbon: Introductory Tutorial (MS Downloads) NHibernate Mapping – &#60;map/&#62; (Oren Eini) Updated Dbfile project on CodePlex (Jason Haley) How to Iterate Through All the Properties of a Class (Deepak Choudhari) Visual Studio 2010: Multiple web.config versions (Gunnar Peipman) Using the WPF Visualizer to debug applications in Visual Studio 2010 [...]]]></description>
			<content:encoded><![CDATA[<p>&#160;</p>
<h3>.NET / Visual Studio</h3>
<ul>
<li><a href="http://feedproxy.google.com/~r/MicrosoftDownloadCenter/~3/z5X6cVw4i98/details.aspx">Windows Ribbon: Introductory Tutorial</a> (MS Downloads)</li>
<li><a href="http://feedproxy.google.com/~r/AyendeRahien/~3/XjPubRCM0vA/nhibernate-mapping-ndash-ltmapgt.aspx">NHibernate Mapping – &lt;map/&gt;</a> (Oren Eini)</li>
<li><a href="http://jasonhaley.com/blog/post.aspx?id=c4653294-e819-4507-a5f9-8d40a6d230ce">Updated Dbfile project on CodePlex</a> (Jason Haley)</li>
<li><a href="http://www.devx.com/tips/Tip/41969?trk=DXRSS_DOTNET">How to Iterate Through All the Properties of a Class</a> (Deepak Choudhari)</li>
<li><a href="http://feedproxy.google.com/~r/gunnarpeipman/~3/63FGSTkXfqs/visual-studio-2010-multiple-web-config-versions.aspx">Visual Studio 2010: Multiple web.config versions</a> (Gunnar Peipman)</li>
<li><a href="http://blogs.msdn.com/habibh/archive/2009/06/01/using-the-wpf-visualizer-to-debug-applications-in-visual-studio-2010.aspx">Using the WPF Visualizer to debug applications in Visual Studio 2010</a> <em>and</em>&#160;<a href="http://blogs.msdn.com/habibh/archive/2009/06/02/an-in-depth-look-at-the-historical-debugger-in-visual-studio-2010-part-i.aspx">An in depth look at the Historical Debugger in Visual Studio 2010 (Part I)</a> (Habib Heydarian)</li>
<li><a href="http://blogs.msdn.com/kirillosenkov/archive/2009/06/02/yield-return-and-continuation-passing-style.aspx">yield return and Continuation-Passing Style</a> (Kirill Osenkov)</li>
<li><a href="http://codebetter.com/blogs/kyle.baley/archive/2009/06/02/delayed-execution-with-yield-or-how-to-abdicate-cede-and-relent.aspx">Delayed execution with yield, or “How to abdicate, cede, and relent”</a> (Kyle Baley)</li>
<li><a href="http://feedproxy.google.com/~r/MarkNeedham/~3/YJJB7olbKjE/">F#: Tuples don&#8217;t seem to express intent well</a> (Mark Needham)</li>
<li><a href="http://blogs.msdn.com/publicsector/archive/2009/06/02/talking-points-building-app-using-net-workflow.aspx">Talking Points: Building App Using .NET Workflow</a> (Joel Reyes)</li>
</ul>
<p>&#160;</p>
<h3>Design / Methodology / Testing</h3>
<ul>
<li><a href="http://martinfowler.com/bliki/DynamicTypeCheck.html">Dynamic Type Check</a> (Martin Fowler)</li>
<li><a href="http://elegantcode.com/2009/06/02/ndepend-product-review/">NDepend: Product Review</a> (Chris Brandsma)</li>
<li><a href="http://blogs.msdn.com/eric_brechner/archive/2009/06/01/i-hardly-recognize-you.aspx">I Hardly Recognize You</a> (Eric Brechner <em>- a.k.a. I.M. Wright</em>)</li>
<li><a href="http://feedproxy.google.com/~r/robz/~3/WNtoVT7fsik/ndepend-and-cruisecontrol.net.aspx">nDepend and CruiseControl.NET</a> (Rob Reynolds)</li>
<li><a href="http://feedproxy.google.com/~r/techtoolblog/~3/CsawAVlskdY/balsamiq-awesomeness">Balsamiq Awesomeness</a> (Tim Boland)</li>
<li><a href="http://feedproxy.google.com/~r/PelisFarm/~3/oG0124nXCiM/SpecifyingInversionOfControlThroughContractsForInterfaces.aspx">Specifying Inversion of Control through Contracts for Interfaces</a> (Jonathan de Halleux)</li>
<li><a href="http://feedproxy.google.com/~r/noop/~3/cFcq4JWL658/three-levels-of-control.html">Three Levels of Control</a> (Jurgen Appelo)</li>
<li><a href="http://feedproxy.google.com/~r/MarkNeedham/~3/IAWg4EqbB4k/">Coding: Putting code where people can find it</a> (Mark Needham)</li>
<li><a href="http://codebetter.com/blogs/matthew.podwysocki/archive/2009/06/02/when-side-effects-and-laziness-collide.aspx">When Side Effects and Laziness Collide</a> (Matthew Podwysocki)</li>
<li><a href="http://feedproxy.google.com/~r/Synergist/~3/yBcxpgB3yiE/architect-council-pragmatic-patterns-for-architects.aspx">ARCHITECT COUNCIL | Pragmatic Patterns for Architects</a> (Michael S. Scherotter)</li>
<li><a href="http://feedproxy.google.com/~r/Iserializable/~3/dl9M8-a3Npw/using-explicit-arrange-act-assert-scopes-in-tests-thoughts.aspx">Using Explicit Arrange,Act,Assert scopes in tests – thoughts?</a> (Roy Osherove)</li>
<li><a href="http://feedproxy.google.com/~r/LosTechies/~3/czYrnNlMsoE/castle-activerecord-and-registering-classes-at-runtime.aspx">Castle ActiveRecord and registering classes at runtime</a> (Ryan Svihla)</li>
<li><a href="http://odetocode.com/Blogs/scott/archive/2009/06/02/12820.aspx">Don&#8217;t Ask Me If It&#8217;s Possible</a> (K. Scott Allen)</li>
<li><a href="http://feedproxy.google.com/~r/LosTechies/~3/EOuU7wX0_Z4/don-t-cross-the-streams.aspx">Don&#8217;t Cross the Streams</a> (Scott Densmore)</li>
</ul>
<p>&#160;</p>
<h3>Web Development</h3>
<ul>
<li><a href="http://googlesystem.blogspot.com/2009/06/test-your-site-in-different-browsers.html">Test Your Site in Different Browsers Using Adobe BrowserLab</a> (Alex Chitu) <em>– Looks like MS Expression Web 3’s SuperPreview.</em></li>
<li><a href="http://feedproxy.google.com/~r/flux88/~3/hYwlp0lbxMU/">jQuery Autocomplete with a Hidden Value</a> (Ben Scheirman)</li>
<li><a href="http://blogs.msdn.com/usisvde/archive/2009/06/02/new-storage-features-come-to-windows-azure.aspx">New Storage Features Come to Windows Azure</a> (Bruce Kyle)</li>
<li><a href="http://professionalaspnet.com/archive/2009/06/02/Displaying-a-Confirmation-Dialog-with-the-JQuery-UI-Dialog.aspx">Displaying a Confirmation Dialog with the JQuery UI Dialog</a> (Chris Love)</li>
<li><a href="http://blog.dmbcllc.com/2009/06/02/jquery-dialog/">jQuery – Dialog</a> (Dave M. Bush)</li>
<li><a href="http://pietschsoft.com/post.aspx?id=ad070bf0-ed36-4dcf-995a-d8f4217869a3">Bing Maps for Enterprise (formerly Virtual Earth) Licensing FAQ</a> (Chris Pietschmann)</li>
<li><a href="http://feedproxy.google.com/~r/jeffreypalermo/~3/6TvbdvdaOHA/">ASP.NET MVC and the templated partial view (death to ASCX)</a> (Jeffrey Palermo)</li>
<li><a href="http://www.codecapers.com/2009/06/html-5-future-of-application.html">HTML 5 – The Future of Application Development?</a> (Michael Ceranski)</li>
<li><a href="http://feedproxy.google.com/~r/mikeormond/~3/dPiDkz0VkBE/asp-net-mvc-training-kit.aspx">ASP.NET MVC Training Kit</a> (Mike Ormond)</li>
<li><a href="http://misfitgeek.com/blog/aspnet/update-on-windows-azure/">Update on Windows Azure</a> (Joe Stagner)</li>
<li><a href="http://stevepietrek.com/2009/06/01/learning-jquery-1-3-review/">Learning jQuery 1.3 Review</a> (Steve Pietrek)</li>
<li><a href="http://haacked.com/archive/2009/06/02/alternative-to-expressions.aspx"><font color="#ff8000">An Alternative Approach to Strongly Typed Helpers</font></a><font color="#ff8000"> (Phil Haack) <em>– Link of the Day</em></font></li>
<li><a href="http://codebetter.com/blogs/kyle.baley/archive/2009/05/28/branching-out-or-how-to-live-life-outside-asp-net-mvc.aspx">Branching out, or &quot;How to live life outside ASP.NET MVC&quot;</a> (Kyle Baley)</li>
<li><a href="http://blogs.msdn.com/marcelolr/archive/2009/06/02/simple-group-slicing-in-xslt.aspx">Simple group slicing in XSLT</a> (Marcelo Lopez Liuz)</li>
</ul>
<p>&#160;</p>
<h3>Silverlight / WPF</h3>
<ul>
<li><a href="http://blogs.windowsclient.net/rob_relyea/archive/2009/06/02/faq-how-to-prevent-x-null-from-being-written-by-xaml-writer.aspx">FAQ: how to prevent {x:Null} from being written by XAML writer</a> (Rob Relyea)</li>
<li><a href="http://geekswithblogs.net/tkokke/archive/2009/06/01/image-generation-in-php-using-wpf.aspx">Image generation in PHP using WPF</a> (Timmy Kokke)</li>
<li><a href="http://blogs.msdn.com/coding4fun/archive/2009/06/02/9688468.aspx">Robozzle</a> (Coding4Fun)</li>
<li><a href="http://blogs.msdn.com/tom/archive/2009/06/02/adventures-with-silverlight-3-0-and-sharepoint-part-1.aspx">Adventures with Silverlight 3.0 and SharePoint – Part 1</a> (Tom)</li>
<li><a href="http://feeds.dzone.com/~r/zones/dotnet/~3/U31-LZxVP4E/sync-multi-select-listbox">Sync Multi Select Listbox with ViewModel</a> (Marlon Grech)</li>
<li><a href="http://mtaulty.com/CommunityServer/blogs/mike_taultys_blog/archive/2009/06/02/silverlight-pong.aspx">Silverlight: Pong</a> <em>and</em>&#160;<a href="http://mtaulty.com/CommunityServer/blogs/mike_taultys_blog/archive/2009/06/02/silverlight-and-wpf-the-xaml-continuum.aspx">Silverlight and WPF: The XAML Continuum</a> (Mike Taulty)</li>
<li><a href="http://feedproxy.google.com/~r/LosTechies/~3/AVfDqEwo7Yg/fluent-silverlight-auto-wiring-inotifypropertychanged.aspx">Fluent Silverlight &#8211; Auto Wiring INotifyPropertyChanged</a> (Ray Houston)</li>
<li><a href="http://feedproxy.google.com/~r/Iserializable/~3/cSI6oduoFSM/upcoming-silverunit-preview.aspx">Upcoming SilverUnit Preview</a> (Roy Osherove)</li>
</ul>
<p>&#160;</p>
<h3>Podcasts / Screencasts / Videos</h3>
<ul>
<li><a href="http://channel9.msdn.com/posts/akMSFT/pp-SharePoint-Development-Guidance-v2-Whats-in-Drop-10/">p&amp;p SharePoint Development Guidance v2 &#8211; What&#8217;s in Drop 10?</a> (Ajoy Krishnamoorthy)</li>
<li><a href="http://www.dotnetrocks.com/default.aspx?ShowNum=451">.NET Rocks! &#8211; Dan Simmons Talks EF Version 4</a> (Carl Franklin)</li>
<li><a href="http://channel9.msdn.com/shows/Going+Deep/Louis-Lafreniere-Next-Generation-Buffer-Overrun-Protection-gs/">Louis Lafreniere: Next Generation Buffer Overrun Protection with gs++</a> (Charles Torre)</li>
<li><a href="http://www.dimecasts.net/Casts/CastFeedDetails/114">DimeCasts.NET # 114 &#8211; How to Create a Custom Performance Counter</a> (Derik Whittaker)</li>
<li><a href="http://blogs.msdn.com/microsoft_press/archive/2009/06/02/i-m-wright-podcast-i-hardly-recognize-you.aspx">I. M. Wright podcast: “I hardly recognize you”</a> (Devon Musgrave)</li>
<li><a href="http://channel9.msdn.com/posts/Peli/Qex-Symbolic-Query-Exploration/">Margus Veanes and Pavel Grigorenko &#8211; Qex &#8211; Symbolic SQL Query Exploration</a> (Peli de Halleux)</li>
<li><a href="http://feedproxy.google.com/~r/Powerscripting/~3/V4-DJOdi0IM/index.php">Episode 71 &#8211; PowerScripting Podcast &#8211; Doug Hazelman from Veem</a> (Jonathan Walz &amp; Hal Rottenberg)</li>
<li><a href="http://pragprog.com/podcasts/show/28">Quinton Wall on &quot;The Seed of Hope&quot;</a> (The Pragmatic Programmers)</li>
<li><a href="http://feeds.dzone.com/~r/zones/dotnet/~3/rD6yF8RsVpQ/video-typemock-basics-tutorial">Video: Typemock Basics Tutorial &#8211; Lesson 1 (Part 1)</a> (Me)</li>
<li><a href="http://www.lhotka.net/weblog/CSLANETForSilverlightVideoSegment5Available.aspx">CSLA .NET for Silverlight video segment 5 available</a> (Rockford Lhotka)</li>
</ul>
<p>&#160;</p>
<h3>Community / Events</h3>
<ul>
<li><a href="http://feedproxy.google.com/~r/bdpersist/~3/rdjpWeSL_t0/surprise-philly-alt.net-meeting-with-scott-bellware.aspx">Surprise Philly ALT.NET Meeting With Scott Bellware!</a> (Brian Donahue)</li>
<li><a href="http://blogs.msdn.com/usisvde/archive/2009/06/02/you-re-invited-for-half-day-windows-7-application-compatibility-labs-across-the-us.aspx">You’re Invited for Half-Day Windows 7 Application Compatibility Labs Across the US</a> (Bruce Kyle)</li>
<li><a href="http://feedproxy.google.com/~r/liveside/~3/flVTVPBBi1c/surprises-abound-at-microsoft-s-e3-press-briefing.aspx">Surprises abound at Microsoft’s E3 Press Briefing</a> (Chris Poirier)</li>
<li><a href="http://feedproxy.google.com/~r/MatthewPodwysockisBlog/~3/ZoRXHzt0yik/ann-dc-alt-net-6-10-2009-evan-light-on-bdd.aspx">[ANN] DC ALT.NET – 6/10/2009 – Evan Light on BDD</a> (Matthew Podwysocki)</li>
<li><a href="http://blogs.msdn.com/codeplex/archive/2009/06/02/will-code-for-green-contest.aspx">Will Code for Green contest</a> (Sara Ford)</li>
<li><a href="http://through-the-interface.typepad.com/through_the_interface/2009/06/winner-of-the-f-programming-contest.html">Winner of the F# Programming Contest</a> (Kean Walmsley)</li>
<li><a href="http://misfitgeek.com/blog/news/prism-training-class-july-7-9/">Prism Training Class July 7-9</a> (Joe Stagner)</li>
</ul>
<p>&#160;</p>
<h3>Database</h3>
<ul>
<li><a href="http://betav.com/blog/billva/2009/06/solution-sql-server-report-bui.html">Solution: SQL Server Report Builder 2.0 Errors</a> (William Vaughn)</li>
<li><a href="http://blog.sqlauthority.com/2009/06/03/sql-server-connect-item-vote-for-feature-request-function-trim/">SQL SERVER – Connect Item – Vote for Feature Request Function TRIM</a> (Pinal Dave)</li>
<li><a href="http://blogs.lessthandot.com/index.php/DataMgmt/DataDesign/your-testbed-has-to-have-the-same-volume">Your testbed has to have the same volume of data as on production in order to simulate normal usage</a> (Denis Gobo)</li>
</ul>
<p>&#160;</p>
<h3>Miscellaneous</h3>
<ul>
<li><a href="http://bhandler.spaces.live.com/Blog/cns!70F64BC910C9F7F3!5598.entry">Microsoft Releases Free &quot;Bing&quot; Search Software &amp; Resources</a> (Blake Handler)</li>
<li><a href="http://feedproxy.google.com/~r/MicrosoftDownloadCenter/~3/u7z2586VVXQ/details.aspx">BingTones for your phone</a> (MS Downloads)</li>
<li><a href="http://www.microsoft.com/presspass/press/2009/jun09/06-02Windows7HardwarePR.mspx?rss_fdn=Press%20Releases">Microsoft Hardware Launches Exclusive Features for Windows 7</a> (MS PressPass)</li>
<li><a href="http://www.pheedcontent.com/click.phdo?i=1fefdfc9d1af0064b34da84154569b89">YouTube XL: YouTube launches TV sized video browser</a> (Brad Linder)</li>
<li><a href="http://blogs.msdn.com/usisvde/archive/2009/06/02/free-training-for-getting-started-as-a-developer.aspx">Free Training for Getting Started as a Developer</a> (Bruce Kyle)</li>
<li><a href="http://feedproxy.google.com/~r/DeadprogrammersCafe/~3/wyr9radaxq4/homer-simpsons-toothpick-method-of-blogging">Homer Simpson&#8217;s Toothpick Method of Blogging</a> (Michael Krakovskiy)</li>
<li><a href="http://feedproxy.google.com/~r/Webworkerdaily/~3/k2taOJA4Gdg/">Achieve Your Goals by Putting Them Online</a> (Darrell Etherington)</li>
<li><a href="http://blogs.msdn.com/e7/archive/2009/06/03/creating-saving-sharing-themes-in-windows-7.aspx">Creating, Saving, Sharing Themes in Windows 7</a> (Katie Frigon)</li>
<li><a href="http://feedproxy.google.com/~r/zdnet/Bott/~3/cN8Dh_UDRjc/">Windows 7 to launch October 22; RTM next month</a> (Ed Bott)</li>
<li><a href="http://feedproxy.google.com/~r/liveside/~3/Cc-Hdg18gBw/zune-hd-to-include-xbox-live-games.aspx">Zune HD to include Xbox Live games?</a> (Kip Kniskern)</li>
<li><a href="http://blogs.msdn.com/jmeier/archive/2009/06/02/you-2-0-free-e-book.aspx">You 2.0 Free E-Book</a> (J.D. Meier)</li>
<li><a href="http://www.codeproject.com/KB/Blogs/iPhone_gaming_1.aspx">iPhone Gaming Framework: Stage 1 Tutorial</a>&#160;<em>and</em>&#160;<a href="http://www.codeproject.com/KB/Blogs/iPhone_gaming_2.aspx">Stage 2 Tutorial</a> (Craig Giles)</li>
<li><a href="http://www.codinghorror.com/blog/archives/001271.html">I Stopped Reading Your Blog Years Ago</a> <em>and</em>&#160;<a href="http://blog.stackoverflow.com/2009/06/jobs-at-stack-overflow/">Jobs at Stack Overflow</a> (Jeff Atwood)</li>
<li><a href="http://feedproxy.google.com/~r/UsDevPartnersBlog/~3/8Hqts1BjjVk/registered-member-news-the-microsoft-action-pack-is-going-digital-02june06.aspx">Registered Member News: The Microsoft Action Pack is Going Digital &#8211; 02June06</a> (John McClelland)</li>
<li><a href="http://uxevangelist.blogspot.com/2009/06/windows-7-more-from-wzor.html">Windows 7: More From Wzor</a> (Stephen Chapman)</li>
<li><a href="http://blogs.msdn.com/stevecla01/archive/2009/06/02/microsoft-is-getting-things-right-this-time.aspx">Microsoft is Getting Things Right This Time</a> (Steve Clayton)</li>
<li><a href="http://www.betanews.com/article/Bing-vs-Google-faceoff-round-2/1243956925">Bing vs. Google face-off, round 2</a> (Scott M. Fulton, III)</li>
<li><a href="http://community.winsupersite.com/blogs/paul/archive/2009/06/02/windows-server-2008-r2-will-follow-the-same-rtm-ga-dates-as-windows-7.aspx">Windows Server 2008 R2 will follow the same RTM, GA dates as Windows 7</a> (Paul Thurrott)</li>
<li><a href="http://misfitgeek.com/blog/microsoft-contributing-to-php-open-source-projects-ndash-weird/">Microsoft Contributing to PHP Open Source Projects &#8211; Weird?</a> (Joe Stagner)</li>
</ul>
<p>&#160;</p>
<h3>More Link Collections</h3>
<ul>
<li><a href="http://feedproxy.google.com/~r/ArjansWorld/~3/tb0xuVmleyY/">LINKBLOG for June 2, 2009</a> (Arjan Zuidhof)</li>
<li><a href="http://jasonhaley.com/blog/post.aspx?id=15537c78-9baa-4937-a858-d0e6cfa95f08">Interesting Finds, June 2, 2009</a> (Jason Haley)</li>
<li><a href="http://feedproxy.google.com/~r/ReflectivePerspective/~3/l-kDiOKosLk/">The Morning Brew #360</a> (Chris Alcock)</li>
<li><a href="http://geekswithblogs.net/WynApseTechnicalMusings/archive/2009/06/02/132576.aspx">Silverlight Cream for June 02, 2009 &#8212; #606</a> (Dave Campbell)</li>
<li><a href="http://feeds.jasongaylord.com/~r/JasonNGaylord/~3/vhigsHZz6Rk/the-technology-post-for-june-2nd.aspx">The Technology Post for June 2nd</a> (Jason N. Gaylord)</li>
<li><a href="http://www.cloudave.com/link/cloudnews-for-2nd-june-2009">CloudNews for 2nd June, 2009</a> (Sameer Gupta)</li>
<li><a href="http://feedproxy.google.com/~r/SamGentile/~3/zgPXx0pfr0w/">Windows Azure and Cloud Computing Posts for 6/1/2009+</a> (Sam Gentile<graffiti @YOURSITE.COM>)</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:b42ad798-3390-4a7f-9379-7e982489f045" class="wlWriterSmartContent">
<table cellspacing="0" cellpadding="2" width="400" border="0" unselectable="on">
<tbody>
<tr>
<td valign="top" width="400">
<p><a title="Software Requirements, Second Edition (Pro-Best Practices): Karl E. Wiegers: Books" href="http://www.amazon.com/exec/obidos/ASIN/0735618798/alvinashcraft-20"><img src="http://images.amazon.com/images/P/0735618798.01.MZZZZZZZ.jpg" border="0" align="left" style="float:left">Software Requirements, Second Edition (Pro-Best Practices): Karl E. Wiegers: Books</a></p>
<p><b>ISBN</b>: 0735618798<br /><b>ISBN-13</b>: 9780735618794</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:ab7859f5-ccd1-4be2-9fa9-b52b36da0b2b" class="wlWriterSmartContent"><a href="http://www.dotnetkicks.com/kick/?url=http://www.alvinashcraft.com/2009/06/03/dew-drop-june-3-2009/"><img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http://www.alvinashcraft.com/2009/06/03/dew-drop-june-3-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:74bc76a8-a172-426e-a203-1749655bf06c" class="wlWriterSmartContent">Technorati Tags: <a href="http://technorati.com/tags/windows+azure" rel="tag">windows azure</a>,<a href="http://technorati.com/tags/.net+framework" rel="tag">.net framework</a>,<a href="http://technorati.com/tags/f%23" rel="tag">f#</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/mvvm" rel="tag">mvvm</a>,<a href="http://technorati.com/tags/windows+7" rel="tag">windows 7</a>,<a href="http://technorati.com/tags/bing" rel="tag">bing</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/alt.net" rel="tag">alt.net</a>,<a href="http://technorati.com/tags/ndepend" rel="tag">ndepend</a>,<a href="http://technorati.com/tags/cruisecontrol.net" rel="tag">cruisecontrol.net</a>,<a href="http://technorati.com/tags/asp.net+mvc" rel="tag">asp.net mvc</a>,<a href="http://technorati.com/tags/entity+framework+4" rel="tag">entity framework 4</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%2f06%2f03%2fdew-drop-june-3-2009%2f&amp;title=Dew+Drop+-+June+3%2c+2009"><img alt="Shout it" src="http://dotnetshoutout.com/image.axd?url=http://www.alvinashcraft.com/2009/06/03/dew-drop-june-3-2009/" style="border:0px" /></a></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.alvinashcraft.com/2009/06/03/dew-drop-june-3-2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dew Drop &#8211; March 15, 2009</title>
		<link>http://www.alvinashcraft.com/2009/03/15/dew-drop-march-15-2009/</link>
		<comments>http://www.alvinashcraft.com/2009/03/15/dew-drop-march-15-2009/#comments</comments>
		<pubDate>Sun, 15 Mar 2009 20:16:48 +0000</pubDate>
		<dc:creator>Alvin Ashcraft</dc:creator>
				<category><![CDATA[Daily Links]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[.net development]]></category>
		<category><![CDATA[cruisecontrol.net]]></category>
		<category><![CDATA[friendfeed]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[outlook]]></category>
		<category><![CDATA[powershell]]></category>
		<category><![CDATA[resharper]]></category>
		<category><![CDATA[sharepoint]]></category>
		<category><![CDATA[sql server]]></category>
		<category><![CDATA[stylecop]]></category>
		<category><![CDATA[windows 7]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://www.alvinashcraft.com/2009/03/15/dew-drop-march-15-2009/</guid>
		<description><![CDATA[&#160; .NET / Visual Studio NHibernate 2.1 Alpha 1 Is Out! and&#160;Upgrading To NHibernate 2.1 (Davy Brion) Ninject knows a new trick (Ivan Porto Carerro) Connecting to Live Mesh with the Live ID Client SDK (Sean Timm) Book Review: ASP.NET 3.5 Application Architecture and Design (Muhammad Mosa) Analyzing the code base of CruiseControl.NET (Patrick Smacchia) [...]]]></description>
			<content:encoded><![CDATA[<p>&#160;</p>
<h3>.NET / Visual Studio</h3>
<ul>
<li><a href="http://feedproxy.google.com/~r/davybrion/~3/hC38f74tU6M/">NHibernate 2.1 Alpha 1 Is Out!</a> <em>and</em>&#160;<a href="http://feedproxy.google.com/~r/davybrion/~3/r4QGzpaf7GM/">Upgrading To NHibernate 2.1</a> (Davy Brion)</li>
<li><a href="http://feedproxy.google.com/~r/casualjim/~3/rwgNH8ovP4E/">Ninject knows a new trick</a> (Ivan Porto Carerro)</li>
<li><a href="http://elegantcode.com/2009/03/14/connecting-to-live-mesh-with-the-live-id-client-sdk/">Connecting to Live Mesh with the Live ID Client SDK</a> (Sean Timm)</li>
<li><a href="http://feedproxy.google.com/~r/MosesOfEgyptBlog/~3/ie31EmQ10CM/post.aspx">Book Review: ASP.NET 3.5 Application Architecture and Design</a> (Muhammad Mosa)</li>
<li><a href="http://feedproxy.google.com/~r/CodeBetter/~3/UmyWkIHj1_g/analyzing-the-code-base-of-cruisecontrol-net.aspx">Analyzing the code base of CruiseControl.NET</a> (Patrick Smacchia)</li>
<li><a href="http://dotnet.org.za/rudi/archive/2009/03/15/extract-properties-to-style.aspx"><font color="#ff8000">Extract Properties To Style</font></a><font color="#ff8000"> (Rudi Grobler) <em>– Link of the Day</em></font></li>
<li><a href="http://ps4vs.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=24715">PowerShell for Visual Studio – Release</a>&#160;<em>and</em>&#160;<a href="http://stylecopforresharper.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=24734">StyleCop for ReSharper &#8211; Release Candidate &#8211; Refresh (0.0.14317.000)</a> (CodePlex)</li>
</ul>
<p>&#160;</p>
<h3>Design / Methodology / Testing</h3>
<ul>
<li><a href="http://feedproxy.google.com/~r/sharepointmvpblogs/~3/FETpRHG_uEI/">Future Creep – Your aren’t gonna need it!</a> (Andrew Woodward)</li>
<li><a href="http://feedproxy.google.com/~r/LeadingAgile/~3/-EqN1UsVIic/product-owner-or-product-ownership.html">Product Owner or Product Ownership</a> (Mike Cottmeyer)</li>
</ul>
<p>&#160;</p>
<h3>Database</h3>
<ul>
<li><a href="http://feedproxy.google.com/~r/AyendeRahien/~3/OcaHUPDjbXA/designing-a-document-database-view-syntax.aspx">Designing a document database: View syntax</a> (Oren Eini)</li>
<li><a href="http://blog.sqlauthority.com/2009/03/15/sql-server-interesting-observation-of-on-clause-on-left-join-how-on-clause-effects-resultset-in-left-join/">SQL SERVER &#8211; Interesting Observation of ON Clause on LEFT JOIN &#8211; How ON Clause Effects Resultset in LEFT JOIN</a> (Pinal Dave)</li>
</ul>
<p>&#160;</p>
<h3>Community / Events</h3>
<ul>
<li><a href="http://feedproxy.google.com/~r/JesseLiberty-SilverlightGeek/~3/vDDWY5lDqZ0/let-s-talk-silverlight-at-mix.aspx">Let’s Talk Silverlight At Mix!</a> (Jesse Liberty)</li>
<li><a href="http://scobleizer.com/2009/03/14/robert-and-rocky-ride-again-at-rackspace/">Robert and Rocky ride again at Rackspace</a> (Robert Scoble)</li>
</ul>
<p>&#160;</p>
<h3>Miscellaneous</h3>
<ul>
<li><a href="http://bhandler.spaces.live.com/Blog/cns!70F64BC910C9F7F3!5333.entry">Microsoft Blogger Recommends Free &quot;ClearContext&quot; Personal Organizer Add-in for Outlook 2007</a> (Blake Handler)</li>
<li><a href="http://feedproxy.google.com/~r/jsmag/~3/mVa05vkcnvU/">Interesting first week for JSMag</a> (Michael Kimsal)</li>
<li><a href="http://www.downloadsquad.com/2009/03/14/friendfeed-notifier-brings-real-time-updates-to-the-desktop/">FriendFeed Notifier brings real-time updates to the desktop</a> (Jay Hathaway)</li>
<li><a href="http://feedproxy.google.com/~r/CodeBetter/~3/zxMW0uE9ZaM/can-we-declare-programming-in-xml-to-be-dead-yet.aspx">Can we declare programming in Xml to be dead yet?</a> (Jeremy D. Miller)</li>
<li><a href="http://www.downloadsquad.com/2009/03/14/how-to-fix-the-windows-7-7057-desktop-ini-startup-bug/">How to fix the Windows 7 7057 desktop.ini startup bug</a> (Lee Mathews)</li>
<li><a href="http://feedproxy.google.com/~r/sharepointmvpblogs/~3/q_BgDyuhYO4/quality-sharepoint-books.aspx">Quality SharePoint books</a> (Spence Harbar)</li>
</ul>
<p>&#160;</p>
<p>More Link Collections</p>
<ul>
<li><a href="http://geekswithblogs.net/WynApseTechnicalMusings/archive/2009/03/15/130099.aspx">Silverlight Cream for March 15, 2009 &#8212; #541</a> (Dave Campbell)</li>
<li><a href="http://jasonhaley.com/blog/archive/2009/03/15/143043.aspx">Interesting Finds: March 15, 2009</a> (Jason Haley)</li>
<li><a href="http://samgentile.com/Web/new-and-notable/new-and-notable-305/">New and Notable 305</a> (Sam Gentile)</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:3f9e7f3b-46e3-4ee8-b954-ca1d78f8cdba" 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 3.5 Application Architecture and Design: Vivek Thakur: Books" href="http://www.amazon.com/exec/obidos/ASIN/1847195504/alvinashcraft-20"><img src="http://images.amazon.com/images/P/1847195504.01.MZZZZZZZ.jpg" border="0" align="left" style="float:left">ASP.NET 3.5 Application Architecture and Design: Vivek Thakur: Books</a></p>
<p><b>ISBN</b>: 1847195504<br /><b>ISBN-13</b>: 9781847195500</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:4bdf2787-146e-4008-a865-6b78b3c080f8" class="wlWriterSmartContent"><a href="http://www.dotnetkicks.com/kick/?url=http://www.alvinashcraft.com/2009/03/15/dew-drop-march-15-2009/"><img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http://www.alvinashcraft.com/2009/03/15/dew-drop-march-15-2009/" border="0" alt="kick it on DotNetKicks.com" /></a></div>
<p>&#160;</p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:a044f6d5-ff24-4c2f-8fd9-790bad230a5f" class="wlWriterSmartContent">Technorati Tags: <a href="http://technorati.com/tags/.net+development" rel="tag">.net development</a>,<a href="http://technorati.com/tags/powershell" rel="tag">powershell</a>,<a href="http://technorati.com/tags/stylecop" rel="tag">stylecop</a>,<a href="http://technorati.com/tags/resharper" rel="tag">resharper</a>,<a href="http://technorati.com/tags/windows+7" rel="tag">windows 7</a>,<a href="http://technorati.com/tags/friendfeed" rel="tag">friendfeed</a>,<a href="http://technorati.com/tags/javascript" rel="tag">javascript</a>,<a href="http://technorati.com/tags/xml" rel="tag">xml</a>,<a href="http://technorati.com/tags/sharepoint" rel="tag">sharepoint</a>,<a href="http://technorati.com/tags/cruisecontrol.net" rel="tag">cruisecontrol.net</a>,<a href="http://technorati.com/tags/sql+server" rel="tag">sql server</a>,<a href="http://technorati.com/tags/outlook" rel="tag">outlook</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%2f15%2fdew-drop-march-15-2009%2f&amp;title=Dew+Drop+-+March+15%2c+2009"><img alt="Shout it" src="http://dotnetshoutout.com/image.axd?url=http://www.alvinashcraft.com/2009/03/15/dew-drop-march-15-2009/" style="border:0px" /></a></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.alvinashcraft.com/2009/03/15/dew-drop-march-15-2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

