<?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; android</title>
	<atom:link href="http://www.alvinashcraft.com/tag/android/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; January 13, 2012 (#1,241)</title>
		<link>http://www.alvinashcraft.com/2012/01/13/dew-drop-january-13-2012-1241/</link>
		<comments>http://www.alvinashcraft.com/2012/01/13/dew-drop-january-13-2012-1241/#comments</comments>
		<pubDate>Fri, 13 Jan 2012 14:01:14 +0000</pubDate>
		<dc:creator>Alvin Ashcraft</dc:creator>
				<category><![CDATA[Daily Links]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[data explorer]]></category>
		<category><![CDATA[entity framework]]></category>
		<category><![CDATA[lightswitch]]></category>
		<category><![CDATA[monotouch]]></category>
		<category><![CDATA[resharper]]></category>
		<category><![CDATA[silverlight]]></category>
		<category><![CDATA[sql server]]></category>
		<category><![CDATA[vs2010]]></category>
		<category><![CDATA[wcf]]></category>
		<category><![CDATA[windows 8]]></category>
		<category><![CDATA[windows phone]]></category>
		<category><![CDATA[winrt]]></category>
		<category><![CDATA[wpf]]></category>

		<guid isPermaLink="false">http://www.alvinashcraft.com/?p=2097</guid>
		<description><![CDATA[Top Links Caliburn Micro Part 1: Getting Started (Jason Fauchelle) EF 4.3 Beta 1 Released (EF Team) Scoping CQRS/ES Guidance Project (Grigori Melnik) JavaScript Pattern Collection (Shi Chuan) 101 Async Samples (Joe Mayo) &#160; .NET / Visual Studio Northwind Starter Kit Review: Data Access review thoughts (Oren Eini) SSDT CTP4 and Visual Studio 11 Developer [...]]]></description>
			<content:encoded><![CDATA[<h3><a name="top"></a>Top Links</h3>
<ul>
<li><a href="http://www.mindscapehq.com/blog/index.php/2012/01/12/caliburn-micro-part-1-getting-started/">Caliburn Micro Part 1: Getting Started</a> (Jason Fauchelle)</li>
<li><a href="http://blogs.msdn.com/b/adonet/archive/2012/01/12/ef-4-3-beta-1-released.aspx">EF 4.3 Beta 1 Released</a> (EF Team)</li>
<li><a href="http://blogs.msdn.com/b/agile/archive/2012/01/12/scoping-cqrs-es-guidance-project.aspx">Scoping CQRS/ES Guidance Project</a> (Grigori Melnik)</li>
<li><a href="http://feedproxy.google.com/~r/highub-blog/~3/tIMn-3Ly8VY/">JavaScript Pattern Collection</a> (Shi Chuan)</li>
<li><a href="http://geekswithblogs.net/WinAZ/archive/2012/01/12/101-async-samples.aspx">101 Async Samples</a> (Joe Mayo)</li>
</ul>
<p>&#160;</p>
<h3><a name="dotnet"></a>.NET / Visual Studio</h3>
<ul>
<li><a href="http://feedproxy.google.com/~r/AyendeRahien/~3/nmaGayAG1Hg/northwind-starter-kit-review-data-access-review-thoughts">Northwind Starter Kit Review: Data Access review thoughts</a> (Oren Eini)</li>
<li><a href="http://feedproxy.google.com/~r/ssdtblog/~3/MAUlt7EpAY8/ssdt-ctp4-and-visual-studio-11-developer-preview.aspx">SSDT CTP4 and Visual Studio 11 Developer Preview</a> (Adam Mahood)</li>
<li><a href="http://debugmode.net/2012/01/13/how-to-work-with-custom-method-in-wcf-data-service/">How to work with Custom Method in WCF Data Service?</a> <em>and</em> <a href="http://debugmode.net/2012/01/12/flyout-control-in-windows-8-html-javascript-metro-application/">Flyout control in Windows 8 HTML JavaScript Metro Application</a> <em>and</em> <a href="http://debugmode.net/2012/01/13/code-analysis-using-telerik-justcode/">Code analysis using Telerik JustCode</a> (Dhananjay Kumar)</li>
<li><a href="http://feedproxy.google.com/~r/BlackRabbitCoder/~3/PGzsdYj9_tI/c.net-little-pitfalls-stopwatch-ticks-are-not-timespan-ticks.aspx">C#/.NET Little Pitfalls: Stopwatch Ticks are not TimeSpan Ticks</a> (James Michael Hare)</li>
<li><a href="http://morewally.com/cs/blogs/wallym/archive/2012/01/12/my-artilcle-on-the-uitableview-with-monotouch-and-the-iphone-ios-is-now-online.aspx">My Artilcle on the UITableView with MonoTouch and the iPhone/iOS is now online</a> (Wally McClure)</li>
<li><a href="http://blogs.microsoft.co.il/blogs/sasha/archive/2012/01/12/garbage-collection-in-the-age-of-smart-pointers.aspx">Garbage Collection in The Age of Smart Pointers</a> (Sasha Goldshtein)</li>
<li><a href="http://geekswithblogs.net/simonc/archive/2012/01/12/inside-the-concurrent-collections-concurrentstack.aspx">Inside the Concurrent Collections: ConcurrentStack</a> (Simon Cooper)</li>
<li><a href="http://feedproxy.google.com/~r/TeamPulse/~3/zxMtoE4Ll6c/2012-roadmap-revealed-6-major-releases.aspx">2012 Roadmap Revealed: 6 Major Releases</a> (TeamPulse Team)</li>
<li><a href="http://blogs.msdn.com/b/oldnewthing/archive/2012/01/12/10255744.aspx">Why does CreateEvent fail with ERROR_PATH_NOT_FOUND if I give it a name with a backslash?</a> (Raymond Chen)</li>
<li><a href="http://www.josephguadagno.net/post.aspx?id=a420932e-458e-4ad1-be7f-5a1eddc75c53">DebuggerDisplay Attribute</a> (Joseph Guadagno)</li>
<li><a href="http://feedproxy.google.com/~r/Telerik/~3/lL7A9WEhD6c/search-in-justdecompile.aspx">Search in JustDecompile</a> (JustDecompile Team)</li>
<li><a href="http://www.sharpgis.net/post.aspx?id=40695696-3683-4fe6-a09e-3c75ba454d6c">Reading and Writing text files in Windows 8 Metro</a> (Morten Nielsen)</li>
<li><a href="http://coolthingoftheday.blogspot.com/2012/01/speaking-of-speech-recognition-check.html">Speaking of Speech Recognition&#8230; Check out Julius, the OSS high-performance, two-pass large vocabulary continuous speech recognition (LVCSR) decoder</a> (Greg Duncan)</li>
<li><a href="http://blogs.msdn.com/b/adonet/archive/2012/01/12/ef-4-3-configuration-file-settings.aspx">EF 4.3 Configuration File Settings</a> <em>and</em> <a href="http://blogs.msdn.com/b/adonet/archive/2012/01/12/ef-4-3-beta-1-automatic-migrations-walkthrough.aspx">EF 4.3 Beta 1: Automatic Migrations Walkthrough</a> <em>and</em> <a href="http://blogs.msdn.com/b/adonet/archive/2012/01/12/ef-4-3-beta-1-code-based-migrations-walkthrough.aspx">EF 4.3 Beta 1: Code-Based Migrations Walkthrough</a> (Rowan Miller)</li>
<li><a href="http://feeds.dzone.com/~r/zones/dotnet/~3/r4UJVNh5aoQ/developing-apps-windows-8">Developing Apps for Windows 8</a> (Christopher Smith)</li>
<li><a href="http://www.japf.fr/2012/01/resharper-and-code-generation/">ReSharper and code generation</a> (Jeremy Alles)</li>
<li><a href="http://feedproxy.google.com/~r/RickStrahl/~3/skG-VegNXKM/Unable-to-cast-transparent-proxy-to-type-type" target="_blank">Unable to cast transparent proxy to type &lt;type&gt;</a> (Rick Strahl)</li>
</ul>
<p>&#160;</p>
<h3><a name="web"></a>Web Development</h3>
<ul>
<li><a href="http://coolthingoftheday.blogspot.com/2012/01/html5-reference-poster.html">HTML5 Reference Poster</a> <em>and</em> <a href="http://coolthingoftheday.blogspot.com/2012/01/bipin-shows-us-that-creating-tag-cloud.html">Bipin shows us that creating a tag cloud doesn&#8217;t have to be hard to do (in ASP.Net)</a> (Greg Duncan)</li>
<li><a href="http://feedproxy.google.com/~r/DiaryOfAnetDeveloperByJefClaes/~3/Mu8cMaueYXA/approach-to-mobile-support-in-aspnet.html">An approach to mobile support in ASP.NET MVC</a> (Jef Claes)</li>
<li><a href="http://feeds.dzone.com/~r/zones/css/~3/e7snun9qhvw/automatically-numbering">Automatically numbering headings via CSS</a> (Axel Rauschmayer)</li>
<li><a href="http://feedproxy.google.com/~r/wekeroad/EeKc/~3/0iUe-v11f44/">Understanding the Rails Asset Pipeline</a> (Rob Conery)</li>
<li><a href="http://feedproxy.google.com/~r/IUpdateable/~3/LCHannx3Gcg/">My top 3 improvements in Windows Azure from the December update</a> (Eric Nelson)</li>
<li><a href="http://blogs.msdn.com/b/usisvde/archive/2012/01/12/new-api-lets-you-show-three-alternative-routes-on-bing-maps.aspx">New API Lets You Show Three Alternative Routes on Bing Maps</a> (Bruce Kyle)</li>
<li><a href="http://feedproxy.google.com/~r/AjaxBestiary/~3/FRnJwNlAzPQ/">Access Amazon’s EC2 (and more) from within NodeJS</a> (Dave Mahon)</li>
</ul>
<p>&#160;</p>
<h3><a name="design"></a>Design / Methodology / Testing</h3>
<ul>
<li><a href="http://feedproxy.google.com/~r/blogspot/hsDu/~3/iHQNI_dgb2w/introducing-android-design-site.html">Introducing the Android Design site</a> (Tim Bray)</li>
<li><a href="http://blogs.msdn.com/b/microsoft_press/archive/2012/01/12/new-book-software-change-management-case-studies-and-practical-advice.aspx">New book: Software Change Management: Case Studies and Practical Advice</a> (Valerie Woolley)</li>
<li><a href="http://tympanus.net/codrops/2012/01/12/5-things-every-mobile-design-should-have/">5 Things Every Mobile Design Should Have</a> (Patrick Cox)</li>
<li><a href="http://ariya.ofilabs.com/2012/01/small-scale-software-craftsmanship.html?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=small-scale-software-craftsmanship">small-scale software craftsmanship</a> (Ariya Hidayat)</li>
<li><a href="http://www.smashingmagazine.com/2012/01/12/inclusive-design/">Inclusive Design</a> (Faruk Ateş)</li>
<li><a href="http://www.infoq.com/articles/Testability">Article: Design for Testability – The True Story</a> (Gil Zilberfeld)</li>
</ul>
<p>&#160;</p>
<h3><a name="silverlight"></a>Silverlight / WPF / Windows Phone</h3>
<ul>
<li><a href="http://visualstudiomagazine.com/articles/2012/01/12/urimapper-in-windows-phone.aspx">UriMapper in Windows Phone</a> (Nick Randolph)</li>
<li><a href="http://expressioniq.com/?p=3512">Working with animation in Expression Blend</a> (Alex Mukora)</li>
<li><a href="http://blogs.msdn.com/b/bethmassi/archive/2012/01/12/creating-cascading-drop-down-lists-in-visual-studio-lightswitch.aspx">Creating Cascading Drop Down Lists in Visual Studio LightSwitch</a> (Beth Massi)</li>
<li><a href="http://geekswithblogs.net/andrewbrust/archive/2012/01/12/a-windows-phone-ces-post-mortem.aspx">A Windows Phone-CES Post Mortem</a> (Andrew Brust)</li>
<li><a href="http://www.designersilverlight.com/2012/01/12/operation-not-permitted-on-isolatedstoragesettings-in-windows-phone/">“Operation Not Permitted” On IsolatedStorageSettings in Windows Phone</a> (Matthias Shapiro)</li>
<li><a href="http://wpf.2000things.com/2012/01/13/472-uniformgrid-defaults-to-being-square/" target="_blank">2000 WPF Things #472 – UniformGrid Defaults to Being Square</a> (Sean Sexton)</li>
<li><a href="http://dennisdel.com/blog/capturing-the-transport-data-between-visual-studio-and-windows-phone" target="_blank">Capturing the transport data between Visual Studio and Windows Phone</a> (Dennis Delimarsky)</li>
<li><a href="http://feedproxy.google.com/~r/ChrisKoenig/~3/bg05GT49nMU/">New RSS Starter Kit</a> (Chris Koenig)</li>
</ul>
<p>&#160;</p>
<h3><a name="podcasts"></a>Podcasts / Screencasts / Videos</h3>
<ul>
<li><a href="http://www.theverge.com/2012/1/12/2701820/the-verge-mobile-podcast-009-ces-2012-01-12-2012">The Verge Mobile Podcast 009: CES 2012 &#8211; 01.12.2012</a> <em>and</em> <a href="http://www.theverge.com/ces/2012/1/12/2702728/the-vergecast-011-ces-2012-day-2-01-12-2012">The Vergecast 011: CES 2012 Day 2 &#8211; 01.12.2012</a> (Trent Wolbe)</li>
<li><a href="http://windowsteamblog.com/windows_phone/b/windowsphone/archive/2012/01/12/video-windows-phone-wins-88-of-smokedbywindowsphone-challenges-at-ces-2012.aspx">VIDEO: Windows Phone wins 88% of #smokedbywindowsphone challenges at CES 2012!</a> (Ben Rudolph)</li>
<li><a href="http://jamesshore.com/Blog/Lets-Play/Episode-158.html">Let&#8217;s Play TDD #158: writeFile() and readFile()</a> (James Shore)</li>
<li><a href="http://blogs.technet.com/b/next/archive/2012/01/12/surface-2-0-at-ces.aspx">Surface 2.0 at CES</a> (Steve Clayton)</li>
<li><a href="http://feedproxy.google.com/~r/radiotfs/~3/OkpQygovGWY/radiotfs_035.mp3" target="_blank">RadioTFS &#8211; First Show of 2012</a> (Martin Woodward)</li>
<li><a href="http://gweek.net/">Gweek 035: Interview with Robert Anton Wilson&#8217;s daughter</a> (Mark Frauenfelder)</li>
<li><a href="http://feedproxy.google.com/~r/sqlserverpedia/~3/RnqdQtwEGJQ/">MVP First Timers Webcast On Demand</a> (Denny Cherry)</li>
<li><a href="http://feedproxy.google.com/~r/silverlightshow/~3/QBwzWerLNvg/Basic-Ad-Controls-for-Windows-Phone-Apps-with-David-Kelley.aspx" target="_blank">Basic Ad Controls for Windows Phone Apps with David Kelley</a> (Silverlight Show)</li>
</ul>
<p>&#160;</p>
<h3><a name="events"></a>Community / Events</h3>
<ul>
<li><a href="http://jasonhaley.com/blog/post.aspx?id=c202589c-9b72-4069-acc2-095c38336b29">Boston Area Geek Dinner: Thursday January 19, 2012</a> (Jason Haley)</li>
<li><a href="http://wildermuth.com/2012/01/12/New_Cities_and_New_Courses">New Cities and New Courses</a> (Shawn Wildermuth)</li>
<li><a href="http://tomasp.net/blog/fsharp-talks-courses-2012a.aspx">F# courses and talks (Winter 2012 and beyond&#8230;)</a> (Tomas Petricek)</li>
<li><a href="https://github.com/blog/1024-a-new-coding-project-every-week-at-code52">A New Coding Project Every Week at Code52</a> (Paul Betts)</li>
<li><a href="http://blogs.msdn.com/b/msdnmagazine/archive/2012/01/12/10256132.aspx">Charles Petzold on His 25 Years with MSDN Magazine</a> (Michael Desmond)</li>
<li><a href="http://blogs.msdn.com/b/mvpawardprogram/archive/2012/01/12/mvp-award-program-at-ces-2012.aspx">MVP Award Program at CES 2012</a> (Kari Finn)</li>
<li><a href="http://feedproxy.google.com/~r/phonearena/ySoL/~3/fX0-mpHDOtI/Nokia-Lumia-900-collects-the-hardware-at-CES-with-numerous-awards_id25836">Nokia Lumia 900 collects the hardware at CES with numerous awards</a> (PhoneArena Team)</li>
<li><a href="http://blogs.msdn.com/b/visualstudioalm/archive/2012/01/12/net-performance-diagnostics-how-and-where-to-start-user-group-meeting-january-18th-eagan-mn.aspx">.NET Performance Diagnostics: How and Where to Start -User Group Meeting January 18th Eagan, MN</a> (Charles Sterling)</li>
<li><a href="http://feedproxy.google.com/~r/silverlightshow/~3/WcqnVy9WbJ8/Next-Week-Central-Ohio-Windows-Phone-User-Group-January-Meetup.aspx" target="_blank">Next Week: Central Ohio Windows Phone User Group January Meetup</a> (Silverlight Show)</li>
</ul>
<p>&#160;</p>
<h3><a name="sql"></a>Database</h3>
<ul>
<li><a href="http://feedproxy.google.com/~r/BrentOzar-SqlServerDba/~3/YuEXF35Q_5s/">Anatomy of the SQL Server Database: Settings and Secrets Video</a> (Brent Ozar)</li>
<li><a href="http://blog.sqlauthority.com/2012/01/13/sql-server-dacpac-and-sql-azure-quiz-puzzle-12-of-31/">SQL SERVER – DACPAC and SQL Azure – Quiz – Puzzle – 12 of 31</a> (Pinal Dave)</li>
<li><a href="http://feedproxy.google.com/~r/sqlserverpedia/~3/U7wphaD9iBc/">Missing Indexes</a> (Jason Brimhall)</li>
<li><a href="http://blogs.msdn.com/b/dataexplorer/archive/2012/01/12/have-you-tried-the-data-explorer-samples-yet.aspx">Have you tried the “Data Explorer” samples yet?</a> (Data Explorer Team)</li>
</ul>
<p>&#160;</p>
<h3><a name="misc"></a>Miscellaneous</h3>
<ul>
<li><a href="http://professionalaspnet.com/archive/2012/01/12/How-to-Take-Screen-Shots-From-An-Android-Phone-or-Tablet.aspx">How to Take Screen Shots From An Android Phone or Tablet</a> (Chris Love)</li>
<li><a href="http://feedproxy.google.com/~r/MarkNeedham/~3/l7HmU9PTh5A/">Learning Android: Roboguice – Injecting context into PreferenceManager</a> (Mark Needham)</li>
<li><a href="http://www.zdnet.com/blog/microsoft/microsofts-ballmer-if-i-had-it-to-do-all-over-again/11644">Microsoft&#8217;s Ballmer: If I had it to do all over again&#8230;</a> (Mary Jo Foley)</li>
<li><a href="http://www.winsupersite.com/blog/supersite-blog-39/windows8/doesnt-windows-8-141886">Why Doesn&#8217;t Windows 8 Just Look Like THIS?</a> (Paul Thurrott)</li>
<li><a href="http://feedproxy.google.com/~r/winbetadotorg/~3/drJzNPYk4To/kindle-plugin-adobe-indesign-windows-096-beta-released">Kindle Plugin for Adobe InDesign for Windows 0.96 Beta released</a> (Ron)</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=702052da-8a59-41d7-8420-b558ae76afd2">Interesting Finds: January 13, 2012</a> (Jason Haley)</li>
<li><a href="http://feedproxy.google.com/~r/ReflectivePerspective/~3/ZQQw5skvPBc/">The Morning Brew #1021</a> (Chris Alcock)</li>
<li><a href="http://www.windowsdevnews.com/Blogs.aspx?ID=44">Windows Dev News for January 12, 2011 &#8211; #0026</a> (Dave Campbell)</li>
<li><a href="http://feedproxy.google.com/~r/brhubartOTN/~3/BQv01PkuXsk/archbeat_link_o_rama_for58">ArchBeat Link-o-Rama for 2012-01-12</a> <em>and</em>&#160;<a href="http://feedproxy.google.com/~r/brhubartOTN/~3/4K69AacVStw/archbeat_link_o_rama_for59" target="_blank">ArchBeat Link-o-Rama for 2012-01-13</a> (Bob Rhubart)</li>
<li><a href="http://afreshcup.com/home/2012/1/13/double-shot-795.html">Double Shot #795</a> (Mike Gunderloy)</li>
<li><a href="http://feedproxy.google.com/~r/Windowsphonegeek/~3/nrsW-LIbKvY/daily-wp7-development-news-12-jan-2012">Daily WP7 Development News 12 Jan 2012</a> (Windows Phone Geek)</li>
<li><a href="http://feedproxy.google.com/~r/silverlightshow/~3/O4BzRjHp27M/Daily-News-Digest-1-13-2012.aspx" target="_blank">Daily News Digest 1/13/2012</a> (Silverlight Show)</li>
<li><a href="http://webdevtweets.blogspot.com/2012/01/12-jan-2012.html" target="_blank">Web Dev Tweets 12-Jan-2012</a> (Elijah Manor)</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/51CgpzU7PDL._SL160_.jpg" /> </td>
<td valign="top"><a href="http://www.amazon.com/Professional-iPhone-Programming-MonoTouch-Programmer/dp/047063782X?SubscriptionId=0JTCV5ZMHMF7ZYTXGFR2&amp;tag=brdicr-20&amp;linkCode=xm2&amp;camp=2025&amp;creative=165953&amp;creativeASIN=047063782X">Professional iPhone Programming with MonoTouch and .NET/C# (Wrox Programmer to Programmer)</a> by Wallace B. McClure </td>
</tr>
</tbody>
</table>
<p>&#160;</p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:e3b869ba-70a7-4a92-83ce-54f0507f7da5" class="wlWriterEditableSmartContent">del.icio.us Tags: <a href="http://del.icio.us/popular/vs2010" rel="tag">vs2010</a>,<a href="http://del.icio.us/popular/windows+8" rel="tag">windows 8</a>,<a href="http://del.icio.us/popular/winrt" rel="tag">winrt</a>,<a href="http://del.icio.us/popular/monotouch" rel="tag">monotouch</a>,<a href="http://del.icio.us/popular/sql+server" rel="tag">sql server</a>,<a href="http://del.icio.us/popular/data+explorer" rel="tag">data explorer</a>,<a href="http://del.icio.us/popular/windows+phone" rel="tag">windows phone</a>,<a href="http://del.icio.us/popular/silverlight" rel="tag">silverlight</a>,<a href="http://del.icio.us/popular/lightswitch" rel="tag">lightswitch</a>,<a href="http://del.icio.us/popular/wpf" rel="tag">wpf</a>,<a href="http://del.icio.us/popular/css" rel="tag">css</a>,<a href="http://del.icio.us/popular/android" rel="tag">android</a>,<a href="http://del.icio.us/popular/asp.net" rel="tag">asp.net</a>,<a href="http://del.icio.us/popular/wcf" rel="tag">wcf</a>,<a href="http://del.icio.us/popular/resharper" rel="tag">resharper</a>,<a href="http://del.icio.us/popular/entity+framework" rel="tag">entity framework</a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.alvinashcraft.com/2012/01/13/dew-drop-january-13-2012-1241/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://feedproxy.google.com/~r/radiotfs/~3/OkpQygovGWY/radiotfs_035.mp3" length="0" type="audio/mpeg" />
		</item>
		<item>
		<title>Dew Drop &#8211; January 4, 2012 (#1,233)</title>
		<link>http://www.alvinashcraft.com/2012/01/04/dew-drop-january-4-2012-1233/</link>
		<comments>http://www.alvinashcraft.com/2012/01/04/dew-drop-january-4-2012-1233/#comments</comments>
		<pubDate>Wed, 04 Jan 2012 13:19:26 +0000</pubDate>
		<dc:creator>Alvin Ashcraft</dc:creator>
				<category><![CDATA[Daily Links]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[agile]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[silverlight]]></category>
		<category><![CDATA[SOPA]]></category>
		<category><![CDATA[sql azure]]></category>
		<category><![CDATA[sql server]]></category>
		<category><![CDATA[unit testing]]></category>
		<category><![CDATA[vs2010]]></category>
		<category><![CDATA[windows phone]]></category>
		<category><![CDATA[wpf]]></category>
		<category><![CDATA[xunit]]></category>

		<guid isPermaLink="false">http://www.alvinashcraft.com/?p=2072</guid>
		<description><![CDATA[Top Links JavaScript for C# developers: the Module Pattern (part 3) (Julian M. Bucknall) 31 Days of Testing—Day 22: Why Collaboration Matters (A Real World Example) (Jim Holmes) Channel 9 New feature: your own personal video queue (Duncan Mackenzie) The Likes &#38; Dislikes of Microsoft in 2011 (Scott Barnes) Why Politicians Should Never Make Laws [...]]]></description>
			<content:encoded><![CDATA[<h3><a name="top"></a>Top Links</h3>
<ul>
<li><a href="http://blog.boyet.com/blog/javascriptlessons/javascript-for-c-developers-the-module-pattern-part-3/">JavaScript for C# developers: the Module Pattern (part 3)</a> (Julian M. Bucknall)</li>
<li><a href="http://feedproxy.google.com/~r/Frazzleddad/~3/-rU522kGUb4/31-days-of-testingday-22-why.html">31 Days of Testing—Day 22: Why Collaboration Matters (A Real World Example)</a> (Jim Holmes)</li>
<li><a href="http://channel9.msdn.com/Blogs/C9Team/New-feature-your-own-personal-video-queue" target="_blank">Channel 9 New feature: your own personal video queue</a> (Duncan Mackenzie)</li>
<li><a href="http://feedproxy.google.com/~r/MsMossyblog/~3/2MkKENMTeFQ/838">The Likes &amp; Dislikes of Microsoft in 2011</a> (Scott Barnes)</li>
<li><a href="http://rss.slashdot.org/~r/Slashdot/slashdot/~3/WBjkxIeuohc/why-politicians-should-never-make-laws-about-technology">Why Politicians Should Never Make Laws About Technology</a> (Soulskill)</li>
</ul>
<p>&#160;</p>
<ul><!--EndFragment--></ul>
<h3><a name="dotnet"></a>.NET / Visual Studio</h3>
<ul>
<li><a href="http://feedproxy.google.com/~r/BlackwaspLatestAdditions/~3/eCd9rm8rX6s/XmlDocumentationComments.aspx">XML Documentation Comments</a> (Richard Carr)</li>
<li><a href="http://feedproxy.google.com/~r/abhisheksur/WTgI/~3/cJPGBb08MJA/i-am-reviewing-microsofts-70-515-c-exam.html">I am reviewing Microsoft&#8217;s 70-515 C# exam PrepKit from UCertify</a> (Abhishek Sur)</li>
<li><a href="http://feedproxy.google.com/~r/codecapers/~3/Fr1EkCfueUY/post.aspx">Getting Assembly Information Using Reflection</a> (Michael Ceranski)</li>
<li><a href="http://feedproxy.google.com/~r/Peterkellnernet/~3/AKJRh3V3Oso/">With Windows 8 Metro HTML5/CSS3/JavaScript/WinRT, Read Any File From Project Directory</a> <em>and</em> <a href="http://feedproxy.google.com/~r/Peterkellnernet/~3/puRXxHugiiw/">Debugging in Visual Studio 2011 Preview / WinRT Metro JavaScript With Live Watch Variables Pinned to the background</a> (Peter Kellner)</li>
<li><a href="http://debugmode.net/2012/01/03/working-with-datepicker-control-in-windows-8-html5-metro-app/">Working with DatePicker control in Windows 8 HTML5 Metro App</a> <em>and</em> <a href="http://debugmode.net/2012/01/04/working-with-message-dialog-control-in-windows-8-html-metro-app/">Working with Message Dialog Control in Windows 8 HTML Metro App</a> (Dhananjay Kumar)</li>
<li><a href="http://www.kirupa.com/html5/hashtables_vs_arrays.htm">Hashtables vs. Arrays</a> (Kirupa Chinnathambi)</li>
<li><a href="http://geekswithblogs.net/TATWORTH/archive/2012/01/04/new-ghostdoc-pro-in-beta-soon.aspx">New GhostDoc Pro in Beta soon</a> (Tatworth)</li>
<li><a href="http://geekswithblogs.net/MarkPearl/archive/2012/01/04/new-resharper-code-style-sharing-in-v6.1-features.aspx">New Resharper Code Style Sharing in v6.1 Features.</a> (Mark Pearl)</li>
<li><a href="http://geekswithblogs.net/EltonStoneman/archive/2012/01/03/mapping-and-auto-mapping-objects.aspx">Mapping and Auto-Mapping Objects</a> (Elton Stoneman)</li>
<li><a href="http://feedproxy.google.com/~r/jayway/posts/~3/N1tF8NI93bo/">Graphite with .Net and Ubuntu 11.10</a> (Henrik Feldt)</li>
<li><a href="http://shfb.codeplex.com/releases/view/77155" target="_blank">Sandcastle Help File Bbuilder v1.9.3.3 Beta 1 (VS2010 Support)</a> (CodePlex)</li>
</ul>
<p>&#160;</p>
<h3><a name="web"></a>Web Development</h3>
<ul>
<li><a href="http://feedproxy.google.com/~r/AvkashChauhansBlog/~3/uLk8RvPRlwY/apache-hadoop-on-windows-azure-part-10-running-a-javascript-map-reduce-job-from-interactive-javascript-console.aspx">Apache Hadoop on Windows Azure Part 10 &#8211; Running a JavaScript Map/Reduce Job from Interactive JavaScript Console</a> (Avkash Chauhan)</li>
<li><a href="http://www.useragentman.com/blog/2012/01/03/cross-browser-html5-progress-bars-in-depth/">HTML5 Progress Bars</a> (Chris Coyier)</li>
<li><a href="http://geekswithblogs.net/ChrisD/archive/2012/01/03/asp.net-tutorial---creating-web.config-file.aspx">ASP.NET Tutorial &#8211; Creating Web.Config file</a> (Chris D.)</li>
<li><a href="http://blogs.infragistics.com/blogs/jordan_tsankov/archive/2012/01/03/introduction-to-column-hiding-in-jquery-iggrid.aspx">Introduction to Column Hiding in jQuery igGrid</a> (Jordan Tsankov)</li>
<li><a href="http://feedproxy.google.com/~r/nczonline/~3/WXhv7-1JfM8/">CSS media queries in JavaScript, Part 1</a> (Nicholas C. Zakas)</li>
<li><a href="http://peter.sh/2012/01/css-selector-profiler-source-mapping-and-software-rendering/">CSS Selector Profiler, Source Mapping and Software Rendering</a> (Peter Beverloo)</li>
<li><a href="http://geekswithblogs.net/raccoon_tim/archive/2012/01/04/checking-if-a-view-has-changed-in-asp.net.aspx">Checking if a view has changed in ASP.NET</a> (Tim)</li>
<li><a href="http://feedproxy.google.com/~r/ProgrammableWeb/~3/gQ_WGgVR98M/">APIs in 2012: Predictions From the Experts</a> (Adam DuVander)</li>
<li><a href="http://feedproxy.google.com/~r/Creativejs/~3/6k5YQT55aag/">Day 11 – Animating with sprite sheets</a> (Val Head)</li>
<li><a href="http://feedproxy.google.com/~r/nettuts/~3/c1rYqTsIA8c/">Create a Scalable Widget Using YUI3: Part 4</a> (Dan Wellman)</li>
<li><a href="http://feedproxy.google.com/~r/AjaxBestiary/~3/bURCcV-MTv0/">Batman.js: Micro-framework with macro features</a> (Dave Mahon)</li>
<li><a href="http://feedproxy.google.com/~r/RickStrahl/~3/mThGauN22FY/IE9-not-rendering-boxshadow-Elements-inside-of-Table-Cells">IE9 not rendering box-shadow Elements inside of Table Cells</a> (Rick Strahl)</li>
<li><a href="http://boagworld.com/news/do-you-need-to-worry-about-the-cookie-crisis/">Do you need to worry about the cookie crisis?</a> (Paul Boag)</li>
</ul>
<p>&#160;</p>
<h3><a name="design"></a>Design / Methodology / Testing</h3>
<ul>
<li><a href="http://blogs.msdn.com/b/silverlining/archive/2012/01/03/automating-phpunit-tests-in-windows-azure.aspx">Automating PHPUnit Tests in Windows Azure</a> (Brian Swan)</li>
<li><a href="http://feedproxy.google.com/~r/SourcesOfInsight/~3/VL4VU7xerSE/">The Value is in the Change</a> (J.D. Meier)</li>
<li><a href="http://feedproxy.google.com/~r/AyendeRahien/~3/qt1CDcZJfW8/out-of-context-architecture-is-nothing-but-modern-art">Out of context, architecture is nothing but modern art</a> (Oren Eini)</li>
<li><a href="http://feedproxy.google.com/~r/IAmNotMyself/~3/qG7UyogaO2o/">Testing Rendered Output of NancyFx with the Razor View Engine Gotchas</a> (Bobby Johnson)</li>
<li><a href="http://gigaom.com/collaboration/more-flexibility-at-work-equals-better-health-new-study-confirms/">More flexibility at work equals better health, new study confirms</a> (Jessica Stillman)</li>
<li><a href="http://feedproxy.google.com/~r/LosTechies/~3/1SgICUtGDYs/">Formula for project success</a> (Jimmy Bogard)</li>
<li><a href="http://feedproxy.google.com/~r/ManagingProductDevelopment/~3/0pk4UUISiVg/management-myth-myth-of-100-utilitization-posted.html">Management Myth, Myth of 100% Utilitization Posted</a> (Johanna Rothman)</li>
<li><a href="http://blogs.msdn.com/b/microsoft_press/archive/2012/01/03/donald-reifer-software-change-management-doing-more-with-less.aspx">Donald Reifer: “Software Change Management: Doing More With Less”</a> (Devon Musgrave)</li>
<li><a href="http://xunit.codeplex.com/releases/view/77573" target="_blank">xUnit.net 1.9</a> (CodePlex)</li>
<li><a href="http://www.infoq.com/interviews/jeff-sutherland-agile-teams" target="_blank">Interview: Jeff Sutherland: Are Agile Teams Truly Agile?</a> (Jeff Sutherland)</li>
</ul>
<p>&#160;</p>
<h3><a name="silverlight"></a>Silverlight / WPF / Windows Phone</h3>
<ul>
<li><a href="http://debugmode.net/2012/01/04/how-to-launch-call-task-from-secondary-tile-in-windows-phone-7/">How to launch Call Task from Secondary Tile in Windows Phone 7</a> (Dhananjay Kumar)</li>
<li><a href="http://blogs.msdn.com/b/francischeung/archive/2012/01/03/running-windows-phone-unit-tests-via-msbuild.aspx">Running Windows Phone Unit Tests via MSBuild</a> (Francis Cheung)</li>
<li><a href="http://www.codeproject.com/KB/WPF/TextBoxWithEllipsis.aspx">WPF TextBox With Ellipsis</a> (Mark)</li>
<li><a href="http://wpf.2000things.com/2012/01/04/465-using-gridsplitters-with-nested-grids/" target="_blank">2000 WPF Things #465 – Using GridSplitters with Nested Grids</a> (Sean Sexton)</li>
<li><a href="http://feedproxy.google.com/~r/JesseLiberty-SilverlightGeek/~3/i_5oxPrr7BY/">Vibrating the phone</a> (Jesse Liberty)</li>
<li><a href="http://www.infoq.com/news/2012/01/Silverlight-Security" target="_blank">Silverlight 5 Security: Designed for the Intranet</a> (Jonathan Allen)</li>
<li><a href="http://loekvandenouweland.com/index.php/2012/01/seven-silverlight-snippets-you-can-not-live-without/" target="_blank">Seven Silverlight snippets you can not live without</a> (Loek van den Ouweland)</li>
</ul>
<p>&#160;</p>
<h3><a name="podcasts"></a>Podcasts / Screencasts / Videos</h3>
<ul>
<li><a href="http://channel9.msdn.com/Shows/Going+Deep/C-and-Beyond-2011-Scott-Andrei-and-Herb-Ask-Us-Anything">C++ and Beyond 2011: Scott, Andrei and Herb &#8211; Ask Us Anything</a> (Charles Torre)</li>
<li><a href="http://jamesshore.com/Blog/Lets-Play/Episode-156.html">Let&#8217;s Play TDD #156: Persistence, for Realsies</a> (James Shore)</li>
<li><a href="http://feedproxy.google.com/~r/windowsobserver/~3/2tSQw1VAprE/">Observed Tech PODCAST Episode 35</a> (Richard Hay)</li>
<li><a href="http://www.theverge.com/2012/1/3/2678561/the-vergecast-008-01-03-2012">The Vergecast 008 &#8211; 01.03.2012</a> (Trent Wolbe)</li>
<li><a href="http://channel9.msdn.com/Shows/Hot-Apps/Hot-Apps-Minesweeper-Cheezia-Interior-Design-Talking-Alien-Zombie-Squish">Hot Apps: Minesweeper, Cheezia. Interior Design, Talking Alien, Zombie Squish</a> (Laura Foy)</li>
<li><a href="http://feeds.wired.com/~r/wiredgeekdad/~3/0t-2iQuNCOg/" target="_blank">The GeekDads Episode #106: Skylanders Farming</a> (Ken Denmead)</li>
</ul>
<p>&#160;</p>
<h3><a name="events"></a>Community / Events</h3>
<ul>
<li><a href="http://feeds.devhammer.net/~r/devhammer/~3/yBEGWL2dliw/upcoming-events-for-january-3rd-2012">Upcoming Events for January 3rd, 2012</a> (G. Andrew Duthie)</li>
<li><a href="http://blogs.msdn.com/b/jimoneil/archive/2012/01/03/maine-s-first-sharepoint-user-group.aspx">Maine’s First SharePoint User Group</a> (Jim O&#8217;Neil)</li>
<li><a href="http://www.engadget.com/2012/01/03/engadgets-2012-ces-preview/">Engadget&#8217;s 2012 CES Preview</a> (Engadget staff)</li>
</ul>
<p>&#160;</p>
<h3><a name="sql"></a>Database</h3>
<ul>
<li><a href="http://feedproxy.google.com/~r/ErikejBlogsAboutSqlCompactnetAndRelatedStuff/~3/Sx_7AqjbnjE/csv-to-sql-server-compact-scripting.html">CSV to SQL Server Compact scripting utility</a> (Erik EJ)</li>
<li><a href="http://blog.sqlauthority.com/2012/01/04/sql-server-understanding-identity-beyond-its-every-increasing-nature-quiz-puzzle-3-of-31/">SQL SERVER – Understanding Identity Beyond its Every Increasing Nature – Quiz – Puzzle – 3 of 31</a> (Pinal Dave)</li>
<li><a href="http://blogs.lessthandot.com/index.php/DataMgmt/DBProgramming/sql-azure-compatibility-assessment-service">SQL Azure Compatibility Assessment service released</a> (Denis Gobo)</li>
<li><a href="http://feedproxy.google.com/~r/AyendeRahien/~3/UJiIb7u03Ds/embracing-ravendb">Embracing RavenDB</a> (Oren Eini)</li>
<li><a href="http://feedproxy.google.com/~r/BrentOzar-SqlServerDba/~3/d4HxZw1zevw/">Notes on Scalability</a> (Jeremiah Peschka)</li>
</ul>
<p>&#160;</p>
<h3><a name="misc"></a>Miscellaneous</h3>
<ul>
<li><a href="http://feedproxy.google.com/~r/TechFlash/~3/9YC6THqfkhY/microsoft-patent-could-signal-xbox-dvr.html">Microsoft patent could signal Xbox digital video recorder</a> (Greg Lamm)</li>
<li><a href="http://feedproxy.google.com/~r/microsoft_feed/~3/xLRGOTiqaFY/">Metro Style Desktop Wallpaper Calendar – January 2012</a> (Ali Raza Shaikh)</li>
<li><a href="http://blogs.msdn.com/b/johnguin/archive/2012/01/03/cropping-screenshots-in-onenote-2010.aspx">Cropping screenshots in OneNote 2010</a> (John Guin)</li>
<li><a href="http://feeds.gawker.com/~r/lifehacker/full/~3/TSI8-ez5eEA/learn-to-code-in-2012-with-free-weekly-programming-lessons-from-codecademy">Learn to Code in 2012 with Free Weekly Programming Lessons from Codecademy [Programming]</a> (Melanie Pinola)</li>
<li><a href="http://blogs.infragistics.com/blogs/ux/archive/2012/01/03/ux-service-consulting-it-s-all-about-motivation.aspx">UX service consulting: It’s all about motivation!</a> (Miao Wang)</li>
<li><a href="http://feedproxy.google.com/~r/amazedsaint/articles/~3/SBtw9nwYbwQ/5-awesome-learning-resources-for.html">5 Awesome Learning Resources For Programmers (To help you and your kids to grow the geek neurons)</a> (Anoop Madhusudanan)</li>
<li><a href="http://feedproxy.google.com/~r/blogspot/hsDu/~3/_qkac7tku-4/holo-everywhere.html">Holo Everywhere</a> (Tim Bray)</li>
<li><a href="http://feeds.betanews.com/~r/bn/~3/MZrfSVGGEqs/">Windows Phone partners bet $100M on Nokia Ace</a> (Ed Oswald)</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=6ee44dfd-82ac-4185-9122-d1841f068347">Interesting Finds: January 4, 2012</a> (Jason Haley)</li>
<li><a href="http://afreshcup.com/home/2012/1/4/double-shot-788.html">Double Shot #788</a> (Mike Gunderloy)</li>
<li><a href="http://feedproxy.google.com/~r/parsimonyjax/~3/xi377ntr0E4/daily-links-04012011.html">Daily Links 04/01/2011</a> (Jax)</li>
<li><a href="http://feedproxy.google.com/~r/silverlightshow/~3/wXBJGd0wau4/Daily-News-Digest-1-3-2012.aspx">Daily News Digest 1/3/2012</a> (Silverlight Show)</li>
<li><a href="http://feedproxy.google.com/~r/ReflectivePerspective/~3/OprhL0ctt-g/">The Morning Brew #1014</a> (Chris Alcock)</li>
<li><a href="http://feedproxy.google.com/~r/brhubartOTN/~3/RsWHk0iNY3c/archbeat_link_o_rama_for52">ArchBeat Link-o-Rama for 01/03/2012</a> (Bob Rhubart)</li>
<li><a href="http://www.windowsdevnews.com/Blogs.aspx?ID=37">Windows Dev News for January 03, 2011 &#8211; #0021</a> (Dave Campbell)</li>
<li><a href="http://feedproxy.google.com/~r/Windowsphonegeek/~3/O_XIPyK6v0Y/daily-wp7-development-news-3-jan-2012">Daily WP7 Development News 3 Jan 2012</a> (Windows Phone Geek)</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/51tX-hJB1IL._SL160_.jpg" /> </td>
<td valign="top"><a href="http://www.amazon.com/Oracle-Database-Complete-Reference-Press/dp/0071598758?SubscriptionId=0JTCV5ZMHMF7ZYTXGFR2&amp;tag=brdicr-20&amp;linkCode=xm2&amp;camp=2025&amp;creative=165953&amp;creativeASIN=0071598758">Oracle Database 11g The Complete Reference (Oracle Press)</a> by Kevin Loney </td>
</tr>
</tbody>
</table>
<p>&#160;</p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:fd9d4d2b-cfb9-4d6a-8411-ace72d5ffc38" class="wlWriterEditableSmartContent">del.icio.us Tags: <a href="http://del.icio.us/popular/vs2010" rel="tag">vs2010</a>,<a href="http://del.icio.us/popular/sql+server" rel="tag">sql server</a>,<a href="http://del.icio.us/popular/sql+azure" rel="tag">sql azure</a>,<a href="http://del.icio.us/popular/silverlight" rel="tag">silverlight</a>,<a href="http://del.icio.us/popular/wpf" rel="tag">wpf</a>,<a href="http://del.icio.us/popular/windows+phone" rel="tag">windows phone</a>,<a href="http://del.icio.us/popular/agile" rel="tag">agile</a>,<a href="http://del.icio.us/popular/asp.net" rel="tag">asp.net</a>,<a href="http://del.icio.us/popular/jquery" rel="tag">jquery</a>,<a href="http://del.icio.us/popular/android" rel="tag">android</a>,<a href="http://del.icio.us/popular/SOPA" rel="tag">SOPA</a>,<a href="http://del.icio.us/popular/javascript" rel="tag">javascript</a>,<a href="http://del.icio.us/popular/c%23" rel="tag">c#</a>,<a href="http://del.icio.us/popular/xunit" rel="tag">xunit</a>,<a href="http://del.icio.us/popular/unit+testing" rel="tag">unit testing</a>,<a href="http://del.icio.us/popular/php" rel="tag">php</a>,<a href="http://del.icio.us/popular/css" rel="tag">css</a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.alvinashcraft.com/2012/01/04/dew-drop-january-4-2012-1233/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dew Drop &#8211; December 28, 2011 (#1,228)</title>
		<link>http://www.alvinashcraft.com/2011/12/28/dew-drop-december-28-2011-1228/</link>
		<comments>http://www.alvinashcraft.com/2011/12/28/dew-drop-december-28-2011-1228/#comments</comments>
		<pubDate>Thu, 29 Dec 2011 02:04:12 +0000</pubDate>
		<dc:creator>Alvin Ashcraft</dc:creator>
				<category><![CDATA[Daily Links]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[backbone.js]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[oracle db]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[sharepoint]]></category>
		<category><![CDATA[silverlight]]></category>
		<category><![CDATA[sql server]]></category>
		<category><![CDATA[tpl]]></category>
		<category><![CDATA[vs11]]></category>
		<category><![CDATA[vs2010]]></category>
		<category><![CDATA[windows azure]]></category>
		<category><![CDATA[windows phone]]></category>
		<category><![CDATA[wpf]]></category>

		<guid isPermaLink="false">http://www.alvinashcraft.com/?p=2061</guid>
		<description><![CDATA[Top Links Stack Exchange API V2.0 Public Beta (Kevin Montrose) GUI REPL for Roslyn (Chris Sells) Windows Phone Marketplace Has Reached 50,000 Apps (Antonio Hernandez) Charlie Kindel, ex-Microsoft, posts thoughts on Windows Phone&#8217;s successes and failures (Chris Ziegler) Shadowcasting in C#, Part Five (Eric Lippert) &#160; .NET / Visual Studio Cancelling Parallel Loops (Richard Carr) [...]]]></description>
			<content:encoded><![CDATA[<h3><a name="top"></a>Top Links</h3>
<ul>
<li><a href="http://blog.stackoverflow.com/2011/12/stack-exchange-api-v2-0-public-beta/">Stack Exchange API V2.0 Public Beta</a> (Kevin Montrose)</li>
<li><a href="http://www.sellsbrothers.com/posts/Details/12710">GUI REPL for Roslyn</a> (Chris Sells)</li>
<li><a href="http://www.wp7connect.com/2011/12/27/windows-phone-marketplace-has-reached-50000-apps/">Windows Phone Marketplace Has Reached 50,000 Apps</a> (Antonio Hernandez)</li>
<li><a href="http://www.theverge.com/2011/12/26/2662577/charlie-kindel-ex-microsoft-posts-thoughts-on-windows-phones">Charlie Kindel, ex-Microsoft, posts thoughts on Windows Phone&#8217;s successes and failures</a> (Chris Ziegler)</li>
<li><a href="http://blogs.msdn.com/b/ericlippert/archive/2011/12/27/shadowcasting-in-c-part-five.aspx">Shadowcasting in C#, Part Five</a> (Eric Lippert)</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/I6QwDX1sz7c/ParallelLoopCancel.aspx">Cancelling Parallel Loops</a> (Richard Carr)</li>
<li><a href="http://dailydotnettips.com/2011/12/26/renaming-project-files-in-visual-studio-2011-developer-preview/">Renaming Project Files in Visual Studio 2011 Developer Preview</a> (Abhijit Jana)</li>
<li><a href="http://feedproxy.google.com/~r/EdSquared/~3/WyZbcBt0PpU/Integrating+Red+Gate+SmartAssembly+Into+TFS+2010+Build.aspx">Integrating Red Gate SmartAssembly Into TFS 2010 Build</a> (Ed Blankenship)</li>
<li><a href="http://coolthingoftheday.blogspot.com/2011/12/vscoloroutput-visual-studio-output.html">VSColorOutput &#8211; Visual Studio Output Coloring Extension (Think &quot;Adding color to the Build/Debug Output window text&quot;)</a> <em>and</em> <a href="http://channel9.msdn.com/coding4fun/kinect/Virtual-Postcard-with-Kinect">Virtual Postcard with Kinect</a> <em>and</em> <a href="http://coolthingoftheday.blogspot.com/2011/12/android-eye-for-net-guy-android-for-net.html">The Android Eye for the .Net Guy&#8230; The Android for .NET Developers Series by Dino Esposito</a> (Greg Duncan)</li>
<li><a href="http://geekswithblogs.net/TATWORTH/archive/2011/12/28/stylecop-4.7.0.0.-is-out.aspx">StyleCop 4.7.0.0. is out</a> (Tatworth)</li>
<li><a href="http://geekswithblogs.net/rakker/archive/2011/12/28/extending-unity.aspx">Extending Unity</a> (Robert May)</li>
<li><a href="http://paulstack.co.uk/blog/post.aspx?id=3a41ed07-3994-431c-b9ca-3dde41386960">Features Nuget Would Benefit From</a> (Paul Stack)</li>
<li><a href="http://blogs.msdn.com/b/oldnewthing/archive/2011/12/26/10251026.aspx">Why is the file size reported incorrectly for files that are still being written to?</a> <em>and</em> <a href="http://blogs.msdn.com/b/oldnewthing/archive/2011/12/28/10251521.aspx">Using the MNS_DRAGDROP style: Dragging out</a> (Raymond Chen)</li>
<li><a href="http://blogs.msdn.com/b/dau-blog/archive/2011/12/26/yield-operator-fun.aspx" target="_blank">Yield Operator Fun</a> (Sebastian Dau)</li>
<li><a href="http://blogs.jetbrains.com/dotnet/2011/12/resharper-61-improvements-in-intellisense-options/">ReSharper 6.1: Improvements in IntelliSense Options</a> (Hadi Hariri)</li>
<li><a href="http://blogs.microsoft.co.il/blogs/bnaya/archive/2011/12/28/tpl-continuation.aspx">TPL &#8211; Continuation</a> (Bnaya Eshet)</li>
</ul>
<p>&#160;</p>
<h3><a name="web"></a>Web Development</h3>
<ul>
<li><a href="http://dailydotnettips.com/2011/12/25/control-level-request-validation-in-asp-net-4-5/">Control level request validation in ASP.NET 4.5</a> (Abhijit Jana)</li>
<li><a href="http://weblogs.asp.net/albertpascual/archive/2011/12/27/deploying-a-simple-asp-net-mvc-3-to-azure-with-sql-server-compact.aspx">Deploying a simple ASP.NET MVC 3 to Azure with SQL Server Compact</a> (Al Pascual)</li>
<li><a href="http://ajaxmin.codeplex.com/releases/view/79493" target="_blank">Microsoft Ajax Minifier 4.41</a> (CodePlex)</li>
<li><a href="http://css-tricks.com/get-value-of-css-rotation-through-javascript/">Get Value of CSS Rotation through JavaScript</a> (Chris Coyier)</li>
<li><a href="http://weblogs.asp.net/dwahlin/archive/2011/12/28/working-with-the-javascript-this-keyword.aspx">Working with the JavaScript “this” Keyword</a> (Dan Wahlin)</li>
<li><a href="http://www.w3.org/blog/CSS/2011/12/28/css3-images-pre-lc/">CSS3 Images Pre-Last Call WD Published</a> (Elika J. Etemad)</li>
<li><a href="http://channel9.msdn.com/coding4fun/blog/Little-HTML5-Round-up">Little HTML5 Round-up</a> (Greg Duncan)</li>
<li><a href="http://tympanus.net/codrops/2011/12/26/css3-lightbox/">CSS3 Lightbox</a> (Manoela Ilic)</li>
<li><a href="http://feeds.dzone.com/~r/zones/agile/~3/pJRgVR3kyb4/practical-php-refactoring-pull">Practical PHP Refactoring: Pull Up Field</a> <em>and</em> <a href="http://feeds.dzone.com/~r/zones/agile/~3/-P1elwApWdo/practical-php-refactoring-pull-0">Practical PHP Refactoring: Pull Up Method</a> (Giorgio Sironi)</li>
<li><a href="http://feedproxy.google.com/~r/ubelly/~3/Q5pw0WhYNqo/">Microsoft helps extend JavaScript</a> (Sara Allison)</li>
<li><a href="http://calendar.perfplanet.com/2011/performance-testing-with-selenium-and-javascript/">Performance testing with Selenium and javascript</a> (JP Castro)</li>
<li><a href="http://feedproxy.google.com/~r/netCurryRecentArticles/~3/-A_a6YUOLRE/ShowArticle.aspx">Packaging a JavaScript Library with Nuget</a> (Sumit Maitra)</li>
<li><a href="http://geekswithblogs.net/Webgui/archive/2011/12/27/microsoft-developers-finally-get-a.net-framework-for-html5-mobile-applications.aspx">Microsoft Developers finally get a .NET Framework for HTML5 Mobile Applications</a> (Webgui)</li>
<li><a href="http://www.codeproject.com/Articles/282923/Binding-And-Handling-JSON-Field-In-jQuery-Repeater">Binding And Handling JSON Field In jQuery Repeater</a> <em>and</em> <a href="http://www.codeproject.com/Articles/285755/30-Minutes-To-Grasp-ASP-NET-jQuery-Repeater">30 Minutes To Grasp ASP. NET jQuery Repeater</a> <em>and</em> <a href="http://www.codeproject.com/Articles/295338/Using-jQuery-Repeater-To-Mark-Multi-line-EMail-Mes">Using jQuery Repeater to Mark a Multi-line EMail Message As Spam and Show Progress</a> (zoyobar)</li>
<li><a href="http://feedproxy.google.com/~r/Creativejs/~3/QAkaVBUv7xg/">Day 2 – GPU accelerate your DOM elements</a> (Seb Lee-Delisle)</li>
<li><a href="http://blogs.msdn.com/b/jimoneil/archive/2011/12/28/windows-azure-trial-account-spending-limit.aspx">Windows Azure Trial Account Spending Limit</a> <em>and</em> <a href="http://blogs.msdn.com/b/jimoneil/archive/2011/12/28/the-new-improved-no-risk-windows-azure-trial.aspx">The New, Improved No-Risk Windows Azure Trial</a> (Jim O&#8217;Neil)</li>
<li><a href="http://feedproxy.google.com/~r/FreshBrewedCode/~3/sELJugaAhso/">Knockout.js Observable Extensions</a> (Josh Bush)</li>
<li><a href="http://coolthingoftheday.blogspot.com/2011/12/orchard-hand-on-lab-available.html">Orchard Hands-On Lab available</a> (Greg Duncan)</li>
<li><a href="http://www.kirupa.com/html5/making_the_first_letter_stand_out.htm">Making the First Letter Stand Out</a> (Kirupa Chinnathambi)</li>
<li><a href="http://ericbidelman.tumblr.com/post/14866798359">Introducing filer.js</a> (Eric Bidelman)</li>
<li><a href="http://blogs.infragistics.com/blogs/mihail_mateev/archive/2011/12/27/deployment-of-applications-with-infragistics-reporting-in-windows-azure.aspx">Deployment of Applications with Infragistics Reporting in Windows Azure</a> (Mihail Mateev)</li>
<li><a href="http://blog.alexonasp.net/post.aspx?id=8a3bf761-21aa-45c7-ad83-3e4765f76bfd">knockoutjs: Uncaught Error: ko.applyBindings: first parameter should be your view model; second parameter should be a DOM node</a> (Alexander Zeitler)</li>
<li><a href="http://feedproxy.google.com/~r/jetbrains_webIde/~3/l5dWZj-cMSc/">PhpStorm &amp; WebStorm 3.0.1 Beta</a> (Alexey Gopachenko)</li>
<li><a href="http://feedproxy.google.com/~r/LosTechies/~3/-XY2tqxSURc/">Automating Docco Generation And Deployment To Heroku And Github</a> <em>and</em> <a href="http://feedproxy.google.com/~r/LosTechies/~3/iPmLYBXJ3DM/">The Responsibilities Of The Various Pieces Of Backbone.js</a> (Derick Bailey)</li>
<li><a href="http://feedproxy.google.com/~r/morethanseven/~3/KmTLHP7dpe0/First-experience-building-something-with-clojure.html">First Experience Building Something With Clojure</a> (Gareth Rushgrove)</li>
</ul>
<p>&#160;</p>
<h3><a name="design"></a>Design / Methodology / Testing</h3>
<ul>
<li><a href="http://feedproxy.google.com/~r/Telerik/~3/q966TrulBfA/5-agile-project-management-techniques-you-can-start-using-today.aspx">5 Agile Project Management Techniques You Can Start Using Today</a> (Joel Semeniuk)</li>
<li><a href="http://www.mehdi-khalili.com/bddify-in-action/introduction">Introduction to bddify</a> <em>and</em> <a href="http://www.mehdi-khalili.com/bddify-in-action/method-name-conventions">Method name conventions in bddify</a> (Mehdi Khalili)</li>
<li><a href="http://feedproxy.google.com/~r/agilescout/~3/9s1BLlKgQIw/">NOT Doing Scrum – Back to the Basics</a> <em>and</em> <a href="http://feedproxy.google.com/~r/agilescout/~3/53HXp8dJdn4/">Teams Over Processes – Don’t Be Insane</a> (Peter Saddington)</li>
<li><a href="http://feeds.abdullin.com/~r/RinatAbdullin/~3/TyBQqrav2YY/example-of-self-documenting-unit-test-with-event-sourcing.html">Example of Self-documenting Unit Test with Event Sourcing</a> (Rinat Abdullin)</li>
<li><a href="http://blogs.msdn.com/b/oldnewthing/archive/2011/12/27/10251210.aspx">Introducing the for-if anti-pattern</a> (Raymond Chen)</li>
<li><a href="http://feedproxy.google.com/~r/Frazzleddad/~3/wq2yk0rReLs/31-days-of-testingday-20-refactoring.html">31 Days of Testing—Day 20: Refactoring a Monster Test, Part 2</a> <em>and</em> <a href="http://feedproxy.google.com/~r/Frazzleddad/~3/kCPbzRBs6MU/31-days-of-testingday-21-data-driving.html">31 Days of Testing—Day 21: Data Driving Your Functional Tests</a> (Jim Holmes)</li>
<li><a href="http://blogs.msdn.com/b/visualstudioalm/archive/2011/12/28/sample-xpath-utility-for-coded-ui-test.aspx">Sample XPath utility for Coded UI Test</a> (Gautam Goenka)</li>
<li><a href="http://feedproxy.google.com/~r/Typemock/~3/RlfWvx9DaYQ/">How-To: Returning a Class By Value with Isolator++</a> (Gil Zilberfeld)</li>
<li><a href="http://feedproxy.google.com/~r/AyendeRahien/~3/W3t20LOgvwQ/expanding-your-horizons-actions">Expanding your horizons: Actions</a> (Oren Eini)</li>
</ul>
<p>&#160;</p>
<h3><a name="silverlight"></a>Silverlight / WPF / Windows Phone</h3>
<ul>
<li><a href="http://feedproxy.google.com/~r/Typemock/~3/eD8l8q8vVMU/">Testing Windows Phone 7 Apps with Typemock</a> (Avi Kaye)</li>
<li><a href="http://feeds.dzone.com/~r/zones/dotnet/~3/oSaUxOPSwZQ/silverlight-xna-tale-two">Silverlight &amp; XNA &#8211; A Tale of Two Cities</a> (Simon Jackson)</li>
<li><a href="http://feedproxy.google.com/~r/Telerik/~3/X3e4TBaJagY/adding-the-pinch-to-zoom-feature-to-your-pictures-with-radslideview-for-windows-phone.aspx">Adding the “Pinch-to-zoom” feature to your pictures with RadSlideView for Windows Phone</a> (Georgi Atanasov)</li>
<li><a href="http://coolthingoftheday.blogspot.com/2011/12/23-skins-and-counting-with-v11-of.html">23 skins and counting with v1.1 of the Windows Phone 7.1(5) Emulator Skin Switcher</a> <em>and</em> <a href="http://coolthingoftheday.blogspot.com/2011/12/coding4funphonetoolkit-v150-now.html">Coding4Fun.Phone.Toolkit v1.5.0 Now Available&#8230;</a> (Greg Duncan)</li>
<li><a href="http://feeds.dzone.com/~r/zones/dotnet/~3/HwvC6mtmNFE/windows-phone-and-phonegap">Windows Phone and PhoneGap &#8211; Article #2 &#8211; Installing PhoneGap and Getting Started</a> (Senthil Kumar)</li>
<li><a href="http://feedproxy.google.com/~r/kunal2383/~3/_5TpdpywKEw/book-review-fun-with-silverlight-4.html">Book Review: Fun with Silverlight 4 authored by Rajesh Lal</a> (Kunal Chowdhury)</li>
<li><a href="http://feeds.dzone.com/~r/zones/dotnet/~3/F_Zbs6ll18A/real-world-windows-phone-dev-2">Real World Windows Phone Dev Part 4: The Panorama</a> (Matt Hidinger)</li>
<li><a href="http://feedproxy.google.com/~r/MichaelCrump/~3/ucJCZAR9LKE/adding-an-easter-egg-to-your-wp7-application">Adding an Easter Egg to your WP7 Application</a> (Michael Crump)</li>
<li><a href="http://feeds.dzone.com/~r/zones/dotnet/~3/QAmuGZ-AIXg/my-top-frameworks-windows">My Top Frameworks for Windows Phone Development</a> (Pieter de Rycke)</li>
<li><a href="http://wpf.2000things.com/2011/12/26/458-properties-to-set-when-using-a-horizontal-or-vertical-gridsplitter/" target="_blank">2000 WPF Things #458 – Properties to Set When Using a Horizontal or Vertical GridSplitter</a> <em>and</em> <a href="http://wpf.2000things.com/2011/12/27/459-using-two-or-more-gridsplitter-elements-in-the-same-grid/">#459 – Using Two (or More) GridSplitter Elements in the Same Grid</a> <em>and</em> <a href="http://wpf.2000things.com/2011/12/28/460-a-gridsplitter-can-share-a-cell-with-another-control/">#460 – A GridSplitter Can Share a Cell with Another Control</a> (Sean Sexton)</li>
<li><a href="http://feeds.dzone.com/~r/zones/dotnet/~3/AEmmC501sig/visual-studio-achievements-4">Visual Studio Achievements for Windows Phone &#8211; Final notes before the beta</a> <em>and</em> <a href="http://feeds.dzone.com/~r/zones/dotnet/~3/HpAmFXY5lA8/using-metroflow-coding4fun">Addition to the Coding4Fun Toolkit &#8211; MetroFlow</a> (Dennis Delimarsky)</li>
<li><a href="http://feeds.dzone.com/~r/zones/dotnet/~3/EHviEGsOZOw/caliburnmicro">Caliburn.Micro: RadTransitionControl custom convention</a> (Mikael Koskinen)</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=727" target="_blank">.NET Rocks! &#8211; Steve McConnell Studies Development Practices</a> <em>and</em> <a href="http://www.thetabletshow.com/default.aspx?ShowNum=12" target="_blank">The Tablet Show &#8211; Richard Griffin Programs in WinJS</a> (Carl Franklin &amp; Richard Campbell)</li>
<li><a href="http://channel9.msdn.com/Blogs/Charles/YOW-2011-Simon-Peyton-Jones-and-John-Hughes-Its-Raining-Haskell">Simon Peyton-Jones and John Hughes &#8211; It&#8217;s Raining Haskell</a> <em>and</em> <a href="http://channel9.msdn.com/Blogs/Charles/YOW-2011-Martin-Thompson-On-Concurrent-Programming-and-Concurrency-Folklore">YOW! 2011: Martin Thompson &#8211; On Concurrent Programming and Concurrency Folklore</a> <em>and</em> <a href="http://channel9.msdn.com/Shows/C9-GoingNative/GoingNative-5-Inside-the-Visual-C-ID-Meet-Raul-Prez">GoingNative 5: Inside the Visual C++ IDE, Meet Raul Pérez</a> (Charles Torre)</li>
<li><a href="http://feedproxy.google.com/~r/TechnologyAndFriends/~3/xFRx2etGf4M/tf189.aspx" target="_blank">Technology &amp; Friends Episode 189: Paul Litwin and Suzanna Moran on Geeks Giving Back</a> (David Giard)</li>
<li><a href="http://www.winsupersite.com/article/podcast-2/tech-99-wishlists-predictions-2012-141730">What The Tech 99: Wishlists and Predictions For 2012</a> (Paul Thurrott)</li>
<li><a href="http://feedproxy.google.com/~r/Techcrunch/~3/zTm6i6CnreE/">Gillmor Gang Live 12.28.11 (TCTV)</a> (Steve Gillmor)</li>
<li><a href="http://www.engadget.com/2011/12/26/engadget-mobile-podcast-118-12-26-2011/">Engadget Mobile Podcast 118 &#8211; 12.26.2011</a> <em>and</em> <a href="http://www.engadget.com/2011/12/27/engadget-hd-podcast-280-12-27-2011/">Engadget HD Podcast 280 &#8211; 12.27.2011</a> (Trent Wolbe)</li>
<li><a href="http://jamesshore.com/Blog/Lets-Play/Episode-154.html">Let&#8217;s Play TDD #154: Save and Cancel&#8230; Done!</a> (James Shore)</li>
<li><a href="http://gweek.net/">Gweek 032: Bitter Seeds and the Game of Go</a> (Mark Frauenfelder)</li>
</ul>
<p>&#160;</p>
<h3><a name="events"></a>Community / Events</h3>
<ul>
<li><a href="http://blogs.tedneward.com/2011/12/27/Changes+Changes+Changes.aspx">Changes, changes, changes</a> <em>and</em> <a href="http://blogs.tedneward.com/2011/12/27/CodeMash+2012.aspx">CodeMash 2.0.1.2</a> (Ted Neward)</li>
<li><a href="http://feedproxy.google.com/~r/Typemock/~3/YMrSeQAULjQ/">Webinar: Introduction to Unit Testing</a> (Avi Kaye)</li>
<li><a href="http://feeds.haacked.com/~r/haacked/~3/u7gc2nMWBYQ/oss-net-2011.aspx">OSS and .NET Year In Review 2011</a> (Phil Haack)</li>
<li><a href="http://blogs.msdn.com/b/kinectforwindows/archive/2011/12/28/kinect-accelerator-program-seeking-innovators.aspx">Kinect Accelerator Program Seeking Innovators</a> (Kinect for Windows Team)</li>
</ul>
<p>&#160;</p>
<h3><a name="sql"></a>Database</h3>
<ul>
<li><a href="http://www.sqlservercentral.com/blogs/juggling_with_sql/2011/12/26/dynamic-sorting-in-ssrs/">Dynamic Sorting in SSRS</a> (Unknown Author)</li>
<li><a href="http://blog.sqlauthority.com/2011/12/26/sql-server-fix-error-15138-the-database-principal-owns-a-schema-in-the-database-and-cannot-be-dropped/">SQL SERVER – Fix: Error: 15138 – The database principal owns a schema in the database, and cannot be dropped</a> <em>and</em> <a href="http://blog.sqlauthority.com/2011/12/27/sql-server-target-recovery-time-of-a-database-advance-option-in-sql-server-2012/">SQL SERVER – Target Recovery Time of a Database – Advance Option in SQL Server 2012</a> <em>and</em> <a href="http://blog.sqlauthority.com/2011/12/28/sql-server-effect-of-compressed-backup-setting-at-server-level-on-database-backup/">SQL SERVER – Effect of Compressed Backup Setting at Server Level on Database Backup</a> (Pinal Dave)</li>
<li><a href="http://blogs.lessthandot.com/index.php/DataMgmt/DBAdmin/sql-server-auditing-creating-a-1">SQL Server Auditing: Creating a Database Specification</a> (SQLArcher)</li>
<li><a href="http://geekswithblogs.net/TATWORTH/archive/2011/12/28/free-oreilly-ebook-oracle-essentials-4th-edition.aspx">Free O&#8217;Reilly eBook &quot;Oracle Essentials, 4th Edition&quot;</a> (Tatworth)</li>
<li><a href="http://www.codeproject.com/KB/database/Case_sensitive_search.aspx">Case Sensitive search with SQL</a> (koolprasad2003)</li>
<li><a href="http://blogs.lessthandot.com/index.php/DataMgmt/DBProgramming/MSSQLServer/performance-impacts-of-unicode-equals">Performance Impacts of Unicode, Equals vs LIKE, and Partially Filled Fixed Width</a> (Eli Weinstock-Herman)</li>
<li><a href="http://feedproxy.google.com/~r/AlkampferEng/~3/VUGc2QuUFc0/">Why Management Studio forces you to know SQL</a> (Gian Maria Ricci)</li>
</ul>
<p>&#160;</p>
<h3><a name="sp"></a>SharePoint</h3>
<ul>
<li><a href="http://feedproxy.google.com/~r/JoelsSharepointLand/~3/WaJbtLi-zvk/ViewPost.aspx">Three Degrees of the SharePoint Community Challenge</a> (Joel Oleson)</li>
<li><a href="http://blogs.msdn.com/b/sharepointdev/archive/2011/12/26/understanding-business-connectivity-services.aspx">Understanding Business Connectivity Services</a> (SharePoint Developer Team)</li>
</ul>
<p>&#160;</p>
<h3><a name="misc"></a>Miscellaneous</h3>
<ul>
<li><a href="http://feedproxy.google.com/~r/nettuts/~3/1ACzjvAL3X8/">10 New Year’s Resolutions Every Web Developer Should Make</a> (Andrew Burgess)</li>
<li><a href="http://www.exampler.com/blog/2011/12/27/here-are-three-ruby-functions/">Here are three Ruby functions…</a> (Brian Marick)</li>
<li><a href="http://feedproxy.google.com/~r/Techcrunch/~3/TDMPVVa9G40/">Does Microsoft Really Need A Windows Superphone?</a> (Chris Velazco)</li>
<li><a href="http://feedproxy.google.com/~r/Techcrunch/~3/NefQcpq2oJA/">The Case For Developer Platforms</a> (James Yu)</li>
<li><a href="http://www.sellsbrothers.com/posts/Details/12709">Moving to the Cloud Part 2: Mostly Sunny</a> (Chris Sells)</li>
<li><a href="http://feedproxy.google.com/~r/FavoriteBrowser/~3/KA9F2fe7KjI/">Preliminary Internet Explorer 11 and Internet Explorer 12 Release Dates</a> (Vygantas)</li>
<li><a href="http://feedproxy.google.com/~r/CSharperImage/~3/QMutRZforSo/windows-8-slate-review.html">Windows 8 Slate Review</a> (Jeremy Likness)</li>
<li><a href="http://ios-blog.co.uk/iphone-development-tutorials/rich-text-editing-sample-project/" target="_blank">iOS Rich Text Editing : Sample Project</a> (Josh Garnham)</li>
<li><a href="http://feedproxy.google.com/~r/MarkNeedham/~3/O-CI4TjF8dM/">Learning Android: WebView character encoding</a> (Mark Needham)</li>
<li><a href="http://www.winsupersite.com/article/windows8/microsoft-fix-windows-8-2012-141719">How Microsoft Can Fix Windows 8 in 2012</a> <em>and</em> <a href="http://www.winsupersite.com/blog/supersite-blog-39/windowsphone75/kindel-windows-phone-superior-heres-selling-141722">Kindel: Yes, Windows Phone is Superior, But Here&#8217;s Why It&#8217;s Not Selling</a> (Paul Thurrott)</li>
<li><a href="http://feedproxy.google.com/~r/liveside/~3/d4fjnk3a4Y0/">So, just what IS the problem with Windows Phone?</a> (Kip Kniskern)</li>
<li><a href="http://feedproxy.google.com/~r/gunnarpeipman/~3/1OcjfIEiqDg/my-next-year-top5-wishlist-for-windows-media-wp7-and-xbox-teams-in-microsoft.aspx">My next year TOP5 wishlist for Windows media, WP7 and XBox teams in Microsoft</a> (Gunnar Peipman)</li>
<li><a href="http://feeds.dzone.com/~r/zones/dotnet/~3/TcuVdgkO1_U/results-reverse-engineering">Results of the reverse engineering poll &#8211; people do it, whether you want it or not</a> (Dennis Delimarsky)</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=d15f6c91-b941-4cc7-af16-8180eec8f89b">Interesting Finds: December 26, 2011</a> <em>and</em> <a href="http://jasonhaley.com/blog/post.aspx?id=ace21fe4-839a-464c-aadc-0d249f3a3e0d">Interesting Finds: December 27, 2011</a> <em>and</em> <a href="http://jasonhaley.com/blog/post.aspx?id=94649c3b-06c9-4738-aa9d-8d18dc1bed86">Interesting Finds: December 28, 2011</a> (Jason Haley)</li>
<li><a href="http://weblogs.asp.net/yuanjian/archive/2011/12/28/cheatsheet-2011-12-20-12-28.aspx">Cheatsheet: 2011 12.20 ~ 12.28</a> (yuanjian)</li>
<li><a href="http://feedproxy.google.com/~r/ginktage/EPSB/~3/WXrDz-6ddug/">Interesting .NET Links – December 27 , 2011</a> (Senthil Kumar)</li>
<li><a href="http://www.windowsdevnews.com/Blogs.aspx?ID=31">Windows Dev News for December 26, 2011 &#8211; #0016</a> <em>and</em> <a href="http://www.windowsdevnews.com/Blogs.aspx?ID=32">Windows Dev News for December 26, 2011 &#8211; 2 &#8211; #0017</a> (Dave Campbell)</li>
<li><a href="http://afreshcup.com/home/2011/12/26/double-shot-781.html">Double Shot #781</a> <em>and</em> <a href="http://afreshcup.com/home/2011/12/27/double-shot-782.html">Double Shot #782</a> <em>and</em> <a href="http://afreshcup.com/home/2011/12/28/double-shot-783.html">Double Shot #783</a> (Mike Gunderloy)</li>
<li><a href="http://feedproxy.google.com/~r/BrentOzar-SqlServerDba/~3/PUOuvNjqEnQ/">2011 Yearly Link Roundup</a> (Jeremiah Peschka)</li>
<li><a href="http://feedproxy.google.com/~r/silverlightshow/~3/qLGE_qLFMm0/Daily-News-Digest-12-27-2011.aspx">Daily News Digest 12/27/2011</a> and <a href="http://feedproxy.google.com/~r/silverlightshow/~3/JWzK2Fx1Obo/Weekly-Article-Digest-12-27-2011.aspx">Weekly Article Digest 12/27/2011</a> (Silverlight Show)</li>
<li><a href="http://webdevtweets.blogspot.com/2011/12/22-dec-2011.html" target="_blank">Web Dev Tweets 22-Dec-2011</a> (Elijah Manor)</li>
<li><a href="http://feedproxy.google.com/~r/ReflectivePerspective/~3/1khTGrvgIPU/">The Morning Brew #1010</a> (Chris Alcock)</li>
<li><a href="http://feedproxy.google.com/~r/dailyjs/~3/phVFAMNexzU/backbone-zoom-three-boilerplate">Backbone Fundamentals, Three.js Boilerplate, zoom.js</a> <em>and</em> <a href="http://feedproxy.google.com/~r/dailyjs/~3/qGHvlcCi-6c/node-roundup">Node Roundup: Clarinet, Sandbox, actionHero</a> <em>and</em>&#160;<a href="http://feedproxy.google.com/~r/dailyjs/~3/pTvtJadfkjo/jquery-roundup">jQuery Roundup: jQuery-inlog, -prefix-free, jquery.animate-enhanced</a> (Alex Young)</li>
<li><a href="http://feedproxy.google.com/~r/Windowsphonegeek/~3/JJplukaSds0/Daily-WP7-Development-News-28-Dec-2011">Daily WP7 Development News 28 Dec 2011</a> (Windows Phone Geek)</li>
<li><a href="http://feedproxy.google.com/~r/nettuts/~3/ALQzVY2o7y8/">Recently in Web Development (December Edition)</a> (Siddharth)</li>
<li><a href="http://blogs.msdn.com/b/mvpawardprogram/archive/2011/12/26/mvp-mondays-popular-posts-from-2011.aspx">MVP Mondays: Popular Posts from 2011</a> (MVP Award Program)</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/51MQq%2BfHb3L._SL160_.jpg" /> </td>
<td valign="top"><a href="http://www.amazon.com/HTML5-Digital-Classroom-Video-Training/dp/1118016181?SubscriptionId=0JTCV5ZMHMF7ZYTXGFR2&amp;tag=brdicr-20&amp;linkCode=xm2&amp;camp=2025&amp;creative=165953&amp;creativeASIN=1118016181">HTML5 Digital Classroom, (Book and Video Training)</a> by Jeremy Osborn </td>
</tr>
</tbody>
</table>
<p>&#160;</p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:876800a2-4f77-4ac1-a68f-a0f0e1af1795" class="wlWriterEditableSmartContent">del.icio.us Tags: <a href="http://del.icio.us/popular/vs2010" rel="tag">vs2010</a>,<a href="http://del.icio.us/popular/vs11" rel="tag">vs11</a>,<a href="http://del.icio.us/popular/sql+server" rel="tag">sql server</a>,<a href="http://del.icio.us/popular/windows+azure" rel="tag">windows azure</a>,<a href="http://del.icio.us/popular/windows+phone" rel="tag">windows phone</a>,<a href="http://del.icio.us/popular/wpf" rel="tag">wpf</a>,<a href="http://del.icio.us/popular/silverlight" rel="tag">silverlight</a>,<a href="http://del.icio.us/popular/jquery" rel="tag">jquery</a>,<a href="http://del.icio.us/popular/javascript" rel="tag">javascript</a>,<a href="http://del.icio.us/popular/html5" rel="tag">html5</a>,<a href="http://del.icio.us/popular/css" rel="tag">css</a>,<a href="http://del.icio.us/popular/sharepoint" rel="tag">sharepoint</a>,<a href="http://del.icio.us/popular/oracle+db" rel="tag">oracle db</a>,<a href="http://del.icio.us/popular/tpl" rel="tag">tpl</a>,<a href="http://del.icio.us/popular/android" rel="tag">android</a>,<a href="http://del.icio.us/popular/iOS" rel="tag">iOS</a>,<a href="http://del.icio.us/popular/c%23" rel="tag">c#</a>,<a href="http://del.icio.us/popular/ruby" rel="tag">ruby</a>,<a href="http://del.icio.us/popular/backbone.js" rel="tag">backbone.js</a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.alvinashcraft.com/2011/12/28/dew-drop-december-28-2011-1228/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dew Drop &#8211; 11/11/11</title>
		<link>http://www.alvinashcraft.com/2011/11/11/dew-drop-111111/</link>
		<comments>http://www.alvinashcraft.com/2011/11/11/dew-drop-111111/#comments</comments>
		<pubDate>Fri, 11 Nov 2011 13:20:52 +0000</pubDate>
		<dc:creator>Alvin Ashcraft</dc:creator>
				<category><![CDATA[Daily Links]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[aws]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[nosql]]></category>
		<category><![CDATA[powershell]]></category>
		<category><![CDATA[reactive extensions]]></category>
		<category><![CDATA[sharepoint]]></category>
		<category><![CDATA[silverlight]]></category>
		<category><![CDATA[sql server]]></category>
		<category><![CDATA[vs2010]]></category>
		<category><![CDATA[windows 8]]></category>
		<category><![CDATA[windows azure]]></category>
		<category><![CDATA[windows phone]]></category>
		<category><![CDATA[winrt]]></category>
		<category><![CDATA[wpf]]></category>
		<category><![CDATA[xaml]]></category>

		<guid isPermaLink="false">http://www.alvinashcraft.com/2011/11/11/dew-drop-111111/</guid>
		<description><![CDATA[Top Links 31 Days of Mango &#124; Day #11: Live Tiles (Jeff Blankenburg) Lighting up your C# Metro apps by being a Share Source (Derik Whittaker) A C# Reading List (Eric Lippert) HTML5 Player Framework 1.0 (CodePlex) An Introduction to Semantic Zoom in Windows 8 Metro (Colin Eberhardt) &#160; .NET / Visual Studio Docking External [...]]]></description>
			<content:encoded><![CDATA[<h3><a name="top"></a>Top Links</h3>
<ul>
<li><a href="http://feedproxy.google.com/~r/Blankenthoughts/~3/8lyEsE3eLHo/">31 Days of Mango | Day #11: Live Tiles</a> (Jeff Blankenburg)</li>
<li><a href="http://feedproxy.google.com/~r/Devlicious/~3/wmoiXsKaNjU/lighting-up-your-c-metro-apps-by-being-a-share-source.aspx">Lighting up your C# Metro apps by being a Share Source</a> (Derik Whittaker)</li>
<li><a href="http://blogs.msdn.com/b/ericlippert/archive/2011/11/10/a-c-reading-list.aspx">A C# Reading List</a> (Eric Lippert)</li>
<li><a href="http://playerframework.codeplex.com/releases/view/76470" target="_blank">HTML5 Player Framework 1.0</a> (CodePlex)</li>
<li><a href="http://www.scottlogic.co.uk/blog/colin/2011/11/an-introduction-to-semantic-zoom-in-windows-8-metro/">An Introduction to Semantic Zoom in Windows 8 Metro</a> (Colin Eberhardt)</li>
</ul>
<p>&#160;</p>
<h3><a name="dotnet"></a>.NET / Visual Studio</h3>
<ul>
<li><a href="http://feedproxy.google.com/~r/zainnab/~3/IGGE9oejavc/docking-external-document-windows.aspx">Docking External Document Windows</a> (Zain Naboulsi)</li>
<li><a href="http://feedproxy.google.com/~r/PeteBrown/~3/PqovKpwe2W4/getting-started-with-net-gadgeteer-part-2-a-larson-scanner-with-button-potentiometer-and-progress-display">Getting Started with .NET Gadgeteer Part 2: A Larson Scanner with Button, Potentiometer and Progress Display</a> (Pete Brown)</li>
<li><a href="http://feedproxy.google.com/~r/Peterkellnernet/~3/IYsPtIQRSZs/">Entity Framework’s CodeFirst Automatically Generates Foreign Keys For you</a> (Peter Kellner)</li>
<li><a href="http://blogs.msdn.com/b/oldnewthing/archive/2011/11/10/10235540.aspx">How can I tell whether a DLL has been registered?</a> (Raymond Chen)</li>
<li><a href="http://feedproxy.google.com/~r/RickStrahl/~3/6wQYV6xE9Io/Dynamically-creating-a-Generic-Type-at-Runtime">Dynamically creating a Generic Type at Runtime</a> (Rick Strahl)</li>
<li><a href="http://feedproxy.google.com/~r/geekswithblogs/~3/DodoGL1UmPY/debugging-.net-code-called-from-x-code-in-ax-2012.aspx">Debugging .NET code called from X++ code in AX 2012</a> (Satya Srikant Mantha)</li>
<li><a href="http://community.codesmithtools.com/CodeSmith_Official_7/b/announcements/archive/2011/11/10/codesmith-generator-6-0-status-website-and-future.aspx">Blog Post: CodeSmith Generator 6.0–Status, Website and Future</a> (Eric J. Smith)</li>
<li><a href="http://blogs.infragistics.com/blogs/jason_beres/archive/2011/11/10/netadvantage-2011-2-available-immediately.aspx">NetAdvantage 2011.2 &#8211; Available Immediately!</a> (Jason Beres)</li>
<li><a href="http://mikefourie.wordpress.com/2011/11/10/msbuild-extension-pack-november-2011-release/">MSBuild Extension Pack November 2011 Release</a> (Mike Fourie)</li>
<li><a href="http://rxx.codeplex.com/releases/view/69545" target="_blank">Extensions for Reactive Extensions (Rxx) v1.2</a> (CodePlex)</li>
</ul>
<p>&#160;</p>
<h3><a name="web"></a>Web Development</h3>
<ul>
<li><a href="http://www.codeproject.com/KB/custom-controls/Create_User_Wizard.aspx">JavaScript Create User Wizard for ASP.NET</a> (S V Saichandra)</li>
<li><a href="http://feeds.dzone.com/~r/zones/css/~3/GRT6OJkBtsw/javascript-does-not-need">JavaScript does not need classes</a> (Axel Rauschmayer)</li>
<li><a href="http://feeds.oreilly.com/~r/oreilly/news/~3/pkiHXl0eBLQ/0636920020202.do" target="_blank">#Ebook Deal/Day: Python and AWS Cookbook &#8211; $6.49 (Save 50%)</a> (O&#8217;Reilly Media)</li>
<li><a href="http://coolthingoftheday.blogspot.com/2011/11/want-to-metro-web-site-check-out-free.html">Want to Metro a web site? Check out the [mostly]free Metro Dynamis Web framework</a> (Greg Duncan)</li>
<li><a href="http://www.smashingmagazine.com/2011/11/11/securing-your-wordpress-website/">Securing Your WordPress Website</a> (Daniel Pataki)</li>
<li><a href="http://blogs.msdn.com/b/marcelolr/archive/2011/11/10/datajs-version-1-0-2-released.aspx">datajs version 1.0.2 released</a> (Marcelo Lopez Ruiz)</li>
</ul>
<p>&#160;</p>
<h3><a name="design"></a>Design / Methodology / Testing</h3>
<ul>
<li><a href="http://martinfowler.com/books.html#sdp">New series book &#8211; Service Design Patterns</a> (Martin Fowler)</li>
<li><a href="http://feedproxy.google.com/~r/LosTechies/~3/HefU0cor3n0/">Jasmine-BDD: A Screencast On The Standalone Test Runner</a> (Derick Bailey)</li>
<li><a href="http://feedproxy.google.com/~r/jmeier/~3/a_PVJljbhn4/3-keys-to-agile-results.aspx">3 Keys to Agile Results</a> (JD Meier)</li>
<li><a href="http://feedproxy.google.com/~r/agilescout/~3/EIK2ffOy4lg/">People, NOT Technology</a> (Peter Saddington)</li>
<li><a href="http://blog.assembla.com/assemblablog/tabid/12618/bid/71263/Tech-Leads-will-Rule-the-World.aspx">Tech Leads will Rule the World</a> (Andy Singleton)</li>
<li><a href="http://feedproxy.google.com/~r/uxmovement/~3/hS4tJgyBtaE/">Innovative Navigation Techniques to Save You Header Space</a> (Anthony)</li>
<li><a href="http://wildermuth.com/2011/11/11/What_Win8_Should_Learn_from_Windows_Phone">What Win8 Should Learn from Windows Phone</a> (Shawn Wildermuth)</li>
<li><a href="http://www.brentozar.com/archive/2011/11/good-pig/">What Good is a Pig?</a> (Jeremiah Peschka)</li>
<li><a href="http://geekswithblogs.net/MarkPearl/archive/2011/11/10/sound-vs.-valid-argument.aspx">Sound vs. Valid Argument</a> (Mark Pearl)</li>
<li><a href="http://www.smashingmagazine.com/2011/11/10/redesigning-the-country-selector-2/">Redesigning The Country Selector</a> (Christian Holst)</li>
</ul>
<p>&#160;</p>
<h3><a name="silverlight"></a>Silverlight / WPF / Windows Phone</h3>
<ul>
<li><a href="http://www.pitorque.de/MisterGoodcat/post.aspx?id=d2cb1f97-e1dc-4a6e-8c16-73055a16019f">Windows Phone 7: The kind of bug you don&#8217;t want to discover</a> (Peter Kuhn)</li>
<li><a href="http://feeds.dzone.com/~r/zones/dotnet/~3/rMSV2IhUZik/blend-5-and-visual-studio-11">Blend 5 and Visual Studio 11 feedback &#8211; The Future of Windows 8 Development</a> (Benjamin Laffont)</li>
<li><a href="http://feedproxy.google.com/~r/jayway/posts/~3/LmqsSZ4w0EM/">WP7 app update and NeutralResourcesLanguage</a> (Andreas Hammar)</li>
<li><a href="http://professionalaspnet.com/archive/2011/11/10/The-Death-of-Flash-and-Silverlight.aspx">The Death of Flash and Silverlight</a> (Chris Love)</li>
<li><a href="http://debugmode.net/2011/11/11/code-to-disable-hardware-back-button-in-windows-phone-7/">Code to disable hardware Back Button in Windows Phone 7</a> (Dhananjay Kumar)</li>
<li><a href="http://feedproxy.google.com/~r/DevArchive/~3/fJDhF2k774E/reformatting-all-xaml-files-in-visual.html">Reformatting All .xaml Files in Visual Studio Solution</a> (Kirill Chilingarashvili)</li>
<li><a href="http://geekswithblogs.net/KyleBurns/archive/2011/11/10/build-dependencies-and-silverlight-4.aspx">Build Dependencies and Silverlight 4</a> (Kyle Burns)</li>
<li><a href="http://geekswithblogs.net/mapfel/archive/2011/11/10/147650.aspx">Toolset agnostic build server and Silverlight projects</a> (Marko Apfel)</li>
<li><a href="http://blogs.xamlninja.com/wp7/wp7contrib-findapad-and-the-fastest-list-in-the-west">WP7Contrib – FindaPad and the fastest list in the west</a> (Rich Griffin)</li>
<li><a href="http://feedproxy.google.com/~r/ubelly/~3/cZ6-N2Ad2pw/">Inside Windows Phone Apps – Fandango</a> (Sara Allison)</li>
<li><a href="http://wpf.2000things.com/2011/11/11/428-setting-other-layout-properties-from-within-blend/" target="_blank">2000 WPF Things #428 – Setting Other Layout Properties from Within Blend</a> (Sean Sexton)</li>
<li><a href="http://geekswithblogs.net/tmurphy/archive/2011/11/10/styling-windows-phone-silverlight-applications.aspx">Styling Windows Phone Silverlight Applications</a> (Tim Murphy)</li>
<li><a href="http://blogs.infragistics.com/blogs/kiril_matev/archive/2011/11/10/upgrading-your-charting-experience-using-xamdatachart.aspx">Upgrading your charting experience using XamDataChart</a> (Kiril Matev)</li>
<li><a href="http://hackingsilverlight.blogspot.com/2011/11/those-darn-gray-boxs.html">Those Darn Gray Box&#8217;s</a> (David Kelley)</li>
<li><a href="http://blogs.infragistics.com/blogs/mihail_mateev/archive/2011/11/10/introduction-to-infragistics-reporting.aspx">Introduction to Infragistics Reporting</a> (Mihail Mateev)</li>
<li><a href="http://codeframework.codeplex.com/releases/view/76631" target="_blank">CODE Framework v4.0.11110.0</a> (CodePlex)</li>
<li><a href="http://feedproxy.google.com/~r/Telerik/~3/qEcMCMQ3iOc/building-microsoft-exchange-client-for-windows-phone---part-3-3---displaying-the-data-in-metro-ui.aspx" target="_blank">Building Microsoft Exchange client for Windows Phone &#8211; part 3/3 &#8211; displaying the data in Metro UI</a> (Valentin Stoychev)</li>
</ul>
<p>&#160;</p>
<h3><a name="podcasts"></a>Podcasts / Screencasts / Videos</h3>
<ul>
<li><a href="http://channel9.msdn.com/Blogs/Charles/SPLASH-2011-Dave-Thomas-On-Modern-Application-Development">SPLASH 2011: Dave Thomas &#8211; On Modern Application Development</a> <em>and</em> <a href="http://channel9.msdn.com/Blogs/Charles/Asynchronous-Programming-for-C-Developers-PPL-Tasks-and-Windows-8">Asynchronous Programming for C++ Developers: PPL Tasks and Windows 8</a> (Charles Torre)</li>
<li><a href="http://debugmode.net/2011/11/10/video-on-how-to-work-with-page-navigation-and-back-button-in-windows-phone-7/">Video on How to work with Page Navigation and Back Button in Windows Phone 7</a> (Dhananjay Kumar)</li>
<li><a href="http://blogs.technet.com/b/next/archive/2011/11/10/microsoft-the-art-of-touch.aspx">Microsoft: The Art of Touch</a> (Steve Clayton)</li>
<li><a href="http://channel9.msdn.com/Shows/Visual-Studio-Toolbox/Visual-Studio-Toolbox-DevExpress-CodeRush">Visual Studio Toolbox: DevExpress CodeRush</a> (Robert Green)</li>
<li><a href="http://boagworld.com/tumblog/when-adding-or-changing-elements-on-your-site-test-everything/">When adding or changing elements on your site, test everything.</a> (Paul Boag)</li>
<li><a href="http://feedproxy.google.com/~r/makezineonline/~3/iOjDGdVsNoc/make-live-ultimate-kit-episode-11911-video.html">Make: Live Ultimate Kit Episode 11/9/11 (video)</a> (Matt Richardson)</li>
<li><a href="http://channel9.msdn.com/Blogs/Windows-Phone-7/Nokia-stores-retail-experience-Coming-Soon">Nokia stores retail experience: Coming Soon!</a> (Laura Foy)</li>
</ul>
<p>&#160;</p>
<h3><a name="events"></a>Community / Events</h3>
<ul>
<li><a href="http://feeds.microsoftjobsblog.com/~r/MicrosoftJobsBlog/~3/1dkcAj1XjO4/exploring-the-ocean-in-our-brains-with-jaron-lanier">Exploring the Ocean in Our Brains with Jaron Lanier</a> (MS JobsBlog)</li>
<li><a href="http://feedproxy.google.com/~r/UdiDahan-TheSoftwareSimplist/~3/vPwDfi3CSps/">Training – US, Europe, and now Virtual!</a> (Udi Dahan)</li>
<li><a href="http://feedproxy.google.com/~r/msdn/bobfamiliar/~3/CQqFbvqLqX4/windows-phone-inner-circle-try-out-the-new-windows-phones.aspx">Windows Phone Inner Circle–Try out the new Windows Phones</a> (Bob Familiar)</li>
<li><a href="http://feedproxy.google.com/~r/silverlightshow/~3/8gtX2ggLf-w/Free-SilverlightShow-Webinar-Unit-Testing-for-Windows-Phone.aspx">Upcoming SilverlightShow Webinar: Unit Testing for Windows Phone</a> (Silverlight Show)</li>
<li><a href="http://blogs.msdn.com/b/jimoneil/archive/2011/11/10/rit-game-camp-december-2-4.aspx">RIT Game Camp–December 2-4</a> (Jim O’Neil)</li>
<li><a href="http://feedproxy.google.com/~r/aaronlerch/~3/SZZTLGlf6oA/">Global Day of Coderetreat in Indianapolis</a> (Aaron Lerch)</li>
</ul>
<p>&#160;</p>
<h3><a name="sql"></a>Database</h3>
<ul>
<li><a href="http://www.sqlservercentral.com/blogs/glennberry/archive/2011/11/11/sql-server-2012-licensing-and-hardware-considerations.aspx">SQL Server 2012 Licensing and Hardware Considerations</a> (Glenn Berry)</li>
<li><a href="http://blog.sqlauthority.com/2011/11/11/sql-server-puzzle-to-win-print-book-functions-first_value-and-last_value-with-over-clause-and-order-by/">SQL SERVER – Puzzle to Win Print Book – Functions FIRST_VALUE and LAST_VALUE with OVER clause and ORDER BY</a> (Pinal Dave)</li>
<li><a href="http://feeds.dzone.com/~r/zones/books/~3/J9XsU6jCBy8/microsoft-sqlserver-2008-r2" target="_blank">Book Review: Microsoft SQLServer 2008 R2 Master Data Services</a> (Shane Willerton)</li>
<li><a href="http://feedproxy.google.com/~r/RegularGeek/~3/TNhYl95Ta64/">Researching NoSQL Is No Different Than The Early RDBMS Market</a> (Rob Diana)</li>
<li><a href="http://feedproxy.google.com/~r/crpietschmann/~3/bb6RKWtipjA/post.aspx">SQL Azure: REBUILD All Indexes in Database – Alternative to DBCC DBREINDEX</a> (Chris Pietschmann)</li>
<li><a href="http://www.sqlservercentral.com/blogs/sql_server_dba/archive/2011/11/10/stored-procedure-checklist-.aspx">Stored Procedure Checklist</a> (Jack Vamvas)</li>
<li><a href="http://feedproxy.google.com/~r/AvkashChauhansBlog/~3/yn07ZJ9fAlw/using-windows-azure-cmdlets-to-delete-old-windows-azure-diagnostics-log-from-windows-azure-storage.aspx">Using Windows Azure Cmdlets to Delete old Windows Azure Diagnostics log from Windows Azure Storage</a> (Avkash Chauhan)</li>
</ul>
<p>&#160;</p>
<h3><a name="sp"></a>SharePoint</h3>
<ul>
<li><a href="http://geekswithblogs.net/tmurphy/archive/2011/11/10/sharepoint-thoughts.aspx">SharePoint Thoughts</a> (Tim Murphy)</li>
</ul>
<p>&#160;</p>
<h3><a name="ps"></a>PowerShell</h3>
<ul>
<li><a href="http://www.leeholmes.com/blog/2011/11/10/the-powershell-pay-it-forward-award/">The PowerShell Pay-it-Forward Award</a> (Lee Holmes)</li>
<li><a href="http://coolthingoftheday.blogspot.com/2011/11/robocopy-and-powershell-insert-standard.html">Robocopy and PowerShell [Insert standard and very old, &quot;two great tastes...&quot; line here]</a> (Greg Duncan)</li>
</ul>
<p>&#160;</p>
<h3><a name="misc"></a>Miscellaneous</h3>
<ul>
<li><a href="http://www.theverge.com/2011/11/10/2551810/nokia-lumia-800-att-lte">Exclusive: Nokia, AT&amp;T collaborating on Lumia 800 with LTE</a> (Chris Ziegler)</li>
<li><a href="http://feedproxy.google.com/~r/liveside/~3/IyNNmXCOlEc/">Xbox 360 Fall 2011 Dashboard update now available to beta testers, Xbox.com updated</a> (damaster)</li>
<li><a href="http://feedproxy.google.com/~r/blogspot/hsDu/~3/UIW08ORGX6E/new-layout-widgets-space-and-gridlayout.html" target="_blank">Android &#8211; New Layout Widgets: Space and GridLayout</a> (Tim Bray)</li>
<li><a href="http://stevesmithblog.com/blog/view-html-source-of-email-in-gmail-and-google-apps/">View HTML Source of Email in GMail and Google Apps</a> (Steve Smith)</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=4293bdc1-2640-4d65-a7bd-57c8a7a46a95">Interesting Finds: November 10, 2011</a> (Jason Haley)</li>
<li><a href="http://feedproxy.google.com/~r/ginktage/EPSB/~3/jkoiWmhhI2A/">Interesting .NET Links – November 11 , 2011</a> (Senthil Kumar)</li>
<li><a href="http://feedproxy.google.com/~r/ReflectivePerspective/~3/1hVHmaRboEk/">The Morning Brew #979</a> (Chris Alcock)</li>
<li><a href="http://afreshcup.com/home/2011/11/10/double-shot-749.html">Double Shot #749</a> <em>and</em> <a href="http://afreshcup.com/home/2011/11/11/double-shot-750.html">Double Shot #750</a> (Mike Gunderloy)</li>
<li><a href="http://feedproxy.google.com/~r/silverlightshow/~3/Xs4DjvxOPiY/Daily-News-Digest-11-10-2011.aspx">Daily News Digest 11/10/2011</a> <em>and</em> <a href="http://feedproxy.google.com/~r/silverlightshow/~3/WBJcAsyb-2A/Daily-News-Digest-11-11-2011.aspx">Daily News Digest 11/11/2011</a> (Silverlight Show)</li>
<li><a href="http://www.windowsphonegeek.com/news/daily-wp7-development-news-10-nov-2011">Daily WP7 Development News 10 Nov 2011</a> (Windows Phone Geek)</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/41wWC-6cUWL._SL160_.jpg" /> </td>
<td valign="top"><a href="http://www.amazon.com/Essential-4-0-Microsoft-NET-Development/dp/0321694694?SubscriptionId=0JTCV5ZMHMF7ZYTXGFR2&amp;tag=brdicr-20&amp;linkCode=xm2&amp;camp=2025&amp;creative=165953&amp;creativeASIN=0321694694">Essential C# 4.0 (3rd Edition) (Microsoft .NET Development Series)</a> by Mark Michaelis </td>
</tr>
</tbody>
</table>
<p>&#160;</p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:844b8435-b483-41b0-828d-63bdd89fd200" class="wlWriterEditableSmartContent">del.icio.us Tags: <a href="http://del.icio.us/popular/vs2010" rel="tag">vs2010</a>,<a href="http://del.icio.us/popular/windows+8" rel="tag">windows 8</a>,<a href="http://del.icio.us/popular/winrt" rel="tag">winrt</a>,<a href="http://del.icio.us/popular/sql+server" rel="tag">sql server</a>,<a href="http://del.icio.us/popular/silverlight" rel="tag">silverlight</a>,<a href="http://del.icio.us/popular/wpf" rel="tag">wpf</a>,<a href="http://del.icio.us/popular/windows+phone" rel="tag">windows phone</a>,<a href="http://del.icio.us/popular/xaml" rel="tag">xaml</a>,<a href="http://del.icio.us/popular/powershell" rel="tag">powershell</a>,<a href="http://del.icio.us/popular/sharepoint" rel="tag">sharepoint</a>,<a href="http://del.icio.us/popular/android" rel="tag">android</a>,<a href="http://del.icio.us/popular/aws" rel="tag">aws</a>,<a href="http://del.icio.us/popular/windows+azure" rel="tag">windows azure</a>,<a href="http://del.icio.us/popular/javascript" rel="tag">javascript</a>,<a href="http://del.icio.us/popular/c%23" rel="tag">c#</a>,<a href="http://del.icio.us/popular/nosql" rel="tag">nosql</a>,<a href="http://del.icio.us/popular/reactive+extensions" rel="tag">reactive extensions</a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.alvinashcraft.com/2011/11/11/dew-drop-111111/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dew Drop &#8211; August 4, 2011</title>
		<link>http://www.alvinashcraft.com/2011/08/04/dew-drop-august-4-2011/</link>
		<comments>http://www.alvinashcraft.com/2011/08/04/dew-drop-august-4-2011/#comments</comments>
		<pubDate>Thu, 04 Aug 2011 12:49:12 +0000</pubDate>
		<dc:creator>Alvin Ashcraft</dc:creator>
				<category><![CDATA[Daily Links]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[.net compact framework]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[backbone.js]]></category>
		<category><![CDATA[continuous integration]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[powershell]]></category>
		<category><![CDATA[sharepoint]]></category>
		<category><![CDATA[silverlight]]></category>
		<category><![CDATA[sql server]]></category>
		<category><![CDATA[vs2010]]></category>
		<category><![CDATA[windows azure]]></category>
		<category><![CDATA[windows phone]]></category>
		<category><![CDATA[wpf]]></category>

		<guid isPermaLink="false">http://www.alvinashcraft.com/2011/08/04/dew-drop-august-4-2011/</guid>
		<description><![CDATA[Top Links Review: Microsoft Touch Mouse for Windows 7 (Scott Hanselman) Microsoft to focus on HTML5 and JavaScript for Office 15 development (Mary Jo Foley) Google’s “What’s good for the goose isn’t good for the gander” patent whining (Steven Hodson) Microsoft Tweets Out An Email Showing It Tried To Work With Google On Buying Patents [...]]]></description>
			<content:encoded><![CDATA[<h3><a name="top"></a>Top Links</h3>
<ul>
<li><a href="http://feedproxy.google.com/~r/ScottHanselman/~3/WqaWkwMZ4yw/ReviewMicrosoftTouchMouseForWindows7.aspx">Review: Microsoft Touch Mouse for Windows 7</a> (Scott Hanselman)</li>
<li><a href="http://www.zdnet.com/blog/microsoft/microsoft-to-focus-on-html5-and-javascript-for-office-15-development/10266">Microsoft to focus on HTML5 and JavaScript for Office 15 development</a> (Mary Jo Foley)</li>
<li><a href="http://feedproxy.google.com/~r/Winextra/~3/J44Y_eJBczo/">Google’s “What’s good for the goose isn’t good for the gander” patent whining</a> (Steven Hodson)</li>
<li><a href="http://feedproxy.google.com/~r/typepad/alleyinsider/silicon_alley_insider/~3/FZn8bGJp3IQ/microsoft-google-email-2011-8">Microsoft Tweets Out An Email Showing It Tried To Work With Google On Buying Patents (MSFT, GOOG, AAPL)</a> (Jay Yarow)</li>
<li><a href="http://www.engadget.com/2011/08/03/microsoft-researchs-net-gadgeteer-steps-out-into-the-light-sh/">Microsoft Research&#8217;s .NET Gadgeteer steps out into the light, shoots daggers at Arduino (video)</a> (Joseph Volpe)</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/LZP0xtXwQww/QuickWatch.aspx">Visual Studio QuickWatch</a> (Richard Carr)</li>
<li><a href="http://feeds.dzone.com/~r/zones/dotnet/~3/FpxEO2JippM/c-datetime-midnight-datetime">C#: DateTime to Midnight datetime</a> (Raghav Khunger)</li>
<li><a href="http://blogs.msdn.com/b/windowsazure/archive/2011/08/03/announcing-the-august-2011-release-of-the-windows-azure-tools-for-microsoft-visual-studio-2010.aspx">Announcing the August 2011 Release of the Windows Azure Tools for Microsoft Visual Studio 2010</a> <em>and</em> <a href="http://blogs.msdn.com/b/windowsazure/archive/2011/08/03/now-available-august-2011-update-of-the-windows-azure-platform-training-kit.aspx">NOW AVAILABLE: August 2011 Update of the Windows Azure Platform Training Kit</a> (Windows Azure Team)</li>
<li><a href="http://www.kodefuguru.com/post/2011/08/03/The-Time-is-Now-to-Try-JustTrace.aspx">The Time is Now to Try JustTrace</a> (Chris Eargle)</li>
<li><a href="http://feedproxy.google.com/~r/CodeBetter/~3/v3elxkeJtmM/">A .NET generic limitation</a> (Patrick Smacchia)</li>
<li><a href="http://feedproxy.google.com/~r/AyendeRahien/~3/ABz2pFutsHY/ravendb-session-management-with-nservicebus">RavenDB Session Management with NServiceBus</a> (Oren Eini)</li>
<li><a href="http://www.codeproject.com/KB/game/VBSudokuSolverGenerator.aspx">Visual Basic Sudoku Solver and Generator</a> (ZiggyG)</li>
</ul>
<p>&#160;</p>
<h3><a name="web"></a>Web Development</h3>
<ul>
<li><a href="http://services.social.microsoft.com/feeds/FeedItem?feedId=00000000-0000-0000-0000-000000000000&amp;itemId=80630e14-08a3-4302-aa42-93ec927ef4c8&amp;title=Building+Mobile+JavaScript+WebApps+With+Backbone.js+%26+jQuery%3a+Part+I&amp;uri=http%3a%2f%2fmsdn.microsoft.com%2fscriptjunkie%2fhh377172.aspx&amp;k=UyZGwMyuE7vQsHZ7Jfz843QGoZ15RlYc8qIyjm7KMyo%3d">Building Mobile JavaScript WebApps With Backbone.js &amp; jQuery: Part I</a> (Addy Osmani)</li>
<li><a href="http://weblogs.asp.net/dwahlin/archive/2011/08/03/techniques-strategies-and-patterns-for-structuring-javascript-code-revealing-prototype-pattern.aspx">Techniques, Strategies and Patterns for Structuring JavaScript Code–Revealing Prototype Pattern</a> (Dan Wahlin)</li>
<li><a href="http://feedproxy.google.com/~r/JenniferMarsman/~3/Sm2vdNH1EKU/html5-part-3-audio-and-video.aspx">HTML5 Part 3: Audio and Video</a> (Jennifer Marsman)</li>
<li><a href="http://feeds.dzone.com/~r/zones/css/~3/ZuxcAnLeAH0/php-static-analysis-tool-usage">PHP Static Analysis Tool Usage</a> (Lorna Wilson)</li>
<li><a href="http://blogs.msdn.com/b/katriend/archive/2011/08/04/dive-into-the-summer-with-msdn-html5.aspx">Dive into the summer with MSDN: HTML5</a> (Katrien de Graeve)</li>
<li><a href="http://feeds.dzone.com/~r/zones/css/~3/zjFgt9OZXWY/assetic-javascript-and-css">Assetic: JavaScript and CSS files management</a> (Giorgio Sironi)</li>
<li><a href="http://boagworld.com/business-strategy/you-cant-build-a-quality-website-in-a-factory/">You can’t build a quality website in a factory</a> (Paul Boag)</li>
<li><a href="http://blogs.msdn.com/b/windowsazure/archive/2011/08/03/announcing-windows-azure-storage-analytics.aspx">Announcing Windows Azure Storage Analytics</a> (Windows Azure Storage Team)</li>
<li><a href="http://feedproxy.google.com/~r/LosTechies/~3/U790PxEiNOA/">Backbone: Don’t Route What Should Be A Command Or Event</a> <em>and</em> <a href="http://feedproxy.google.com/~r/LosTechies/~3/FbdsjV3IVek/">Stop Using Backbone As If It Were A Stateless Web Server</a> (Derick Bailey)</li>
<li><a href="http://feedproxy.google.com/~r/ProgrammableWeb/~3/3Qzi5ALgs80/">Google App Engine Builds Steam, Updates Datastores and Task Queues</a> (Romin Irani)</li>
</ul>
<p>&#160;</p>
<h3><a name="design"></a>Design / Methodology / Testing</h3>
<ul>
<li><a href="http://feedproxy.google.com/~r/davybrion/~3/MT_KXCVd1pA/">Take Advantage Of Your BDD Framework</a> (Davy Brion)</li>
<li><a href="http://feedproxy.google.com/~r/jmeier/~3/bwIpPHc7ndc/tim-kropp-on-getting-results-the-agile-way.aspx">Tim Kropp on Getting Results the Agile Way</a> (JD Meier)</li>
<li><a href="http://feedproxy.google.com/~r/agilescout/~3/S6frFRvgCcA/">Algorithmically Estimating Developer Time</a> (Peter Saddington)</li>
<li><a href="http://feedproxy.google.com/~r/MendeltSiebenga/~3/FmO92OrpS3w/building-android-projects-with-jenkins.html">Building Android projects with Jenkins, Ant and Mercurial</a> (Mendelt Siebenga)</li>
<li><a href="http://feedproxy.google.com/~r/PeterRitchiesMvpBlog/~3/2rSpsrVzKpI/message-oriented-architecture-is-a-misleading-term.aspx">Message-Oriented Architecture is a Misleading Term</a> (Peter Ritchie)</li>
<li><a href="http://mobile.dzone.com/news/getting-version-numbers-and">Getting version numbers and names right is hard</a> (Matt Lacey)</li>
<li><a href="http://sharp-gamedev.blogspot.com/2011/08/forgotten-control-flow-construct.html">The forgotten control flow construct</a> (Joh)</li>
<li><a href="http://www.stevenlist.com/blog/2011/08/03/where-is-the-greatest-friction/">Where is the greatest friction?</a> (Steven ‘Doc’ List)</li>
<li><a href="http://www.globalnerdy.com/2011/08/03/the-war-between-developers-designers-and-project-managers/">The War Between Developers, Designers and Project Managers</a> (Joey deVilla)</li>
<li><a href="http://paulstack.co.uk/blog/post.aspx?id=1ca77840-0e13-41af-b053-ad7b86226713">Choosing the Correct CI Tool</a> (Paul Stack)</li>
<li><a href="http://feedproxy.google.com/~r/ManagingProductDevelopment/~3/VdgLsFW1kpk/new-manager-new-product-owner-too-much-work.html">New Manager, New Product Owner, Too Much Work</a> (Johanna Rothman)</li>
</ul>
<p>&#160;</p>
<h3><a name="silverlight"></a>Silverlight / WPF / Windows Phone</h3>
<ul>
<li><a href="http://www.windowsphonegeek.com/tips/Windows-Phone-Mango-Local-Database-SQL-CE--Column-attribute">Windows Phone Mango Local Database(SQL CE): [Column] attribute</a> <em>and</em> <a href="http://www.windowsphonegeek.com/articles/7-Mistakes-Developer-make-when-implementing-Windows-Phone-Custom-Controls">7 Mistakes Developers make when implementing Windows Phone Custom Controls</a> (Windows Phone Geek)</li>
<li><a href="http://blogs.infragistics.com/blogs/mihail_mateev/archive/2011/08/03/understanding-netadvantage-for-visual-studio-lightswitch-dealing-with-charts-part-1.aspx">Understanding NetAdvantage for Visual Studio LightSwitch &#8211; Dealing with Charts (Part 1)</a> (Mihail Mateev)</li>
<li><a href="http://www.pitorque.de/MisterGoodcat/post.aspx?id=b478514a-fcc0-47fd-85c2-6e4d2f79fa17">Know your cookies</a> (Peter Kuhn)</li>
<li><a href="http://thesociablegeek.com/2011/08/03/windows-phone-7-feature-requests/">Windows Phone 7 Feature Requests</a> (Daniel Egan)</li>
<li><a href="http://learnwpf.com/post/2011/08/03/Adding-a-system-wide-keyboard-hook-to-your-WPF-Application.aspx">Adding a system-wide keyboard hook to your WPF Application</a> (LearnWPF)</li>
<li><a href="http://feedproxy.google.com/~r/MichaelCrump/~3/amoyJbSmRWA/using-the-ldquocopy-xamlrdquo-feature-in-expression-design-to-create.aspx">Using the “Copy Xaml” feature in Expression Design to create HTML5 SVG Path Data.</a> (Michael Crump)</li>
<li><a href="http://feedproxy.google.com/~r/BuildingGamesBasedOnSilverlightAndExpressions/~3/9gxebvXyUBA/working-with-animations-on-the-windows-phone.aspx">Working with animations on the Windows Phone</a> (Surf4Fun)</li>
<li><a href="http://wpf.2000things.com/2011/08/04/357-radiobutton-is-a-contentcontrol/" target="_blank">2000 WPF Things #357 – RadioButton is a ContentControl</a> (Sean Sexton)</li>
<li><a href="http://channel9.msdn.com/coding4fun/blog/Summer-Fun-in-the-Mango-Sun-Sample-Data-Locations-and-Accelerometer">Summer Fun in the Mango Sun&#8230; Sample Data, Locations and Accelerometer</a> (Greg Duncan)</li>
<li><a href="http://www.identitymine.com/forward/2011/08/simple-tips-application-image-processing/">Simple Tips: Application Image Processing</a> (Deborah Hanamura)</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=686" target="_blank">.NET Rocks! &#8211; Cristian Libardo Builds a CMS</a> (Carl Franklin &amp; Richard Campbell)</li>
<li><a href="http://blog.stackoverflow.com/2011/08/se-podcast-14/">SE Podcast #14</a> (Alex Miller)</li>
<li><a href="http://feedproxy.google.com/~r/OtnArch2Arch/~3/uV-uAhsT7tk/10759633_erl_and_manes_part2_080311.mp3">Interview: Thomas Erl and Anne Thomas Manes &#8211; Part 2 of 3</a> (Bob Rhubart)</li>
<li><a href="http://channel9.msdn.com/Shows/Hot-Apps/Hot-Apps-Words-By-Post-Fractal-Graphics-ScriptTD-Drynks-Penguin">Hot Apps: Words By Post, Fractal Graphics, ScriptTD, Drynks, Penguin</a> (Laura Foy)</li>
<li><a href="http://blogs.msdn.com/b/mvpawardprogram/archive/2011/08/03/mvp-talks-hyper-v-in-taiwan.aspx">MVP Talks Hyper-V in Taiwan</a> (Lonnie Webb)</li>
<li><a href="http://feeds.wired.com/~r/wiredgeekdad/~3/ZDk3yz1minQ/">The GeekDads Episode #97: A Whole New World Behind the Grotto</a> (Ken Denmead)</li>
<li><a href="http://www.podtrac.com/pts/redirect.mp3/DeveloperSmackdown.com/Services/PodcastServices.svc/GetPodcast/ds_055.mp3" target="_blank">Developer Smackdown Musing #55: Kinecting with the Cosmos with Jonathan Fay, Dr. Mark SubbaRao &amp; Michelle Yehling (Part 2)</a> (Clark Sell &amp; Mark Nichols)</li>
<li><a href="http://channel9.msdn.com/coding4fun/kinect/Coding4Fun-Kinect-Turret">Coding4Fun Kinect Turret</a> (Greg Duncan)</li>
<li><a href="http://channel9.msdn.com/Blogs/Dan/Rob-Relyea-Kinect-SDK-Beta-1-Refresh-is-live">Rob Relyea: Kinect SDK Beta 1 Refresh is live</a> (Dan Fernandez)</li>
<li><a href="http://windowsteamblog.com/windows_phone/b/windowsphone/archive/2011/08/03/look-who-s-talking-speech-in-mango.aspx">Look who’s talking: Speech in Mango</a> (Bill Pardi)</li>
</ul>
<p>&#160;</p>
<h3><a name="events"></a>Community / Events</h3>
<ul>
<li><a href="http://feedproxy.google.com/~r/LosTechies/~3/82FW5gqxTwQ/">Upcoming FubuMVC Webinar Series</a> <em>and</em> <a href="http://feedproxy.google.com/~r/LosTechies/~3/hIG7jPDJHh0/">FubuMVC Webinar: F101 – Behaviors, Configuration, and Runtime</a> (Josh Arnold)</li>
<li><a href="http://blogs.msdn.com/b/katriend/archive/2011/08/03/html5-and-ie-by-the-water-workshop-powered-by-microsoft-webcafe-25th-august-2011-in-brussels.aspx">HTML5 and IE workshop by the water, powered by Microsoft Webcafe – 25th August 2011 in Brussels</a> (Katrien de Graeve)</li>
<li><a href="http://feedproxy.google.com/~r/MichaelCrump/~3/5i5ssviFGqc/august-silverlight-giveaway-by-telerik-and-first-floor-software.aspx">August Silverlight Giveaway by Telerik and First Floor Software!</a> (Michael Crump)</li>
<li><a href="http://blogs.msdn.com/b/msdnmagazine/archive/2011/08/03/10192391.aspx">The First Day of School</a> (Mike Desmond)</li>
</ul>
<p>&#160;</p>
<h3><a name="db"></a>Database</h3>
<ul>
<li><a href="http://feedproxy.google.com/~r/sqlserverpedia/~3/C1Wis1LA_sg/">SQL Server 2011 “Denali”: Get T-SQL query metadata without executing it</a> (Jakub Dvorak)</li>
<li><a href="http://blog.sqlauthority.com/2011/08/04/sql-server-tips-from-the-sql-joes-2-pros-development-series-efficient-query-writing-strategy-day-4-of-35/">SQL SERVER – Tips from the SQL Joes 2 Pros Development Series – Efficient Query Writing Strategy – Day 4 of 35</a> (Pinal Dave)</li>
<li><a href="http://feedproxy.google.com/~r/sqlserverpedia/~3/UTBIXyftXdY/">SQL Server – T-SQL – Comparing table data/structure using UNION, EXCEPT and INTERSECT</a> (Vishal)</li>
<li><a href="http://feedproxy.google.com/~r/jamiet/~3/WDWCn-iVnHE/sql-variant-property-function.aspx">SQL_VARIANT_PROPERTY function</a> (Jamie Thomson)</li>
</ul>
<p>&#160;</p>
<h3><a name="sp"></a>SharePoint</h3>
<ul>
<li><a href="http://feedproxy.google.com/~r/JoelsSharepointLand/~3/bxPpf-4G6ok/ViewPost.aspx">Managing Large Lists in SharePoint for Users and Site Admins</a> (Joel Oleson)</li>
</ul>
<p>&#160;</p>
<h3><a name="misc"></a>Miscellaneous</h3>
<ul>
<li><a href="http://www.wp7connect.com/2011/08/04/two-new-free-xbox-live-games-next-week-august-10th-sudoku-minesweeper/">Two New Free Xbox Live Games Next Week (August 10th) – Sudoku &amp; Minesweeper</a> (Hyde13)</li>
<li><a href="http://feeds.betanews.com/~r/bn/~3/G4j45D76erk/1312407517">Developer interest in Android increases, approaches iOS</a> (Joe Wilcox)</li>
<li><a href="http://feedproxy.google.com/~r/sqlserverpedia/~3/hNVRuvYuw8M/">Powershell to HTML</a> (Jack Vamvas)</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=54ee2256-654b-48e2-bfc3-d4c8d1f2bf3b">Interesting Finds: August 3, 2011</a> (Jason Haley)</li>
<li><a href="http://www.windowsphonegeek.com/news/daily-wp7-development-news-3-aug-2011">Daily WP7 Development News 3 Aug 2011</a> (Windows Phone Geek)</li>
<li><a href="http://feedproxy.google.com/~r/RegularGeek/~3/4mZgJW9-b4M/">Geek Reading August 3, 2011</a> (Rob Diana)</li>
<li><a href="http://feedproxy.google.com/~r/brhubartOTN/~3/R6qgXuTSJv4/today_s_links_8_3">Today&#8217;s Links (8/3/2011)</a> (Bob Rhubart)</li>
<li><a href="http://feedproxy.google.com/~r/ReflectivePerspective/~3/AcqUIYTbgVo/">The Morning Brew #909</a> (Chris Alcock)</li>
<li><a href="http://feedproxy.google.com/~r/silverlightshow/~3/dQddF8krhPg/Daily-News-Digest-08-04-2011.aspx">Daily News Digest 08/04/2011</a> (Silverlight Show)</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/51nlGGTnwPL._SL160_.jpg" /> </td>
<td valign="top"><a href="http://www.amazon.com/Applications-Microsoft-Platform-Patterns-Practices/dp/0735649677?SubscriptionId=0JTCV5ZMHMF7ZYTXGFR2&amp;tag=brdicr-20&amp;linkCode=xm2&amp;camp=2025&amp;creative=165953&amp;creativeASIN=0735649677">Moving Applications to the Cloud on the Microsoft Azure Platform (Patterns &amp; Practices)</a> by Eugenio Pace </td>
</tr>
</tbody>
</table>
<p>&#160;</p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:C16BAC14-9A3D-4c50-9394-FBFEF7A93539:5b43d491-0c07-4097-829b-a48521d8b088" class="wlWriterEditableSmartContent"><a href="http://www.dotnetkicks.com/kick/?url=http://www.alvinashcraft.com/2011/08/04/dew-drop-august-4-2011/"><img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http://www.alvinashcraft.com/2011/08/04/dew-drop-august-4-2011/" 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:b357f6cb-9059-4d8a-b908-5f7877b8fa34" class="wlWriterEditableSmartContent">Technorati Tags: <a href="http://technorati.com/tags/vs2010" rel="tag">vs2010</a>,<a href="http://technorati.com/tags/google" rel="tag">google</a>,<a href="http://technorati.com/tags/powershell" rel="tag">powershell</a>,<a href="http://technorati.com/tags/backbone.js" rel="tag">backbone.js</a>,<a href="http://technorati.com/tags/windows+phone" rel="tag">windows phone</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/continuous+integration" rel="tag">continuous integration</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/windows+azure" rel="tag">windows azure</a>,<a href="http://technorati.com/tags/.net+compact+framework" rel="tag">.net compact framework</a>,<a href="http://technorati.com/tags/android" rel="tag">android</a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.alvinashcraft.com/2011/08/04/dew-drop-august-4-2011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://feedproxy.google.com/~r/OtnArch2Arch/~3/uV-uAhsT7tk/10759633_erl_and_manes_part2_080311.mp3" length="0" type="audio/mpeg" />
<enclosure url="http://www.podtrac.com/pts/redirect.mp3/DeveloperSmackdown.com/Services/PodcastServices.svc/GetPodcast/ds_055.mp3" length="197" type="audio/mpeg" />
		</item>
		<item>
		<title>Dew Drop &#8211; July 29, 2011</title>
		<link>http://www.alvinashcraft.com/2011/07/29/dew-drop-july-29-2011/</link>
		<comments>http://www.alvinashcraft.com/2011/07/29/dew-drop-july-29-2011/#comments</comments>
		<pubDate>Fri, 29 Jul 2011 12:15:25 +0000</pubDate>
		<dc:creator>Alvin Ashcraft</dc:creator>
				<category><![CDATA[Daily Links]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[appfabric]]></category>
		<category><![CDATA[entity framework]]></category>
		<category><![CDATA[f#]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[lightswitch]]></category>
		<category><![CDATA[node.js]]></category>
		<category><![CDATA[sharepoint]]></category>
		<category><![CDATA[silverlight]]></category>
		<category><![CDATA[sql server]]></category>
		<category><![CDATA[vs2010]]></category>
		<category><![CDATA[windows azure]]></category>
		<category><![CDATA[windows phone]]></category>

		<guid isPermaLink="false">http://www.alvinashcraft.com/2011/07/29/dew-drop-july-29-2011/</guid>
		<description><![CDATA[Top Links Code First Migrations: Walkthrough of August 2011 CTP (Rowan Miller) Another Helping of Mango for Devs (Cliff Simpkins) Node.js on Windows (or JavaScript for the backend) (Christopher Bennage) Request for Comments: Issues with .NET and Microsoft Product Versioning (Scott Hanselman) &#160; .NET / Visual Studio Speech Recognition (Richard Carr) Getting Started with igDataSource [...]]]></description>
			<content:encoded><![CDATA[<h3><a name="top"></a>Top Links</h3>
<ul>
<li><a href="http://blogs.msdn.com/b/adonet/archive/2011/07/27/code-first-migrations-walkthrough-of-august-2011-ctp.aspx">Code First Migrations: Walkthrough of August 2011 CTP</a> (Rowan Miller)</li>
<li><a href="http://windowsteamblog.com/windows_phone/b/wpdev/archive/2011/07/27/wpsdk-beta-2-refresh-for-mango-devs.aspx">Another Helping of Mango for Devs</a> (Cliff Simpkins)</li>
<li><a href="http://feedproxy.google.com/~r/Devlicious/~3/8lFovyuORQk/node-js-on-windows.aspx">Node.js on Windows (or JavaScript for the backend)</a> (Christopher Bennage)</li>
<li><a href="http://feedproxy.google.com/~r/ScottHanselman/~3/FFDVHnxlQgk/RequestForCommentsIssuesWithNETAndMicrosoftProductVersioning.aspx">Request for Comments: Issues with .NET and Microsoft Product Versioning</a> (Scott Hanselman)</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/Oq09iIgpUv8/SpeechRecognition.aspx">Speech Recognition</a> (Richard Carr)</li>
<li><a href="http://blogs.infragistics.com/blogs/engineering/archive/2011/07/28/getting-started-with-igdatasource-and-wcf.aspx">Getting Started with igDataSource and WCF</a> <em>and</em> <a href="http://blogs.infragistics.com/blogs/engineering/archive/2011/07/28/getting-started-with-iggrid-odata-and-wcf-data-services.aspx">Getting Started with igGrid, OData, and WCF Data Services</a> (Aaron Marisi)</li>
<li><a href="http://feedproxy.google.com/~r/BlackRabbitCoder/~3/6qNywC0KMNU/c.net-little-pitfalls-default-parameters-are-compile-time-substitutions.aspx">C#/.NET Little Pitfalls: Default Parameters are Compile-Time Substitutions</a> (James Michael Hare)</li>
<li><a href="http://www.infoq.com/news/2011/07/Ix">Interactive Extensions for LINQ to Objects</a> (Jonathan Allen)</li>
<li><a href="http://lucabolognese.wordpress.com/2011/07/29/write-yourself-a-scheme-in-48-hours-part-iv-2/">Write Yourself a Scheme in 48 Hours in F# – Part V</a> (Luca Bolognese)</li>
<li><a href="http://feedproxy.google.com/~r/ScottHanselman/~3/My_9DzYxkmU/EntityFrameworkCodeFirstMigrationsAlphaNuGetPackageOfTheWeek10.aspx">Entity Framework Code First Migrations: Alpha &#8211; NuGet Package of the Week #10</a> (Scott Hanselman)</li>
<li><a href="http://morewally.com/cs/blogs/wallym/archive/2011/07/28/start-an-application-on-boot-with-mono-for-android-android-monodroid.aspx">Start an application on boot with Mono for Android #Android #monodroid</a> (Wally McClure)</li>
<li><a href="http://coolthingoftheday.blogspot.com/2011/07/stephen-toub-says-got-your-samples-for.html">Stephen Toub says, &quot;I&#8217;ve got your Samples for Parallel Programming with the .NET&#8230; right here&#8230;&quot;</a> <em>and</em> <a href="http://channel9.msdn.com/coding4fun/kinect/Can-the-Kinect-know-what-you-are-doing">Can the Kinect &quot;know&quot; what you are doing?</a> <em>and</em> <a href="http://channel9.msdn.com/coding4fun/kinect/Media-Player-I-NUI-you-well">Media Player I NUI you well&#8230;</a> (Greg Duncan)</li>
<li><a href="http://www.infinitec.de/post/2011/07/28/Working-with-the-Master-Category-List%E2%80%93EWS-edition.aspx">Working with the Master Category List–EWS edition</a> (Henning Krause)</li>
<li><a href="http://blogs.msdn.com/b/adonet/archive/2011/07/27/code-first-migrations-august-2011-ctp-released.aspx">Code First Migrations: August 2011 CTP Released</a> (EF Team)</li>
<li><a href="http://feedproxy.google.com/~r/FransBouma/~3/XMMOsCe0QlU/entity-framework-v4-1-update-1-the-kill-the-tool-eco-system-version.aspx">Entity Framework v4.1 update 1, the Kill-The-Tool-Eco-system version</a> (Frans Bouma)</li>
<li><a href="http://blogs.msdn.com/b/delay/archive/2011/07/28/preprocessor-net-don-t-need-no-stinkin-preprocessor-debugex-assert-provides-meaningful-assertion-failure-messages-automagically.aspx">Preprocessor? .NET don&#8217;t need no stinkin&#8217; preprocessor! [DebugEx.Assert provides meaningful assertion failure messages automagically!]</a> (David Anson)</li>
<li><a href="http://blogs.msdn.com/b/windowsazure/archive/2011/07/28/now-available-the-june-ctp-of-windows-azure-appfabric-service-bus-rest-api-from-java-php.aspx">Now Available: The June CTP of Windows Azure AppFabric Service Bus REST API from Java, PHP</a> (Alessandro Catorcini)</li>
<li><a href="http://feedproxy.google.com/~r/AyendeRahien/~3/AxmVjVdG0D8/node-cs">Node.cs</a> (Oren Eini)</li>
<li><a href="http://feedproxy.google.com/~r/MartinHinshelwood/~3/pXQ-AfEwBEc/">Do you know how to upgrade a process template but still keep your data intact?</a> (Martin Hinshelwood)</li>
</ul>
<p>&#160;</p>
<h3><a name="web"></a>Web Development</h3>
<ul>
<li><a href="http://www.elijahmanor.com/2011/07/book-reivew-javascript-enlightenment.html">Book Reivew: JavaScript Enlightenment</a> (Elijah Manor)</li>
<li><a href="http://blogs.msdn.com/b/ie/archive/2011/07/27/html5-drag-and-drop-in-ie10-ppb2.aspx">HTML5 Drag and Drop in IE10 PPB2</a> (Sharon Newman)</li>
<li><a href="http://feeds.dzone.com/~r/zones/agile/~3/nd2EaDIORC8/practical-php-refactoring-1">Practical PHP Refactoring: Inline Class</a> (Giorgio Sironi)</li>
<li><a href="http://feedproxy.google.com/~r/stoimenblog/~3/ytU1mOJDJa0/">OOP JavaScript: Accessing Public Methods in Private Methods</a> <em>and</em> <a href="http://feedproxy.google.com/~r/stoimenblog/~3/4dlkhNouR7Q/">PHP Strings: How to Get the Extension of a File</a> (Stoimen Popov)</li>
<li><a href="http://feedproxy.google.com/~r/BuildingGamesBasedOnSilverlightAndExpressions/~3/PDT-4RksxoI/html-5-add-an-audio-player-to-your-webpage-for-free.aspx">HTML 5: Add an audio player to your webpage for Free!</a> (Surf4Fun)</li>
<li><a href="http://feeds.dzone.com/~r/zones/css/~3/yHJtGZhQfP8/ecmascriptnext-arrayfrom-and">ECMAScript.next: Array.from() and Array.of()</a> (Axel Rauschmayer)</li>
<li><a href="http://feeds.dzone.com/~r/zones/css/~3/SdqGbRfVWag/shortening_urls_bitly_php">Shortening URLs from PHP with Bit.ly</a> (Lorna Wilson)</li>
<li><a href="http://feeds.yuiblog.com/~r/YahooUserInterfaceBlog/~3/91I73D0LGvw/">YUI 3.4.0 Preview Release 3 Now Available on CDN</a> (George Puckett)</li>
<li><a href="http://blog.maartenballiauw.be/post.aspx?id=3cf6db18-26b8-4da5-8943-8c6ccff60920">Windows Azure SDK for PHP 4 released</a> (Maarten Balliauw)</li>
<li><a href="http://weblogs.asp.net/bleroy/archive/2011/07/27/future-orchard-part-2-more-tokens.aspx">Future Orchard Part 2: more Tokens</a> (Bertrand Le Roy)</li>
</ul>
<p>&#160;</p>
<h3><a name="design"></a>Design / Methodology / Testing</h3>
<ul>
<li><a href="http://martinfowler.com/bliki/FrequencyReducesDifficulty.html">Bliki: FrequencyReducesDifficulty</a> (Martin Fowler)</li>
<li><a href="http://feeds.dzone.com/~r/zones/agile/~3/dMxmOJXrLrA/survival-guide-new-agile-0">A Survival Guide for New Agile Coaches &#8211; Believe in It</a> (Dave Rooney)</li>
<li><a href="http://feedproxy.google.com/~r/Iserializable/~3/DxGfrfcHEKg/how-not-to-do-tdd.html">How not to do TDD</a> (Roy Osherove)</li>
<li><a href="http://www.infoq.com/news/2011/07/rigid-scrum">How Rigid is Scrum?</a> (Vikas Hazrati)</li>
<li><a href="http://feedproxy.google.com/~r/LosTechies/~3/_bQ7u_lkhbc/">How to fix Subversion merge</a> (Jimmy Bogard)</li>
<li><a href="http://feedproxy.google.com/~r/ntotten/~3/RiQGKBHQZEY/">Architecture of Tankster– Scale (Part 2)</a> (Nathan Totten)</li>
<li><a href="http://feedproxy.google.com/~r/AyendeRahien/~3/A8hPUs-aIQY/macto-and-it-goes-on-your-permanent-record-too">Macto: And it goes on your permanent record, too!</a> (Oren Eini)</li>
<li><a href="http://feedproxy.google.com/~r/uxmovement/~3/zQDT4QdUrGI/">Why Users Fill Out Forms Faster with Unified Text Fields</a> (Anthony)</li>
<li><a href="http://feedproxy.google.com/~r/jmeier/~3/E-ed8wKUoVM/where-the-focus-goes.aspx">Where the Focus Goes</a> (JD Meier)</li>
<li><a href="http://ejohn.org/blog/khan-exercise-rewrite/">Khan Exercise Rewrite</a> (John Resig)</li>
</ul>
<p>&#160;</p>
<h3><a name="silverlight"></a>Silverlight / WPF / Windows Phone</h3>
<ul>
<li><a href="http://www.windowsphonegeek.com/articles/MVVM-in-real-life-Windows-Phone-applications-Part2">MVVM in real life Windows Phone applications Part2</a> <em>and</em> <a href="http://www.windowsphonegeek.com/articles/Using-Sockets-in-WP-7-1--Mango-Beta-2-">Using Sockets in WP 7.1 (Mango Beta 2)</a> (Windows Phone Geek)</li>
<li><a href="http://www.codeproject.com/KB/WPF/gdesktop.aspx">Creating an application like Google Desktop in WPF and C#</a> (Chris P.)</li>
<li><a href="http://blogs.infragistics.com/blogs/jason_beres/archive/2011/07/28/announcing-netadvantage-for-visual-studio-lightswitch.aspx">Announcing NetAdvantage for Visual Studio LightSwitch</a> (Jason Beres)</li>
<li><a href="http://dennisdel.com/?p=888">Custom accelerometer motions for the Windows Phone emulator</a> (Dennis Delimarsky)</li>
<li><a href="http://dailydotnettips.com/2011/07/26/hosting-a-windows-forms-control-inside-a-wpf/">Hosting a Windows Forms control inside a WPF</a> <em>and</em> <a href="http://dailydotnettips.com/2011/07/27/difference-between-a-usercontrol-and-a-customcontrol/">Difference between a UserControl and a CustomControl</a> <em>and</em> <a href="http://dailydotnettips.com/2011/07/28/1377/">Accessing local assemblies in XAML</a> (Abhijit Jana)</li>
<li><a href="http://feedproxy.google.com/~r/MicrosoftDownloadCenter/~3/GzS_qKf515w/details.aspx">Visual Studio LightSwitch Training Kit</a> (MS Downloads)</li>
<li><a href="http://sharpfellows.com/post.aspx?id=b1447494-00f6-4f97-b7c4-11dfa6b009b1">Replaceable resources in Silverlight</a> (John Rayner)</li>
<li><a href="http://feedproxy.google.com/~r/MichaelCrump/~3/ppWH5aHbRuk/my-ebook-and-articles-series-on-odata-for-silverlight-and.aspx">My eBook and articles series on OData for Silverlight and Windows Phone 7 is complete.</a> (Michael Crump)</li>
<li><a href="http://feedproxy.google.com/~r/NicksNetTravels/~3/WlK5C4CERpI/post.aspx">Posting Twitter Status Update from Windows Phone</a> (Nick)</li>
<li><a href="http://blogs.xamlninja.com/wp7contrib/wp7contrib-bing-service-wrapper-part-ii-route">WP7Contrib – Bing Service Wrapper Part II – Route</a> (Richard Griffin)</li>
<li><a href="http://openlightgroup.net/Blog/tabid/58/EntryId/181/LightSwitch-Farm-A-Story-In-The-Not-So-Distant-Future.aspx">LightSwitch Farm: A Story In The Not So Distant Future</a> (Michael Washington)</li>
<li><a href="http://feedproxy.google.com/~r/JesseLiberty-SilverlightGeek/~3/sato-Q0Vbh8/">Page State–Step by Step</a> (Jesse Liberty)</li>
<li><a href="http://blogs.infragistics.com/blogs/kiril_matev/archive/2011/07/28/using-xamtimeline-and-xamdatachart-to-build-an-annotated-view-of-your-time-series-data.aspx">Using XamTimeline and XamDataChart to build an annotated view of your time-series data</a> (Kiril Matev)</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=684" target="_blank">.NET Rocks! &#8211; Pete Brown Has Fun With Silverlight and More!</a> (Carl Franklin &amp; Richard Campbell)</li>
<li><a href="http://channel9.msdn.com/Shows/C9-GoingNative/GoingNative-0-Help-us-fly-this-plane-Some-modern-C-Meet-Ale-Contenti">GoingNative 0: Help us fly this plane, Some modern C++, Meet Ale Contenti</a> <em>and</em> <a href="http://channel9.msdn.com/posts/Mark-Russinovich-and-Aaron-Margosis-Introducing-Windows-Sysinternals-Administrators-Reference">Mark Russinovich and Aaron Margosis: Introducing Windows Sysinternals Administrator&#8217;s Reference</a> (Charles Torre)</li>
<li><a href="http://blog.stackoverflow.com/2011/07/se-podcast-13/">SE Podcast #13</a> (Alex Miller)</li>
<li><a href="http://feedproxy.google.com/~r/OtnArch2Arch/~3/pUqewatyfsk/10435025_erl_and_manes_part1_072711.mp3">Interview: Thomas Erl and Anne Thomas Manes &#8211; Part 1 of 3</a> (Bob Rhubart)</li>
<li><a href="http://www.engadget.com/2011/07/28/the-engadget-show-023-we-tour-a-headphone-factory-talk-recor/">The Engadget Show &#8211; 023: We tour a headphone factory, talk record labels, and look at They Might Be Giants&#8217; favorite gadgets</a> (Brian Heater)</li>
<li><a href="http://channel9.msdn.com/posts/ScriptTD-So-You-Want-To-Build-a-Tower-Defense-Game">ScriptTD: So You Want To Build a Tower Defense Game?</a> <em>and</em> <a href="http://channel9.msdn.com/Shows/The-Defrag-Show/Defrag-3TB-limit-Forced-Shutdowns-Optimizing-Win7-for-Netbooks">Defrag: 3TB limit, Forced Shutdowns, Optimizing Win7 for Netbooks</a> (Larry Larsen)</li>
<li><a href="http://channel9.msdn.com/Shows/Hot-Apps/Hot-Apps-Tentacles-Birds--Beaks-Whos-Near-Me-Pin-To-Start-Executive-Caddie">Hot Apps: Tentacles, Birds &amp; Beaks, Who&#8217;s Near Me, Pin To Start, Executive Caddie</a> (Laura Foy)</li>
<li><a href="http://feedproxy.google.com/~r/cloudPlumbing/~3/mAs9dnigClg/eric-boyd-interview" target="_blank">Cloud Plumbing Podcast &#8211; Eric Boyd Interview</a> (Ryan Parsley)</li>
<li><a href="http://jamesshore.com/Blog/Lets-Play/Episode-127.html">Let&#8217;s Play TDD #127: Yearly Spending Field</a> (James Shore)</li>
</ul>
<p>&#160;</p>
<h3><a name="events"></a>Community / Events</h3>
<ul>
<li><a href="http://feeds.microsoftjobsblog.com/~r/MicrosoftJobsBlog/~3/qB_DrY1Wvm0/">Andre Artis: Influencing the next generation of Black Technologists</a> (Microsoft JobsBlog<msftblog  @MICROSOFT.COM>)</li>
<li><a href="http://feedproxy.google.com/~r/JonSkeetCodingBlog/~3/DX0mBc8e-G0/speaking-engagement-progressive-net-london-september-7th.aspx">Speaking engagement: Progressive .NET, London, September 7th</a> (Jon Skeet)</li>
<li><a href="http://feedproxy.google.com/~r/Frazzleddad/~3/pIdr9XbLr_4/want-to-improvechange-your-career-get.html">Want to Improve/Change Your Career? Get Hooked up in the Community!</a> (Jim Holmes)</li>
<li><a href="http://feedproxy.google.com/~r/Blankenthoughts/~3/b126Go6QUEY/">What’s in your laptop bag?</a> (Jeff Blankenburg)</li>
<li><a href="http://feedproxy.google.com/~r/JesseLiberty-SilverlightGeek/~3/mxFEjrQ35dI/">What’s In Your Laptop Bag?</a> <em>and</em> <a href="http://feedproxy.google.com/~r/JesseLiberty-SilverlightGeek/~3/kB0vyLPJTGk/">Progressive .NET Tutorials–London Sept 5-7</a> (Jesse Liberty)</li>
<li><a href="http://gigaom.com/collaboration/whats-restricting-the-expansion-of-telework/">What’s restricting the expansion of telework?</a> (Jessica Stillman)</li>
</ul>
<p>&#160;</p>
<h3><a name="db"></a>Database</h3>
<ul>
<li><a href="http://www.sqlservercentral.com/blogs/jamesserra/archive/2011/07/27/sql-server-does-not-script-indexes-by-default.aspx">SQL Server does not script indexes by default</a> (James Serra)</li>
<li><a href="http://feedproxy.google.com/~r/sqlservercurry/blog/~3/hHdf38DKero/sql-server-top-10-cached-queries.html">SQL Server: Top 10 Cached Queries</a> <em>and</em>&#160;<a href="http://feedproxy.google.com/~r/sqlservercurry/blog/~3/aVki4jOStvc/sql-server-behavioral-change-in-union.html" target="_blank">SQL Server: Behavioral Change in Union Operator</a> (Madhivanan)</li>
<li><a href="http://blog.sqlauthority.com/2011/07/28/sql-server-latest-expressor-data-integration-platform-posts/">SQL SERVER – Latest expressor Data Integration Platform Posts</a> <em>and</em> <a href="http://blog.sqlauthority.com/2011/07/28/sql-server-interview-questions-and-answers-guest-post-by-nakul-vachhrajani-day-28-of-31/">SQL SERVER – Interview Questions and Answers – Guest Post by Nakul Vachhrajani – Day 28 of 31</a> <em>and</em> <a href="http://blog.sqlauthority.com/2011/07/29/sql-server-interview-questions-and-answers-guest-post-by-feodor-georgiev-day-29-of-31/">SQL SERVER – Interview Questions and Answers – Guest Post by Feodor Georgiev – Day 29 of 31</a> (Pinal Dave)</li>
<li><a href="http://blogs.lessthandot.com/index.php/DataMgmt/DBProgramming/sql-injection-pocket-reference-for">SQL Injection Pocket Reference for MySQL, SQL Server and Oracle</a> (Denis Gobo)</li>
<li><a href="http://www.sqlservercentral.com/blogs/juggling_with_sql/archive/2011/07/27/lookup-functions-in-ssrs-2008-r2-ii.aspx">Lookup functions in SSRS 2008 R2 &#8211; II</a> (Vinay Pugalia)</li>
<li><a href="http://feedproxy.google.com/~r/sqlserverpedia/~3/WZtPt9CzHU0/">SQL Server – &quot;Denali&quot; – Analytic Functions – LAG() and LEAD()</a> (Vishal)</li>
<li><a href="http://www.sqlservercentral.com/blogs/sqltreeo/archive/2011/07/28/t_2D00_sql-refactoring.aspx">T-SQL refactoring</a> (Jakub Dvorak)</li>
</ul>
<p>&#160;</p>
<h3><a name="sp"></a>SharePoint</h3>
<ul>
<li><a href="http://feedproxy.google.com/~r/JoelsSharepointLand/~3/2PeHdQLLFfA/ViewPost.aspx">My Experience Upgrading SharePoint with FAB 40</a> (Joel Oleson)</li>
<li><a href="http://feedproxy.google.com/~r/netCurryRecentArticles/~3/tAubuXEL50g/ShowArticle.aspx">WCF to the rescue: Fixing bad performing BDC connectors in SharePoint</a> (Mark Kendall)</li>
</ul>
<p>&#160;</p>
<h3><a name="misc"></a>Miscellaneous</h3>
<ul>
<li><a href="http://feedproxy.google.com/~r/TheArtAndCraftOfGreatSoftwareArchitectureAndDevelopment/~3/k0JpiLOXkIs/technology-hype-cycle-and-why-you.html">The Technology Hype Cycle and why you should bet your Software Career on the Cloud</a> (Frank Kelly)</li>
<li><a href="http://www.wp7connect.com/2011/07/28/mango-build-7712-for-developers-whats-new/">Mango Build 7712 for Developers: What’s New?</a> (Antonio Hernandez)</li>
<li><a href="http://blogs.msdn.com/b/johnguin/archive/2011/07/28/onenote-spy-omspy-for-onenote-2010.aspx">OneNote Spy (omspy) for OneNote 2010</a> (John Guin)</li>
<li><a href="http://blogs.oracle.com/otn/entry/java_se_goes_to_7">Java SE Goes to 7</a> (Oracle Tech Net)</li>
<li><a href="http://feedproxy.google.com/~r/ScottHanselman/~3/RyedlHQ18XI/HowToConnectToAWirelessWIFINetworkFromTheCommandLineInWindows7.aspx">How to connect to a Wireless WIFI Network from the Command line in Windows 7</a> (Scott Hanselman)</li>
<li><a href="http://feedproxy.google.com/~r/blogspot/hsDu/~3/l7J2AoMYnzw/new-tools-for-managing-screen-sizes.html" target="_blank">Android: New Tools For Managing Screen Sizes</a> (Tim Bray)</li>
<li><a href="http://blogs.msdn.com/b/windowsazure/archive/2011/07/27/just-announced-windows-azure-toolkit-for-ios-now-supports-access-control-service-includes-cloud-ready-packages.aspx">Just Announced: Windows Azure Toolkit for iOS Now Supports Access Control Service, Includes Cloud Ready Packages</a> (Windows Azure Team)</li>
<li><a href="http://blogs.msdn.com/b/dohollan/archive/2011/07/27/dilbert-s-scott-adams-accepts-the-windows-phone-challenge.aspx">Dilbert’s Scott Adams accepts the Windows Phone Challenge</a> (Doug Holland)</li>
<li><a href="http://feedproxy.google.com/~r/liveside/~3/iYRvR9IB9Uo/">Updated build of Windows Phone “Mango” now supports music streaming from SkyDrive</a> (damaster)</li>
<li><a href="http://feedproxy.google.com/~r/liveside/~3/uBRBfeOTRPs/">Windows Phone: The one where sharing photos via SkyDrive…doesn’t</a> (Kip Kniskern)</li>
<li><a href="http://www.windowsobserver.com/2011/07/27/windows-phone-7-mango-build-7712-observations/">Windows Phone 7 Mango Build 7712 Observations</a> (Richard Hay)</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=3bfe5dab-d861-4d5e-a17b-a585ff552742">Interesting Finds: July 27, 2011</a> <em>and</em> <a href="http://jasonhaley.com/blog/post.aspx?id=db9a2dfa-2a9c-48ff-bbc0-299ca8666a9a">Interesting Finds: July 28, 2011</a> (Jason Haley)</li>
<li><a href="http://feedproxy.google.com/~r/ginktage/EPSB/~3/Aksw0uUOa50/">Interesting .NET Links – July 27 , 2011</a> (Senthil Kumar)</li>
<li><a href="http://feedproxy.google.com/~r/parsimonyjax/~3/o3Bx7UsRaRg/daily-links-28072011.html">Daily Links 28/07/2011</a> (Jax)</li>
<li><a href="http://feedproxy.google.com/~r/ReflectivePerspective/~3/uaN89dh8p6Q/">The Morning Brew #904</a> <em>and</em> <a href="http://feedproxy.google.com/~r/ReflectivePerspective/~3/UXW-N6IEEL0/">The Morning Brew #905</a> (Chris Alcock)</li>
<li><a href="http://thequeue.net/blog/2011/07/28/link-dump-for-july-28th-2/">Link dump for July 28th</a> (Jeff Schoolcraft)</li>
<li><a href="http://feedproxy.google.com/~r/silverlightshow/~3/HyoemsgPOIk/Daily-News-Digest-07-28-2011.aspx">Daily News Digest 07/28/2011</a> <em>and</em> <a href="http://feedproxy.google.com/~r/silverlightshow/~3/Ykt9sNC0BYE/Daily-News-Digest-07-29-2011.aspx">Daily News Digest 07/29/2011</a> (Silverlight Show)</li>
<li><a href="http://webdevtweets.blogspot.com/2011/07/26-jul-2011.html" target="_blank">Web Dev Tweets 26-Jul-2011</a> <em>and</em> <a href="http://webdevtweets.blogspot.com/2011/07/27-jul-2011.html">27-Jul-2011</a> (Elijah Manor)</li>
<li><a href="http://feedproxy.google.com/~r/brhubartOTN/~3/KLkCNMCkmco/today_s_links_7_27">Today&#8217;s Links (7/27/2011)</a> <em>and</em> <a href="http://feedproxy.google.com/~r/brhubartOTN/~3/2KnYedY8NJQ/today_s_links_7_28">Today&#8217;s Links (7/28/2011)</a> (Bob Rhubart)</li>
<li><a href="http://www.windowsphonegeek.com/news/daily-wp7-development-news-27-july-2011">Daily WP7 Development News 27 July 2011</a> <em>and</em> <a href="http://www.windowsphonegeek.com/news/daily-wp7-development-news-28-july-2011">Daily WP7 Development News 28 July 2011</a> (Windows Phone Geek)</li>
<li><a href="http://geekswithblogs.net/WynApseTechnicalMusings/archive/2011/07/27/146367.aspx">Silverlight Cream for July 27, 2011 &#8212; #1121</a> <em>and</em> <a href="http://geekswithblogs.net/WynApseTechnicalMusings/archive/2011/07/28/146376.aspx">Silverlight Cream for July 28, 2011 &#8212; #1122</a> (Dave Campbell)</li>
</ul>
<p>&#160;</p>
<h3><a name="shelf"></a>The Geek Shelf</h3>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td><img src="http://ecx.images-amazon.com/images/I/51t2eDZuKVL._SL160_.jpg" /> </td>
<td valign="top"><a href="http://www.amazon.com/First-Android-Development-Jonathan-Simon/dp/1449393306?SubscriptionId=0JTCV5ZMHMF7ZYTXGFR2&amp;tag=brdicr-20&amp;linkCode=xm2&amp;camp=2025&amp;creative=165953&amp;creativeASIN=1449393306">Head First Android Development</a> by Jonathan Simon </td>
</tr>
</tbody>
</table>
<p>&#160;</p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:C16BAC14-9A3D-4c50-9394-FBFEF7A93539:2e6da7c7-2be1-458f-bdac-cd60629de3c8" class="wlWriterEditableSmartContent"><a href="http://www.dotnetkicks.com/kick/?url=http://www.alvinashcraft.com/2011/07/29/dew-drop-july-29-2011/"><img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http://www.alvinashcraft.com/2011/07/29/dew-drop-july-29-2011/" 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:2a4b2adf-eacc-4a30-b27c-f47b11e2495e" class="wlWriterEditableSmartContent">Technorati Tags: <a href="http://technorati.com/tags/vs2010" rel="tag">vs2010</a>,<a href="http://technorati.com/tags/f%23" rel="tag">f#</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/windows+phone" rel="tag">windows phone</a>,<a href="http://technorati.com/tags/silverlight" rel="tag">silverlight</a>,<a href="http://technorati.com/tags/lightswitch" rel="tag">lightswitch</a>,<a href="http://technorati.com/tags/entity+framework" rel="tag">entity framework</a>,<a href="http://technorati.com/tags/html5" rel="tag">html5</a>,<a href="http://technorati.com/tags/jquery" rel="tag">jquery</a>,<a href="http://technorati.com/tags/javascript" rel="tag">javascript</a>,<a href="http://technorati.com/tags/node.js" rel="tag">node.js</a>,<a href="http://technorati.com/tags/windows+azure" rel="tag">windows azure</a>,<a href="http://technorati.com/tags/appfabric" rel="tag">appfabric</a>,<a href="http://technorati.com/tags/java" rel="tag">java</a>,<a href="http://technorati.com/tags/android" rel="tag">android</a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.alvinashcraft.com/2011/07/29/dew-drop-july-29-2011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://feedproxy.google.com/~r/OtnArch2Arch/~3/pUqewatyfsk/10435025_erl_and_manes_part1_072711.mp3" length="0" type="audio/mpeg" />
		</item>
		<item>
		<title>Dew Drop &#8211; July 27, 2011</title>
		<link>http://www.alvinashcraft.com/2011/07/27/dew-drop-july-27-2011/</link>
		<comments>http://www.alvinashcraft.com/2011/07/27/dew-drop-july-27-2011/#comments</comments>
		<pubDate>Wed, 27 Jul 2011 12:28:46 +0000</pubDate>
		<dc:creator>Alvin Ashcraft</dc:creator>
				<category><![CDATA[Daily Links]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[agile]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[coffeescript]]></category>
		<category><![CDATA[imagine cup]]></category>
		<category><![CDATA[lightswitch]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[sharepoint]]></category>
		<category><![CDATA[silverlight]]></category>
		<category><![CDATA[sql server]]></category>
		<category><![CDATA[tdd]]></category>
		<category><![CDATA[vs2010]]></category>
		<category><![CDATA[windows azure]]></category>
		<category><![CDATA[windows phone]]></category>

		<guid isPermaLink="false">http://www.alvinashcraft.com/2011/07/27/dew-drop-july-27-2011/</guid>
		<description><![CDATA[Top Links Microsoft® Visual Studio® LightSwitch™ 2011 is Available Today (Jason Zander) ScriptTD: Tower Defense Made Easy (Clint Rutkas) WP7: Developers to get Mango RTM before release [Update: Its true!] (Owen Williams) Nobody&#8217;s Going to Help You, and That&#8217;s Awesome (Jeff Atwood) &#160; .NET / Visual Studio This is my Favorite… VS 2010 Favorites Menu [...]]]></description>
			<content:encoded><![CDATA[<h3><a name="top"></a>Top Links</h3>
<ul>
<li><a href="http://blogs.msdn.com/b/jasonz/archive/2011/07/26/visual-studio-lightswitch-2011-is-available-today.aspx">Microsoft® Visual Studio® LightSwitch™ 2011 is Available Today</a> (Jason Zander)</li>
<li><a href="http://channel9.msdn.com/coding4fun/articles/ScriptTD-Tower-Defense-Made-Easy">ScriptTD: Tower Defense Made Easy</a> (Clint Rutkas)</li>
<li><a href="http://www.neowin.net/news/wp7-rumor-developers-to-get-mango-rtm-before-release">WP7: Developers to get Mango RTM before release [Update: Its true!]</a> (Owen Williams)</li>
<li><a href="http://www.codinghorror.com/blog/2011/07/nobodys-going-to-help-you-and-thats-awesome.html">Nobody&#8217;s Going to Help You, and That&#8217;s Awesome</a> (Jeff Atwood)</li>
</ul>
<p>&#160;</p>
<h3><a name="dotnet"></a>.NET / Visual Studio</h3>
<ul>
<li><a href="http://coolthingoftheday.blogspot.com/2011/07/this-is-my-favorite-vs-2010-favorites.html">This is my Favorite… VS 2010 Favorites Menu Extension</a> <em>and</em> <a href="http://channel9.msdn.com/coding4fun/kinect/NUI-for-PowerPoint">NUI for PowerPoint</a> (Greg Duncan)</li>
<li><a href="http://feedproxy.google.com/~r/netCurryRecentArticles/~3/XX2iXcznl4Q/ShowArticle.aspx">Add Automatic Exception Reporting To Your .Net Software &#8211; Allow End-Users To Report Bugs Easily</a> (G. Himangi)</li>
<li><a href="http://feeds.dzone.com/~r/zones/dotnet/~3/xxo4O8lsBXA/order-chaos-net-collections">Order in Chaos: .NET Collections</a> (Arik Poznanski)</li>
<li><a href="http://www.infoq.com/news/2011/07/Python-Tools-VS" target="_blank">Refactoring and Profiling Python with Visual Studio</a> (Jonathan Allen)</li>
</ul>
<p>&#160;</p>
<h3><a name="web"></a>Web Development</h3>
<ul>
<li><a href="http://feedproxy.google.com/~r/DaveBurke/~3/1LZLS7xKL1Q/post.aspx">Sueetie Activity Popup Notification jQuery Coexistence</a> (Dave Burke)</li>
<li><a href="http://zubairahmed.net/?p=228">Profiling ASP.NET website in Visual Studio with Performance Wizard</a> (Zubair Ahmed)</li>
<li><a href="http://feedproxy.google.com/~r/DiaryOfAnetDeveloperByJefClaes/~3/3kgRE29DWVs/merge-sorting-in-javascript_1458.html">Merge sorting in JavaScript</a> (Jef Claes)</li>
<li><a href="http://feedproxy.google.com/~r/LosTechies/~3/eRrOJUCpHdY/">Handlers – A useful FubuMVC Convention</a> (Josh Arnold)</li>
<li><a href="http://feeds.dzone.com/~r/zones/agile/~3/CO8NQT2FdOM/practical-php-refactoring-hide">Practical PHP Refactoring: Hide Delegate</a> (Giorgio Sironi)</li>
<li><a href="http://www.infoq.com/news/2011/07/GAE-Go">Google App Engine Gets Support for Go</a> (Abel Avram)</li>
<li><a href="http://feedproxy.google.com/~r/MsMossyblog/~3/nE8IRV744To/691">Windows Azure is still a science project *sad face*</a> (Scott Barnes)</li>
</ul>
<p>&#160;</p>
<h3><a name="design"></a>Design / Methodology / Testing</h3>
<ul>
<li><a href="http://feedproxy.google.com/~r/agilescout/~3/vB0JIvl7vaM/">Agile Publishers</a> <em>and</em>&#160;<a href="http://feedproxy.google.com/~r/agilescout/~3/Ti-osyYQkGw/" target="_blank">5 Characteristics of the Innovation Personae</a> (Peter Saddington)</li>
<li><a href="http://feedproxy.google.com/~r/DiaryOfANinja/~3/4SRBvScSDA0/teamcity--when-1-build-agent-isnrsquot-enough">TeamCity &#8211; When 1 build agent just isn’t enough</a> (Doug Rathbone)</li>
<li><a href="http://feedproxy.google.com/~r/AyendeRahien/~3/jcuL4mZMX9Q/macto-once-more-from-the-top-i-swear-i-had-a-few-more-over-there">Macto: Once more from the top, I swear I had a few more over there</a> (Oren Eini)</li>
<li><a href="http://feeds.dzone.com/~r/zones/agile/~3/DxHQXIVrUb4/automated-ui-testing-part-1">Automated UI Testing &#8211; Part 1 &#8211; WatiN</a> (Paul Stack)</li>
<li><a href="http://coolthingoftheday.blogspot.com/2011/07/good-guide-for-proper-programming.html">A Good Guide for Proper Programming &#8211; “The Principles of Good Programming”</a> (Greg Duncan)</li>
<li><a href="http://feeds.dzone.com/~r/zones/dotnet/~3/kQ5ydUC95o0/software-architecture-quality">Software Architecture: Quality Attributes</a> (Todd Merritt)</li>
</ul>
<p>&#160;</p>
<h3><a name="silverlight"></a>Silverlight / WPF / Windows Phone</h3>
<ul>
<li><a href="http://www.windowsphonegeek.com/news/coding4fun-toolkit-with-2-new-tile-controls-and-1-new-property-helper">Coding4Fun Toolkit with 2 new Tile controls and 1 new property helper!</a> (Windows Phone Geek)</li>
<li><a href="http://www.infragistics.com/Awesome.aspx?id=21072">Infragistics Debuts NetAdvantage for Visual Studio LightSwitch</a> (Infragistics News)</li>
<li><a href="http://blogs.msdn.com/b/somasegar/archive/2011/07/26/visual-studio-lightswitch-availability.aspx">Visual Studio LightSwitch availability</a> (Somasegar)</li>
<li><a href="http://blogs.infragistics.com/blogs/ivo_evtimov/archive/2011/07/26/using-xamribbon-buttontool-in-mvvm-applications.aspx">Using XamRibbon ButtonTool in MVVM applications</a> (Ivo Evtimov)</li>
<li><a href="http://expressioniq.com/?p=2998">Drawing objects in Expression Blend</a> (Alex Mukora)</li>
<li><a href="http://feedproxy.google.com/~r/JesseLiberty-SilverlightGeek/~3/7NDsHHFOgf4/">Windows Phone Toolkit–Date and Time Pickers</a> <em>and</em> <a href="http://feedproxy.google.com/~r/JesseLiberty-SilverlightGeek/~3/xhBTqIYB1SE/">Windows Phone Fast Application Switching–Don’t Panic!</a> (Jesse Liberty)</li>
<li><a href="http://windowsteamblog.com/windows_phone/b/windowsphone/archive/2011/07/26/windows-phone-mango-released-to-manufacturing.aspx">Windows Phone “Mango” – Released to Manufacturing</a> (Terry Myerson)</li>
</ul>
<p>&#160;</p>
<h3><a name="podcasts"></a>Podcasts / Screencasts / Videos</h3>
<ul>
<li><a href="http://www.microsoft.com/events/podcasts/default.aspx?audience=Audience-e5381407-359f-4922-97d0-0237af790eee&amp;pageId=x6959&amp;source=Microsoft-Podcasts-for-Developers&amp;WT.rss_ev=a">How Do I: Work Around LINQ to DataSet Limitations in Visual Basic Device Projects?</a> (MS Podcasts)</li>
<li><a href="http://channel9.msdn.com/Shows/Going+Deep/C9-Lectures-Greg-Meredith-Monadic-Design-Patterns-for-the-Web-4-of-n">C9 Lectures: Greg Meredith &#8211; Monadic Design Patterns for the Web 4 of n</a> (Charles Torre)</li>
<li><a href="http://jamesshore.com/Blog/Lets-Play/Episode-126.html">Let&#8217;s Play TDD #126: Following Patterns</a> (James Shore)</li>
<li><a href="http://feedproxy.google.com/~r/Pluralcast/~3/JgxLmBW8yWM/pluralcast-47-msbuild-with-david-starr.aspx">Pluralcast 47 : MSBuild with David Starr</a> (Matt Milner)</li>
<li><a href="http://www.podtrac.com/pts/redirect.mp3/DeveloperSmackdown.com/Services/PodcastServices.svc/GetPodcast/ds_054.mp3" target="_blank">Developer Smackdown Musing #54: Kinecting with the Cosmos with Jonathon Fay, Dr. Mark SubbaRao &amp; Michelle Yehling (Part 1)</a> (Clark Sell &amp; Mark Nichols)</li>
<li><a href="http://dennisdel.com/?p=883">Blind Ambition–an ImagineCup documentary</a> (Dennis Delimarsky)</li>
</ul>
<p>&#160;</p>
<h3><a name="events"></a>Community / Events</h3>
<ul>
<li><a href="http://feedproxy.google.com/~r/thoughtclusters/~3/v5ePDG_9ojk/">Women in Technology</a> (Krishna Kumar)</li>
</ul>
<p>&#160;</p>
<h3><a name="db"></a>Database</h3>
<ul>
<li><a href="http://blog.sqlauthority.com/2011/07/27/sql-server-interview-questions-and-answers-guest-post-by-rick-morelan-day-27-of-31/">SQL SERVER – Interview Questions and Answers – Guest Post by Rick Morelan – Day 27 of 31</a> (Pinal Dave)</li>
<li><a href="http://feedproxy.google.com/~r/SimonsSqlServerStuff/~3/63F8NuPb0n0/slipstreaming-of-updates-in-denali.aspx">Slipstreaming of updates in Denali</a> (Simon Sabin)</li>
<li><a href="http://feedproxy.google.com/~r/sqlserverpedia/~3/l5eTkAnmC34/">SQL Server – &quot;Denali&quot; – End of Month using EOMONTH()</a> (Vishal)</li>
<li><a href="http://feedproxy.google.com/~r/PaulSRandal/~3/llivRLvyKeQ/post.aspx">Using database snapshots</a> (Paul S. Randal)</li>
</ul>
<p>&#160;</p>
<h3><a name="sp"></a>SharePoint</h3>
<ul>
<li><a href="http://feedproxy.google.com/~r/MicrosoftDownloadCenter/~3/iTlFEmcUUhg/details.aspx">Profile synchronization guide for Microsoft SharePoint Server 2010</a> (MS Downloads)</li>
<li><a href="http://feedproxy.google.com/~r/JoelsSharepointLand/~3/VEQ9hX1nlkY/ViewPost.aspx">Managing Visual Upgrade in SharePoint 2010</a> <em>and</em> <a href="http://feedproxy.google.com/~r/JoelsSharepointLand/~3/pXpB-rL4fRI/ViewPost.aspx">How Do Get Solutions Files From Existing SharePoint Farm?</a> (Joel Oleson)</li>
<li><a href="http://lightningtools.com/blog/archive/2011/07/26/office-365-integration-with-sharepoint-intranet.aspx">Office 365 Integration with SharePoint Intranet</a> (Lightning Tools)</li>
<li><a href="http://feedproxy.google.com/~r/PaulSRandal/~3/i2Z1bKyDd8Q/post.aspx">SharePoint 2010 database maintenance whitepaper</a> (Paul S. Randal)</li>
<li><a href="http://blogs.msdn.com/b/microsoft_press/archive/2011/07/26/rtm-d-today-mos-2010-study-guide-for-microsoft-word-expert-excel-expert-access-and-sharepoint-exams.aspx">RTM’d today: MOS 2010 Study Guide for Microsoft Word Expert, Excel Expert, Access, and SharePoint Exams</a> (Rosemary Caperton)</li>
<li><a href="http://blogs.msdn.com/b/sharepointdev/archive/2011/07/26/rapid-application-development-using-infopath-and-bcs-part-2-anweshi-deverasetty.aspx" target="_blank">Rapid Application Development Using InfoPath and BCS – Part 2</a> (Anweshi Deverasetty)</li>
</ul>
<p>&#160;</p>
<h3><a name="misc"></a>Miscellaneous</h3>
<ul>
<li><a href="http://coolthingoftheday.blogspot.com/2011/07/microsoft-camera-codec-pack-think-197.html">Microsoft Camera Codec Pack (think “1.97 bazillion custom camera codec’s, one download”) + Windows Photo Gallery gets RAW (support)</a> (Greg Duncan)</li>
<li><a href="http://www.neowin.net/news/developer-xbox-live-indie-games-is-not-a-viable-platform">Developer: Xbox Live Indie Games is not &quot;a viable platform&quot;</a> (John Callaham)</li>
<li><a href="http://blogs.msdn.com/b/joshpoley/archive/2011/07/26/console-output-with-a-transparent-background-color.aspx">Console output with a transparent background color</a> (Josh Poley)</li>
<li><a href="http://feeds.oreilly.com/~r/oreilly/news/~3/XqA3cbjQ7ng/">#Ebook Deal/Day: Head First Android Development &#8211; $17.99 (Save 50%) w/code DDJ4E</a> (O&#8217;Reilly Media)</li>
<li><a href="http://feedproxy.google.com/~r/ScottHanselman/~3/yJU_TLrQGPE/UpdatedFor2011McDonaldsWiFiGuideWithUpdatesForMacOSXLionAndWindows7.aspx">Updated for 2011 &#8211; McDonald&#8217;s WiFi Guide with updates for Mac OS X Lion and Windows 7</a> <em>and</em> <a href="http://feedproxy.google.com/~r/ScottHanselman/~3/f52uBP4wmu0/HowToWriteOrBurnACDCDRThatIncludesCDTextWithImgBurn.aspx">How to write or burn a CD (CD-R) that includes CD-Text with ImgBurn</a> (Scott Hanselman)</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=f811e764-b9ac-481d-982e-d0eb4bf5edc8">Interesting Finds: July 26, 2011</a> (Jason Haley)</li>
<li><a href="http://rhondatipton.net/2011/07/26/weekly-link-post-203/">Weekly Link Post 203</a> (Rhonda Tipton)</li>
<li><a href="http://feedproxy.google.com/~r/brhubartOTN/~3/dHQT78JhHyM/today_s_links_7_26">Today&#8217;s Links (7/26/2011)</a> (Bob Rhubart)</li>
<li><a href="http://feedproxy.google.com/~r/ReflectivePerspective/~3/tMpZTzqrxkk/">The Morning Brew #903</a> (Chris Alcock)</li>
<li><a href="http://geekswithblogs.net/WynApseTechnicalMusings/archive/2011/07/26/146354.aspx">SilverlightShow for July 18 &#8211; 24, 2011</a> <em>and</em> <a href="http://geekswithblogs.net/WynApseTechnicalMusings/archive/2011/07/26/146356.aspx">Silverlight Cream for July 26, 2011 &#8212; #1120</a> (Dave Campbell)</li>
<li><a href="http://feedproxy.google.com/~r/silverlightshow/~3/bFWHJMCW5H0/Silverlight-Cream-Top-5-News-for-July-18-24-2011.aspx">Silverlight Cream Top 5 News for July 18-24, 2011</a> (Silverlight Show)</li>
<li><a href="http://www.windowsphonegeek.com/news/daily-wp7-development-news-26-july-2011">Daily WP7 Development News 26 July 2011</a> (Windows Phone Geek)</li>
<li><a href="http://feedproxy.google.com/~r/parsimonyjax/~3/3xRKIX-TTEU/daily-links-26072011.html">Daily Links 26/07/2011</a> (Jax)</li>
<li><a href="http://thequeue.net/blog/2011/07/25/link-dump-for-july-25th/">Link dump for July 25th</a> (Jeff Schoolcraft)</li>
<li><a href="http://feedproxy.google.com/~r/silverlightshow/~3/dtbriansIOk/Daily-News-Digest-07-26-2011.aspx">Daily News Digest 07/26/2011</a> <em>and</em> <a href="http://feedproxy.google.com/~r/silverlightshow/~3/olkCjMIdZnA/Daily-News-Digest-07-27-2011.aspx">Daily News Digest 07/27/2011</a> (Silverlight Show)</li>
<li><a href="http://webdevtweets.blogspot.com/2011/07/25-jul-2011.html" target="_blank">Web Dev Tweets 25-Jul-2011</a> (Elijah Manor)</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/51RkK6hrVGL._SL160_.jpg" /> </td>
<td valign="top"><a href="http://www.amazon.com/Entity-Framework-Action-Stefano-Mostarda/dp/1935182188?SubscriptionId=0JTCV5ZMHMF7ZYTXGFR2&amp;tag=brdicr-20&amp;linkCode=xm2&amp;camp=2025&amp;creative=165953&amp;creativeASIN=1935182188">Entity Framework 4 in Action</a> by Stefano Mostarda </td>
</tr>
</tbody>
</table>
<p>&#160;</p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:C16BAC14-9A3D-4c50-9394-FBFEF7A93539:a6d7221f-9ece-4147-8db0-069d288439c3" class="wlWriterEditableSmartContent"><a href="http://www.dotnetkicks.com/kick/?url=http://www.alvinashcraft.com/2011/07/27/dew-drop-july-27-2011/"><img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http://www.alvinashcraft.com/2011/07/27/dew-drop-july-27-2011/" 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:6b718c9d-4c40-4394-ba1d-06540142e306" class="wlWriterEditableSmartContent">Technorati Tags: <a href="http://technorati.com/tags/vs2010" rel="tag">vs2010</a>,<a href="http://technorati.com/tags/windows+phone" rel="tag">windows phone</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/agile" rel="tag">agile</a>,<a href="http://technorati.com/tags/tdd" rel="tag">tdd</a>,<a href="http://technorati.com/tags/lightswitch" rel="tag">lightswitch</a>,<a href="http://technorati.com/tags/windows+azure" rel="tag">windows azure</a>,<a href="http://technorati.com/tags/android" rel="tag">android</a>,<a href="http://technorati.com/tags/python" rel="tag">python</a>,<a href="http://technorati.com/tags/php" rel="tag">php</a>,<a href="http://technorati.com/tags/silverlight" rel="tag">silverlight</a>,<a href="http://technorati.com/tags/imagine+cup" rel="tag">imagine cup</a>,<a href="http://technorati.com/tags/coffeescript" rel="tag">coffeescript</a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.alvinashcraft.com/2011/07/27/dew-drop-july-27-2011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://www.podtrac.com/pts/redirect.mp3/DeveloperSmackdown.com/Services/PodcastServices.svc/GetPodcast/ds_054.mp3" length="197" type="audio/mpeg" />
		</item>
		<item>
		<title>Dew Drop &#8211; June 6, 2011</title>
		<link>http://www.alvinashcraft.com/2011/06/06/dew-drop-june-6-2011/</link>
		<comments>http://www.alvinashcraft.com/2011/06/06/dew-drop-june-6-2011/#comments</comments>
		<pubDate>Mon, 06 Jun 2011 12:10:09 +0000</pubDate>
		<dc:creator>Alvin Ashcraft</dc:creator>
				<category><![CDATA[Daily Links]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[f#]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[ie9]]></category>
		<category><![CDATA[nosql]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[sharepoint]]></category>
		<category><![CDATA[silverlight]]></category>
		<category><![CDATA[sql server]]></category>
		<category><![CDATA[vs2010]]></category>
		<category><![CDATA[windows 8]]></category>
		<category><![CDATA[windows phone]]></category>

		<guid isPermaLink="false">http://www.alvinashcraft.com/2011/06/06/dew-drop-june-6-2011/</guid>
		<description><![CDATA[Top Links Getting Started Using HTML5 Boilerplate (Dan Wahlin) Project Silk Drop 10 (Karl Shifflett) The Sterling NoSQL Database in a Mango World (Jeremy Likness) Fix the code, not the tooling (Oren Eini) &#160; .NET / Visual Studio F# Class Library Template (Carl Nolan) .NET and Distributed Concurrency (Alex Rønne Petersen) New Contexts in CodeRush [...]]]></description>
			<content:encoded><![CDATA[<h3><a name="top"></a>Top Links</h3>
<ul>
<li><a href="http://weblogs.asp.net/dwahlin/archive/2011/06/05/getting-started-using-html5-boilerplate.aspx">Getting Started Using HTML5 Boilerplate</a> (Dan Wahlin)</li>
<li><a href="http://karlshifflett.wordpress.com/2011/06/05/project-silk-drop-10/">Project Silk Drop 10</a> (Karl Shifflett)</li>
<li><a href="http://feedproxy.google.com/~r/CSharperImage/~3/Xy3-FW5xwE0/sterling-nosql-database-in-mango-world.html">The Sterling NoSQL Database in a Mango World</a> (Jeremy Likness)</li>
<li><a href="http://feedproxy.google.com/~r/AyendeRahien/~3/2T3seCzE034/fix-the-code-not-the-tooling">Fix the code, not the tooling</a> (Oren Eini)</li>
</ul>
<p>&#160;</p>
<h3><a name="dotnet"></a>.NET / Visual Studio</h3>
<ul>
<li><a href="http://blogs.msdn.com/b/mcsuksoldev/archive/2011/06/05/f-class-library-template.aspx">F# Class Library Template</a> (Carl Nolan)</li>
<li><a href="http://xtzgzorex.wordpress.com/2011/06/06/net-and-distributed-concurrency/">.NET and Distributed Concurrency</a> (Alex Rønne Petersen)</li>
<li><a href="http://community.devexpress.com/blogs/rorybecker/archive/2011/06/06/new-contexts-in-coderush-11-1.aspx">New Contexts in CodeRush 11.1</a> <em>and</em> <a href="http://community.devexpress.com/blogs/rorybecker/archive/2011/06/06/new-stringproviders-in-coderush-11-1.aspx">New StringProviders in CodeRush 11.1</a> (Rory Becker)</li>
<li><a href="http://feedproxy.google.com/~r/Winextra/~3/mioWiR7o1Ek/">Here’s one for the developers – a trial offer for Windows Azure</a> (Steven Hodson)</li>
<li><a href="http://matthamilton.net/comicster-plugins">Comicster Plug-Ins</a> (Matt Hamilton)</li>
<li><a href="http://mikefourie.wordpress.com/2011/06/05/professional-team-foundation-server-2010-review/">Professional Team Foundation Server 2010 – Review</a> (Mike Fourie)</li>
</ul>
<p>&#160;</p>
<h3><a name="web"></a>Web Development</h3>
<ul>
<li><a href="http://weblogs.thinktecture.com/cnagel/2011/06/filter-and-display-data-with-aspnet-mvc-part-2partial-views-and-jquery.html">Filter and Display Data with ASP.NET MVC (Part 2)Partial Views and JQuery</a> (Christian Nagel)</li>
<li><a href="http://feedproxy.google.com/~r/netCurryRecentArticles/~3/KaoDjJf0eUw/ShowArticle.aspx">Passing ASP.NET Session Variables to WCF Service</a> (Pravinkumar Dabade)</li>
<li><a href="http://feedproxy.google.com/~r/jasonrudolph/~3/MBEP3AZF9YQ/">Helpful Resources For Upgrading to Rails 3.1</a> (Jason Rudolph)</li>
<li><a href="http://feeds.dzone.com/~r/zones/css/~3/yDJ9BCrKdxw/firefox-6-new-features">Firefox 6: new features for developers</a> (Axel Rauschmayer)</li>
<li><a href="http://blog.paulbetts.org/index.php/2011/06/06/new-release-sassandcoffee-0-9-now-not-glacially-slow/">New Release: SassAndCoffee 0.9 – now not glacially slow!</a> (Paul Betts)</li>
<li><a href="http://feeds.oreilly.com/~r/oreilly/news/~3/KMlya_OeILI/the-good-the-bad-the-ugly-of-rest-apis.html">The Good, the Bad, and the Ugly of REST APIs</a> (George Reese)</li>
<li><a href="http://feedproxy.google.com/~r/ubelly/~3/jz_NM5AYcsU/" target="_blank">How to pin your site with IE9 on Windows</a> (Andrew Spooner)</li>
</ul>
<p>&#160;</p>
<h3><a name="design"></a>Design / Methodology / Testing</h3>
<ul>
<li><a href="http://feedproxy.google.com/~r/Typemock/~3/p8XCmP5EMus/need-help-starting-unit-testing.html">Need Help Starting Unit Testing</a> (Avi Kaye)</li>
<li><a href="http://feedproxy.google.com/~r/MartinHinshelwood/~3/YPuXB34i5UM/">Test Track Pro and the case of the missing data</a> (Martin Hinshelwood)</li>
<li><a href="http://feedproxy.google.com/~r/galasoft/~3/ESPEUZubjl8/real-life-ux-is-still-ux.aspx">Real life UX is still UX</a> (Laurent Bugnion)</li>
<li><a href="http://www.sqlservercentral.com/blogs/brian_kelley/archive/2011/06/06/the-importance-of-a-business-recovery-plan.aspx">The Importance of a Business Recovery Plan</a> (K. Brian Kelley)</li>
<li><a href="http://feeds.dzone.com/~r/zones/agile/~3/CBlJWPXHi9s/legacy-code-not-necessarily">Legacy code is not necessarily &quot;ugly code&quot;</a> (Marco Tedone)</li>
</ul>
<p>&#160;</p>
<h3><a name="silverlight"></a>Silverlight / WPF / Windows Phone</h3>
<ul>
<li><a href="http://feedproxy.google.com/~r/RudiGroblerInTheCloud/~3/HZRZRsE93cM/agfx-makes-writing-data-heavy-windows-phone-applications-child-s-play">AgFx makes writing data-heavy Windows Phone applications child&#8217;s play!</a> (Rudi Grobler)</li>
<li><a href="http://www.windowsphonegeek.com/articles/Coding4Fun-WP7-ColorHexagonPicker-in-depth">Coding4Fun WP7 ColorHexagonPicker in depth</a> (Windows Phone Geek)</li>
<li><a href="http://debugmode.net/2011/06/05/fetching-data-from-sql-azure-table-in-windows-7-1-mango-phone-using-wcf-data-service/">Fetching Data from SQL Azure table in Windows 7.1 [Mango] Phone using WCF Data Service</a> (Dhananjay Kumar)</li>
<li><a href="http://feedproxy.google.com/~r/abhisheksur/WTgI/~3/YrfzhBp-r9Y/working-with-prism-40-hello-world.html">Working With Prism 4.0 (Hello World Sample with MVVM)</a> <em>and</em> <a href="http://feedproxy.google.com/~r/abhisheksur/WTgI/~3/g9na5e7tjks/step-by-step-prism.html">Step by Step Prism</a> (Abhishek Sur)</li>
<li><a href="http://feedproxy.google.com/~r/d4dotnet/~3/tGFsJoQ4P0Y/post.aspx">Achieving full motion body tracking with Kinect/WPF</a> (Don Burnett)</li>
<li><a href="http://feedproxy.google.com/~r/silverlightshow/~3/LW_VWTpqhOY/Getting-ready-for-the-Windows-Phone-7-Exam-70-599-Part-1.aspx">Getting ready for the Windows Phone 7 Exam 70-599 (Part 1)</a> (Peter Kuhn)</li>
<li><a href="http://feedproxy.google.com/~r/kunal2383/~3/t1S4Ga3y_68/windows-phone-7-mango-tutorial-6.html">Windows Phone 7 (Mango) Tutorial &#8211; 6 &#8211; Working with Navigation</a> (Kunal Chowdhury)</li>
<li><a href="http://feedproxy.google.com/~r/BuildingGamesBasedOnSilverlightAndExpressions/~3/EoeF8UwLN2w/silverlight-games-crayon-cannon-still-one-of-the-best-but-not-for-the-reason-you-think.aspx">Silverlight games: Crayon Cannon still one of the best, but not for the reason you think</a> (Surf4Fun)</li>
<li><a href="http://openlightgroup.net/Blog/tabid/58/EntryId/171/See-Live-Examples-of-LightSwitch-In-DotNetNuke.aspx">See Live Examples of LightSwitch In DotNetNuke</a> <em>and</em> <a href="http://openlightgroup.net/Blog/tabid/58/EntryId/173/LightSwitch-Tips-Forum-Has-Been-Launched.aspx">LightSwitch Tips Forum Has Been Launched</a> (Michael Washington)</li>
<li><a href="http://feedproxy.google.com/~r/OverTheCode/~3/MDGilmFlx_I/attaching-events">WindowsPhoneMVP &#8211; Sending Events to the Presenter</a> (Brendan Kowitz)</li>
<li><a href="http://www.scottlogic.co.uk/blog/colin/2011/06/metro-in-motion-part-6-rolling-list-location-indicator/">Metro In Motion Part #6 – Rolling List Location Indicator</a> (Colin Eberhardt)</li>
</ul>
<p>&#160;</p>
<h3><a name="podcasts"></a>Podcasts / Screencasts / Videos</h3>
<ul>
<li><a href="http://www.microsoft.com/events/podcasts/default.aspx?audience=Audience-e5381407-359f-4922-97d0-0237af790eee&amp;pageId=x7342&amp;source=Microsoft-Podcasts-for-Developers&amp;WT.rss_ev=a">Think Like A Developer &amp; Designer (Episode 05): Video</a> (MS Podcasts)</li>
<li><a href="http://feedproxy.google.com/~r/TechnologyAndFriends/~3/z-4gdx8bgwI/tf159.aspx" target="_blank">Technology &amp; Friends Episode 159: Chander Dhal on SOLID</a> (David Giard)</li>
<li><a href="http://feedproxy.google.com/~r/WindowsPhoneDevPodcast/~3/YvNaTAU_gIY/" target="_blank">Windows Phone Dev Podcast Episode 019 – “Live at XAPFest 2011”</a> (Ryan Lowdermilk &amp; Travis Lowdermilk)</li>
<li><a href="http://feedproxy.google.com/~r/TalkingShopDownUnder/~3/UEGU7oT2Mtc/episode-58-windows-8-round-table.html" target="_blank">Talking Shop Down Under Episode 58 – Windows 8 Round Table</a> (Richard Banks)</li>
</ul>
<p>&#160;</p>
<h3><a name="db"></a>Database</h3>
<ul>
<li><a href="http://blog.sqlauthority.com/2011/06/06/sql-server-bi-quiz-troubleshooting-cube-performance/">SQL SERVER – BI Quiz – Troubleshooting Cube Performance</a> (Pinal Dave)</li>
<li><a href="http://blogs.lessthandot.com/index.php/DataMgmt/DBAdmin/sql-server-2008-r2-setup">SQL Server 2008 R2 Setup starts and then disappears</a> (Ted Krueger)</li>
<li><a href="http://blogs.lessthandot.com/index.php/DataMgmt/DataDesign/finding-duplicates-interesting-twist">Finding Duplicates &#8211; Interesting twist</a> (Naomi Nosonovsky)</li>
<li><a href="http://feedproxy.google.com/~r/sqlserverpedia/~3/EIWSZCmN__k/">Relating Master Data Services Hierarchies to Analysis Services Hierarchies</a> (Melissa Coates)</li>
<li><a href="http://sqlblogcasts.com/blogs/sqlandthelike/archive/2011/06/06/column-order-can-matter.aspx">Column order can matter</a> (Dave Ballantyne)</li>
<li><a href="http://www.sqlservercentral.com/blogs/helpwithsql/archive/2011/06/05/using-nightly-populated-tables-for-faster-sql-queries.aspx">Using Nightly Populated Tables For Faster SQL Queries</a> (Andrew Zwicker)</li>
</ul>
<p>&#160;</p>
<h3><a name="sp"></a>SharePoint</h3>
<ul>
<li><a href="http://www.paulswider.com/2011/06/office-365-and-sharepoint-development-training.html">Office 365 and SharePoint Development Training</a> (Paul J. Swider)</li>
</ul>
<p>&#160;</p>
<h3><a name="misc"></a>Miscellaneous</h3>
<ul>
<li><a href="http://feeds.oreilly.com/~r/oreilly/news/~3/phNtQQUKllg/">#Ebook Deal/Day: App Inventor &#8211; Only $15.99 w/code DDVEN #Android</a> (O&#8217;Reilly Media)</li>
<li><a href="http://www.paulswider.com/2011/06/governance-might-be-the-most-overused-term-in-the-sharepoint-community.html">Governance Might be the Most Misunderstood Term Consultants Use.</a> (Paul J. Swider)</li>
<li><a href="http://blogs.microsoft.co.il/blogs/sasha/archive/2011/06/05/the-future-of-microprocessors-must-read-for-developers.aspx">The Future of Microprocessors—Must Read for Developers</a> (Sasha Goldshtein)</li>
</ul>
<p>&#160;</p>
<h3><a name="links"></a>More Link Collections</h3>
<ul>
<li><a href="http://feedproxy.google.com/~r/ReflectivePerspective/~3/2DtZcGvBOq0/">The Morning Brew #866</a> (Chris Alcock)</li>
<li><a href="http://geekswithblogs.net/WynApseTechnicalMusings/archive/2011/06/05/145731.aspx">Silverlight Cream for June 05, 2011 &#8212; #1101</a> (Dave Campbell)</li>
</ul>
<p>&#160;</p>
<h3><a name="shelf"></a>The Geek Shelf</h3>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td><img src="http://ecx.images-amazon.com/images/I/51rGLcXiuNL._SL160_.jpg" /> </td>
<td valign="top"><a href="http://www.amazon.com/HTML5-CSS3-Tomorrows-Standards-Programmers/dp/1934356689?SubscriptionId=0JTCV5ZMHMF7ZYTXGFR2&amp;tag=alvinashcraft-20&amp;linkCode=xm2&amp;camp=2025&amp;creative=165953&amp;creativeASIN=1934356689">HTML5 and CSS3: Develop with Tomorrow&#8217;s Standards Today (Pragmatic Programmers)</a> by Brian P. Hogan </td>
</tr>
</tbody>
</table>
<p>&#160;</p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:C16BAC14-9A3D-4c50-9394-FBFEF7A93539:3288a44a-b663-4484-b32b-6ed831039ed1" class="wlWriterEditableSmartContent"><a href="http://www.dotnetkicks.com/kick/?url=http://www.alvinashcraft.com/2011/06/06/dew-drop-june-6-2011/"><img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http://www.alvinashcraft.com/2011/06/06/dew-drop-june-6-2011/" 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:24457c9e-aea5-4e01-8554-241aa1cd8227" class="wlWriterEditableSmartContent">Technorati Tags: <a href="http://technorati.com/tags/vs2010" rel="tag">vs2010</a>,<a href="http://technorati.com/tags/f%23" rel="tag">f#</a>,<a href="http://technorati.com/tags/windows+phone" rel="tag">windows phone</a>,<a href="http://technorati.com/tags/nosql" rel="tag">nosql</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>,<a href="http://technorati.com/tags/silverlight" rel="tag">silverlight</a>,<a href="http://technorati.com/tags/html5" rel="tag">html5</a>,<a href="http://technorati.com/tags/windows+8" rel="tag">windows 8</a>,<a href="http://technorati.com/tags/asp.net" rel="tag">asp.net</a>,<a href="http://technorati.com/tags/ie9" rel="tag">ie9</a>,<a href="http://technorati.com/tags/rails" rel="tag">rails</a>,<a href="http://technorati.com/tags/android" rel="tag">android</a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.alvinashcraft.com/2011/06/06/dew-drop-june-6-2011/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Dew Drop &#8211; June 2, 2011</title>
		<link>http://www.alvinashcraft.com/2011/06/02/dew-drop-june-2-2011/</link>
		<comments>http://www.alvinashcraft.com/2011/06/02/dew-drop-june-2-2011/#comments</comments>
		<pubDate>Thu, 02 Jun 2011 11:47:15 +0000</pubDate>
		<dc:creator>Alvin Ashcraft</dc:creator>
				<category><![CDATA[Daily Links]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[bdd]]></category>
		<category><![CDATA[buildwindows]]></category>
		<category><![CDATA[caliburn micro]]></category>
		<category><![CDATA[f#]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[mvvm]]></category>
		<category><![CDATA[nokia]]></category>
		<category><![CDATA[sharepoint]]></category>
		<category><![CDATA[silverlight]]></category>
		<category><![CDATA[sql server]]></category>
		<category><![CDATA[vs2010]]></category>
		<category><![CDATA[windows 8]]></category>
		<category><![CDATA[windows phone]]></category>

		<guid isPermaLink="false">http://www.alvinashcraft.com/2011/06/02/dew-drop-june-2-2011/</guid>
		<description><![CDATA[Top Links BUILDing a bright future (Somasegar) Previewing Windows 8 (MS News) Microsoft Buying Nokia&#8217;s Phone Business For $19 Billion &#8212; TWEET (MSFT, NOK) (Jay Yarow) – Nothing but a ‘baseless’ rumor, but still interesting. Caliburn.Micro v1.1 RTW (Rob Eisenberg) 4 Questions about Windows 8 (and a lot more) (Kip Kniskern) UNEDITED: My thoughts on [...]]]></description>
			<content:encoded><![CDATA[<h3><a name="top"></a>Top Links</h3>
<ul>
<li><a href="http://blogs.msdn.com/b/somasegar/archive/2011/06/01/building-a-bright-future.aspx">BUILDing a bright future</a> (Somasegar)</li>
<li><a href="http://www.microsoft.com/Presspass/Features/2011/jun11/06-01CorpNews.mspx?rss_fdn=Top%20Stories">Previewing Windows 8</a> (MS News)</li>
<li><a href="http://feedproxy.google.com/~r/typepad/alleyinsider/silicon_alley_insider/~3/uLF9HAwjs78/microsoft-buying-nokias-phone-business-for-19-billion-report-2011-6">Microsoft Buying Nokia&#8217;s Phone Business For $19 Billion &#8212; TWEET (MSFT, NOK)</a> (Jay Yarow) <em>– Nothing but a ‘baseless’ rumor, but still interesting.</em></li>
<li><a href="http://feedproxy.google.com/~r/Devlicious/~3/4aeQBdgXaG8/caliburn-micro-v1-1-rtw.aspx">Caliburn.Micro v1.1 RTW</a> (Rob Eisenberg)</li>
<li><a href="http://feedproxy.google.com/~r/liveside/~3/pQn-aiBnR2E/">4 Questions about Windows 8 (and a lot more)</a> (Kip Kniskern)</li>
<li><a href="http://www.riagenic.com/archives/622" target="_blank">UNEDITED: My thoughts on Windows 8 announcements</a> (Scott Barnes) <em>– And be sure to check out Scott’s prophetic </em><a href="http://twitter.com/#!/MossyBlog/status/23980976666" target="_blank"><em>Tweet from last September</em></a><em>.</em></li>
</ul>
<p>&#160;</p>
<h3><a name="dotnet"></a>.NET / Visual Studio</h3>
<ul>
<li><a href="http://feedproxy.google.com/~r/MartinHinshelwood/~3/D8as1xuvJm0/">Anatomy of an Automation for the Tfs Automation Platform</a> (Martin Hinshelwood)</li>
<li><a href="http://feedproxy.google.com/~r/MSJoe/~3/rtpIksc3lSQ/">Murach Web Development Books Updated to 4</a> (Joe Stagner)</li>
<li><a href="http://blogs.msdn.com/b/windowsazure/archive/2011/06/01/analyze-your-move-to-the-cloud-and-windows-azure-with-map-6-0-beta.aspx">Analyze Your Move to the Cloud and Windows Azure With MAP 6.0 Beta</a> (Windows Azure Team)</li>
<li><a href="http://odetocode.com/Blogs/scott/archive/2011/05/31/faking-dbcontext.aspx">Faking DbContext</a> (K. Scott Allen)</li>
<li><a href="http://feedproxy.google.com/~r/AyendeRahien/~3/Kv6rqN_Hv10/what-is-next-for-the-profilers">What is next for the profilers?</a> (Oren Eini)</li>
<li><a href="http://feedproxy.google.com/~r/abhisheksur/WTgI/~3/dBsh-zaPPJY/internals-of-array.html">Internals of Array</a> (Abhishek Sur)</li>
</ul>
<p>&#160;</p>
<h3><a name="web"></a>Web Development</h3>
<ul>
<li><a href="http://rhizohm.net/irhetoric/post/2011/06/01/JSON-P-and-MVC.aspx">JSON-P and MVC</a> (Karsten Januszewski)</li>
<li><a href="http://feedproxy.google.com/~r/MSJoe/~3/ERn20cLny0k/">Replacing the Animation Control Extender with jQuery Animations</a> (Joe Stagner)</li>
<li><a href="http://services.social.microsoft.com/feeds/FeedItem?feedId=00000000-0000-0000-0000-000000000000&amp;itemId=5e3b4e3f-132f-4a7d-87dc-1d703682db87&amp;title=How%2c+When%2c+And+Why+Script+Loaders+Are+Appropriate&amp;uri=http%3a%2f%2fmsdn.microsoft.com%2fscriptjunkie%2fhh227261.aspx&amp;k=VBX%2bginrpCjiQSK5oXLQZmzIa%2bP2KRQ7PbVp8O7pmTg%3d">How, When, And Why Script Loaders Are Appropriate</a> (Alex Sexton)</li>
<li><a href="http://feedproxy.google.com/~r/LosTechies/~3/58h9R5fdLvg/">Cool stuff in FubuCore No. 3: Static Reflection</a> (Chad Myers)</li>
</ul>
<p>&#160;</p>
<h3><a name="design"></a>Design / Methodology / Testing</h3>
<ul>
<li><a href="http://www.infoq.com/articles/testing-misconceptions">Article:Testing Misconceptions</a> (Liam O&#8217;Connor)</li>
<li><a href="http://www.sqlservercentral.com/blogs/johnsansom/archive/2011/05/31/start-all-your-meetings-in-pole-position.aspx">Start All Your Meetings in Pole Position</a> (John Sansom)</li>
<li><a href="http://sharpfellows.com/post.aspx?id=012bfc37-7b05-46b9-bc84-804bf76bbee5">Convention-based IOC is great … if everyone follows the conventions</a> (John Rayner)</li>
<li><a href="http://feeds.dzone.com/~r/zones/dotnet/~3/ozPy415svEY/alm-practices-every-developer">ALM Practices Every Developer Should Know About</a> (Dennis Doomen)</li>
<li><a href="http://feeds.dzone.com/~r/zones/agile/~3/gf5AhWSse20/phpspec-bdd-your-classes">PHPSpec: BDD for your classes</a> (Giorgio Sironi)</li>
</ul>
<p>&#160;</p>
<h3><a name="silverlight"></a>Silverlight / WPF / Windows Phone</h3>
<ul>
<li><a href="http://blogs.msdn.com/b/dsyme/archive/2011/06/01/simple-f-viewmodel-for-silverlight-mvvm.aspx">Simple F# ViewModel for Silverlight MVVM</a> (Don Syme)</li>
<li><a href="http://blogs.telerik.com/blogs/posts/11-06-01/telerik-radcontrols-for-windows-phone-q2-beta1-now-available-for-download.aspx?utm_source=twitter&amp;utm_medium=sm&amp;utm_campaign=blog" target="_blank">Telerik RadControls for Windows Phone Q2 BETA1 now available for download</a> (Valentin Stoychev)</li>
<li><a href="http://www.windowsphonegeek.com/tips/Windows-Phone-7-Mango-Expression-Blend-with-4-New-Behaviors">Windows Phone 7 Mango: Expression Blend with 4 New Behaviors</a> (Windows Phone Geek)</li>
<li><a href="http://dennisdel.com/?p=807">Windows Phone emulator in Airplane Mode – unintentionally</a> (Dennis Delimarsky)</li>
<li><a href="http://www.latringo.me/post.aspx?id=622bbf34-beda-4c13-b2fe-9b62f5d6a51f">Installing Windows Phone Developer Tools 7.1… no love from LightSwitch</a> (James Johnson)</li>
<li><a href="http://mobile.dzone.com/news/what-i-learned-wp7-%E2%80%93-issues-13">What I Learned In WP7 – Issues 13 and 14</a> (Jeff Blankenburg)</li>
<li><a href="http://feedproxy.google.com/~r/kunal2383/~3/MorudiS3HAY/windows-phone-7-jump-start-with-mango-3.html">Windows Phone 7 (Mango) Tutorial &#8211; 3 &#8211; Know more about PhoneApplicationPage</a> (Kunal Chowdhury)</li>
<li><a href="http://feeds.betanews.com/~r/bn/~3/ufTVeJU6MsQ/1306973129">Windows 8: the lovechild of Windows Phone and Windows 7</a> (Tim Conneally)</li>
<li><a href="http://blogs.infragistics.com/blogs/nikolay_zhekov/archive/2011/06/02/xamgrid-implementing-custom-column-filtering-ui.aspx">XamGrid &#8211; Implementing Custom Column Filtering UI</a> (Nikolay Zhekov)</li>
<li><a href="http://channel9.msdn.com/Blogs/Peli/TouchStudio-State-Variables">TouchStudio &#8211; State Variables</a> (Jonathan de Halleux)</li>
<li><a href="http://debugmode.net/2011/06/01/understanding-common-terms-of-windows-7-phone/">Understanding Common terms of Windows 7 Phone</a> (Dhananjay Kumar)</li>
<li><a href="http://feedproxy.google.com/~r/ArianKulp/~3/7r5CW6Tik_Y/mango-samples">Mango Samples</a> (Arian Kulp)</li>
</ul>
<p>&#160;</p>
<h3><a name="podcasts"></a>Podcasts / Screencasts / Videos</h3>
<ul>
<li><a href="http://channel9.msdn.com/Shows/TheOfficeBlog/Office-365-Taking-care-of-your-data">Office 365 &#8211; Taking care of your data</a> (Tina Wood)</li>
<li><a href="http://feedproxy.google.com/~r/LisaFeigenbaum/~3/CApnf0TYLyw/video-visual-studio-2010-tips-and-tricks-presentation-on-linkedin-lidnug.aspx">Video: Visual Studio 2010 Tips and Tricks Presentation on LinkedIn (LIDNUG)</a> (Lisa Feigenbaum)</li>
<li><a href="http://channel9.msdn.com/Shows/AppFabric-tv/AppFabrictv-Troubleshooting-WCF-Performance-Part-2">AppFabric.tv &#8211; Troubleshooting WCF Performance (Part 2)</a> (Ron Jacobs)</li>
<li><a href="http://traffic.libsyn.com/aspnetqa/CodingQAEpisode56.mp3" target="_blank">Coding QA Episode 56 &#8211; Localization and Globalization</a> (Unknown Author)</li>
<li><a href="http://blog.stackoverflow.com/2011/06/se-podcast-06/">SE Podcast #06</a> (Alex Miller)</li>
<li><a href="http://www.engadget.com/2011/06/01/the-engadget-show-021-joystiqs-chris-grant-and-justin-mcelro/">The Engadget Show &#8211; 021: Joystiq&#8217;s Chris Grant and Justin McElroy, Babycastles, gadgets, gaming</a> (Tim Stevens)</li>
<li><a href="http://feedproxy.google.com/~r/SpaghettiCodePodcasts/~3/7qT2qTZPoDU/post.aspx">Spaghetti Code &#8211; May 2011</a> (Jeff Brand)</li>
<li><a href="http://channel9.msdn.com/posts/A-quick-look-at-Windows-8">A Quick Look At &quot;Windows 8&quot;</a> (Duncan Mackenzie &amp; Larry Larsen)</li>
</ul>
<p>&#160;</p>
<h3><a name="events"></a>Community / Events</h3>
<ul>
<li><a href="http://feeds.timheuer.com/~r/timheuer/~3/AEeVV1Pg0mY/build-with-windows-8.aspx">BUILD with Windows 8</a> (Tim Heuer)</li>
<li><a href="http://geekadelphia.com/2011/06/01/beer-camp-philly-2011/">Beer Camp Philly 2011</a> (Parker)</li>
<li><a href="http://feedproxy.google.com/~r/ChrisKoenig/~3/uSlN6qZ9gt0/">National GiveCamp Dates Announced!</a> (Chris Koenig)</li>
<li><a href="http://www.zdnet.com/blog/microsoft/microsoft-if-we-build-a-new-developers-conference-will-they-come/9584">Microsoft: If we &#8216;Build&#8217; a new developers conference, will they come?</a> (Mary Jo Foley)</li>
</ul>
<p>&#160;</p>
<h3><a name="db"></a>Database</h3>
<ul>
<li><a href="http://www.sqlservercentral.com/blogs/aloha_dba/archive/2011/06/01/do-you-ever-physically-defragment-your-sql-server-mdf-_2600_-ldf-files_3F00_.aspx">Do You Ever Physically Defragment Your SQL Server MDF &amp; LDF Files?</a> (Brad M. McGehee)</li>
<li><a href="http://feedproxy.google.com/~r/BrentOzar-SqlServerDba/~3/AoJiigiTLEk/">SQL Server Locking and You!</a> (Jeremiah Peschka)</li>
<li><a href="http://feedproxy.google.com/~r/sqlservercurry/blog/~3/ViXh24Mc-kw/sql-server-2008-r2-vhd-available-for.html">SQL Server 2008 R2 VHD Available for Download</a> (Suprotim Agarwal)</li>
<li><a href="http://blog.sqlauthority.com/2011/06/02/sql-server-puzzle-statistics-are-not-updated-but-are-created-once/">SQL SERVER – Puzzle – Statistics are not Updated but are Created Once</a> (Pinal Dave)</li>
<li><a href="http://feedproxy.google.com/~r/SimonsSqlServerStuff/~3/aUaHeWuapZg/do-you-use-schemas-would-you-like-keyboard-shortcuts-in-ssms-to-work-with-them.aspx">Do you use schemas? would you like keyboard shortcuts in SSMS to work with them</a> (Simon Sabin)</li>
<li><a href="http://blogs.lessthandot.com/index.php/DataMgmt/DataDesign/data-quality-and-master-data">Data Quality and Master Data Management with Microsoft SQL Server 2008 R2 book available as a free download</a> (Denis Gobo)</li>
<li><a href="http://feedproxy.google.com/~r/PaulSRandal/~3/1p2yduALcpE/post.aspx">Performance issues from wasted buffer pool memory</a> (Paul S. Randal)</li>
<li><a href="http://feedproxy.google.com/~r/sqlserverpedia/~3/zLx-qbETyU4/">Analysis Services 2008 R2 Operations Guide published</a> (Chris Webb)</li>
<li><a href="http://feedproxy.google.com/~r/BlackwaspLatestAdditions/~3/-RHXLIyp_iQ/DisableSa.aspx">Hiding the SQL Server sa Login</a> (Richard Carr)</li>
</ul>
<p>&#160;</p>
<h3><a name="sp"></a>SharePoint</h3>
<ul>
<li><a href="http://feedproxy.google.com/~r/JoelsSharepointLand/~3/ydPqBz0GsRs/ViewPost.aspx">Unleashing SharePoint 2010 for Records Management, Governance and Compliance</a> (Joel Oleson)</li>
</ul>
<p>&#160;</p>
<h3><a name="misc"></a>Miscellaneous</h3>
<ul>
<li><a href="http://windowsteamblog.com/windows_phone/b/windowsphone/archive/2011/06/01/more-omnia-7-updates-resume.aspx">More Omnia 7 updates resume</a> (Eric Hautala)</li>
<li><a href="http://allthingsd.com/20110601/up-next-at-d9-microsoft-windows-president-steven-sinofsky-live-at-d9/">Microsoft Windows President Steven Sinofsky Introduces the New Look of Windows</a> (Ina Fried)</li>
<li><a href="http://feedproxy.google.com/~r/CloudAve/~3/Z-t5dznkPAo/">Oracle Donates OpenOffice.org To Apache: A Quick Analysis</a> (Krishnan Subramanian)</li>
<li><a href="http://feeds.oreilly.com/~r/oreilly/news/~3/6gO6LirIkm8/">#Ebook Deal/Day: Cassandra: The Definitive Guide &#8211; Only $15.99 (Save 50%) w/code DDCSD</a> (O&#8217;Reilly Media)</li>
<li><a href="http://www.paulstovell.com/windows-8">Windows 8</a> (Paul Stovell)</li>
<li><a href="http://feeds.bink.nu/~r/binkdotnu/~3/RbSsU7nse6s/microsoft-deployment-toolkit-2012-beta-available-for-download.aspx">Microsoft Deployment Toolkit 2012 Beta available for download</a> (Ray C)</li>
<li><a href="http://feedproxy.google.com/~r/caffeinatedcoder/ProY/~3/UXhQ_xL88CY/">Slinging windows with WinSplit Revolution</a> (Russell Ball)</li>
<li><a href="http://blogs.technet.com/b/next/archive/2011/06/01/windows-8.aspx">Windows 8</a> (Steve Clayton)</li>
<li><a href="http://feedproxy.google.com/~r/blogspot/hsDu/~3/ucAehWHIoYM/introducing-viewpropertyanimator.html">Introducing ViewPropertyAnimator</a> (Tim Bray) <em>– Android stuff.</em></li>
<li><a href="http://feedproxy.google.com/~r/CodeRant/~3/_TYoDy6ToIQ/some-thoughts-on-windows-8.html">Some Thoughts on Windows 8</a> (Mike Hadlow)</li>
<li><a href="http://www.wp7connect.com/2011/06/02/stephen-elop-talks-microsoft-windows-phone-flashes-nokia-wp7-device/">Stephen Elop Talks Microsoft and Windows Phone, Quickly Flashes Nokia WP7 Device (Video)</a> (Hyde13)</li>
<li><a href="http://feedproxy.google.com/~r/liveside/~3/z38ayDn1XuI/">Windows Phone &quot;Mango&quot; concepts that never made the cut</a> (damaster)</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=118a8704-de52-4eef-972d-9d3e2a8def0e">Interesting Finds: June 1, 2011</a> (Jason Haley)</li>
<li><a href="http://feedproxy.google.com/~r/ReflectivePerspective/~3/txRJUcNjFWg/">The Morning Brew #864</a> (Chris Alcock)</li>
<li><a href="http://feedproxy.google.com/~r/silverlightshow/~3/PHd9yCzcB6c/Daily-News-Digest-06-02-2011.aspx">Daily News Digest 06/02/2011</a> (Silverlight Show)</li>
<li><a href="http://webdevtweets.blogspot.com/2011/05/31-may-2011.html">31-May-2011</a> (Elijah Manor)</li>
<li><a href="http://www.windowsphonegeek.com/news/daily-wp7-development-news-june-1st-2011">Daily WP7 Development News June 1st 2011</a> (Windows Phone Geek)</li>
<li><a href="http://geekswithblogs.net/WynApseTechnicalMusings/archive/2011/06/01/145671.aspx">Silverlight Cream for June 01, 2011 &#8212; #1098</a> (Dave Campbell)</li>
</ul>
<p>&#160;</p>
<h3><a name="shelf"></a>The Geek Shelf (Windows 8 Edition)</h3>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td><img src="http://ecx.images-amazon.com/images/I/51ZXVe4vP7L._SL160_.jpg" /> </td>
<td valign="top"><a href="http://www.amazon.com/HTML5-24-Hour-Trainer-Wrox-Programmer/dp/0470647825?SubscriptionId=0JTCV5ZMHMF7ZYTXGFR2&amp;tag=alvinashcraft-20&amp;linkCode=xm2&amp;camp=2025&amp;creative=165953&amp;creativeASIN=0470647825">HTML5 24-Hour Trainer (Wrox Programmer to Programmer)</a> by Joseph W. Lowery </td>
</tr>
</tbody>
</table>
<p>&#160;</p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:C16BAC14-9A3D-4c50-9394-FBFEF7A93539:e1dd96f1-1e74-4024-83d9-d1d6a36a1cbe" class="wlWriterEditableSmartContent"><a href="http://www.dotnetkicks.com/kick/?url=http://www.alvinashcraft.com/2011/06/02/dew-drop-june-2-2011/"><img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http://www.alvinashcraft.com/2011/06/02/dew-drop-june-2-2011/" 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:9d3bc249-5e80-4133-b641-ea460fb3a3d7" class="wlWriterEditableSmartContent">Technorati Tags: <a href="http://technorati.com/tags/vs2010" rel="tag">vs2010</a>,<a href="http://technorati.com/tags/html5" rel="tag">html5</a>,<a href="http://technorati.com/tags/windows+8" rel="tag">windows 8</a>,<a href="http://technorati.com/tags/javascript" rel="tag">javascript</a>,<a href="http://technorati.com/tags/windows+phone" rel="tag">windows phone</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/f%23" rel="tag">f#</a>,<a href="http://technorati.com/tags/mvvm" rel="tag">mvvm</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/buildwindows" rel="tag">buildwindows</a>,<a href="http://technorati.com/tags/nokia" rel="tag">nokia</a>,<a href="http://technorati.com/tags/android" rel="tag">android</a>,<a href="http://technorati.com/tags/caliburn.micro" rel="tag">caliburn.micro</a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.alvinashcraft.com/2011/06/02/dew-drop-june-2-2011/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
<enclosure url="http://traffic.libsyn.com/aspnetqa/CodingQAEpisode56.mp3" length="35659601" type="audio/mpeg" />
		</item>
		<item>
		<title>Dew Drop &#8211; May 26, 2010</title>
		<link>http://www.alvinashcraft.com/2011/05/26/dew-drop-may-26-2010/</link>
		<comments>http://www.alvinashcraft.com/2011/05/26/dew-drop-may-26-2010/#comments</comments>
		<pubDate>Thu, 26 May 2011 12:40:20 +0000</pubDate>
		<dc:creator>Alvin Ashcraft</dc:creator>
				<category><![CDATA[Daily Links]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[asp.net mvc]]></category>
		<category><![CDATA[ddd]]></category>
		<category><![CDATA[expression blend]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[odata]]></category>
		<category><![CDATA[orchard]]></category>
		<category><![CDATA[sharepoint]]></category>
		<category><![CDATA[sql server]]></category>
		<category><![CDATA[tdd]]></category>
		<category><![CDATA[vs2010]]></category>
		<category><![CDATA[windows phone]]></category>

		<guid isPermaLink="false">http://www.alvinashcraft.com/2011/05/26/dew-drop-may-26-2010/</guid>
		<description><![CDATA[Top Links Windows Phone Marketplace on the Web for Mango (Todd Brix) Building a Cloud OS for .NET Developers &#8211; Part 1 (Michael Kennedy) OData Updates in Windows Phone “Mango” (Glenn Gailey) OAuth and REST in Android: Part 1 (John Sonmez) &#160; .NET / Visual Studio Adding your own local content to the new Visual [...]]]></description>
			<content:encoded><![CDATA[<h3><a name="top"></a>Top Links</h3>
<ul>
<li><a href="http://windowsteamblog.com/windows_phone/b/wpdev/archive/2011/05/25/windows-phone-marketplace-on-the-web-for-mango.aspx">Windows Phone Marketplace on the Web for Mango</a> (Todd Brix)</li>
<li><a href="http://feedproxy.google.com/~r/MichaelCKennedysWeblog/~3/5aZTY9QH9EY/BuildingACloudOSForNETDevelopersPart1.aspx">Building a Cloud OS for .NET Developers &#8211; Part 1</a> (Michael Kennedy)</li>
<li><a href="http://blogs.msdn.com/b/writingdata_services/archive/2011/05/24/odata-updates-in-windows-phone-mango.aspx" target="_blank">OData Updates in Windows Phone “Mango”</a> (Glenn Gailey)</li>
<li><a href="http://simpleprogrammer.com/2011/05/25/oauth-and-rest-in-android-part-1/">OAuth and REST in Android: Part 1</a> (John Sonmez)</li>
</ul>
<p>&#160;</p>
<h3><a name="dotnet"></a>.NET / Visual Studio</h3>
<ul>
<li><a href="http://coolthingoftheday.blogspot.com/2011/05/adding-your-own-local-content-to-new.html">Adding your own local content to the new Visual Studio Help Library</a> (Greg Duncan)</li>
<li><a href="http://www.wintellect.com/CS/blogs/jeffreyr/archive/2011/05/26/my-clr-via-c-3rd-edition-book-is-e-book-deal-of-the-day-on-may-26-2011.aspx">My CLR via C#, 3rd Edition book is E-Book deal of the day on May 26, 2011</a> (Jeffrey Richter)</li>
<li><a href="http://feedproxy.google.com/~r/zainnab/~3/UvUmRivt2Ng/code-metrics-maintainability-index.aspx">Code Metrics – Maintainability Index</a> (Zain Naboulsi)</li>
<li><a href="http://feedproxy.google.com/~r/AlkampferEng/~3/pu3mAQbE94o/">EntityLock, implement a logic locking strategy in my domain</a> (Gian Maria Ricci)</li>
<li><a href="http://matthamilton.net/madprops-appargs">MadProps.AppArgs</a> (Matt Hamilton)</li>
<li><a href="http://blogs.technet.com/b/next/archive/2011/05/25/surface-input-simulator-to-let-developers-test-apps-without-a-surface-unit.aspx">Develop Microsoft Surface apps. Without a Surface</a> (Steve Clayton)</li>
</ul>
<p>&#160;</p>
<h3><a name="web"></a>Web Development</h3>
<ul>
<li><a href="http://blogs.infragistics.com/blogs/taz_abdeali/archive/2011/05/25/netadvantage-jquery-controls-are-theme-roller-ready.aspx">NetAdvantage jQuery Controls are Theme Roller Ready</a> (Murtaza Abdeali)</li>
<li><a href="http://feeds.dzone.com/~r/zones/css/~3/l2zx2YHCIbQ/50-fresh-jquery-tutorials-2011">50 Fresh jQuery Tutorials 2011</a> (Dong Nguyen)</li>
<li><a href="http://feeds.haacked.com/~r/haacked/~3/zagtYU-Y_ho/bin-deploying-asp-net-mvc-3.aspx">Bin Deploying ASP.NET MVC 3</a> (Phil Haack)</li>
<li><a href="http://rhizohm.net/irhetoric/post/2011/05/25/Taking-The-M-out-of-MVC-JSON-The-dynamic-Keyword-LINQ-.aspx">Taking The M out of MVC &#8211; JSON, The dynamic Keyword, LINQ</a> (Karsten Januszewski)</li>
<li><a href="http://feeds.oreilly.com/~r/oreilly/news/~3/MDtvjfDmRZk/">#Ebook Deal/Day: #HTML5 Canvas &#8211; Only $15.99 (Save 50%) w/code DDM94</a> (O&#8217;Reilly Media)</li>
<li><a href="http://feedproxy.google.com/~r/ScottHanselman/~3/OCay-mxaXi0/GlobalizationInternationalizationAndLocalizationInASPNETMVC3JavaScriptAndJQueryPart1.aspx">Globalization, Internationalization and Localization in ASP.NET MVC 3, JavaScript and jQuery &#8211; Part 1</a> (Scott Hanselman)</li>
<li><a href="http://feeds.devhammer.net/~r/devhammer/~3/EMzVfF5Pp70/enabling-rss-site-wide-in-orchard">Enabling RSS Site-wide in Orchard</a> (G. Andrew Duthie)</li>
<li><a href="http://coolthingoftheday.blogspot.com/2011/05/annoyingjs-one-include-many-irritated.html">Annoying.Js &#8211; One include, many irritated users&#8230;</a> (Greg Duncan)</li>
<li><a href="http://karlshifflett.wordpress.com/2011/05/25/project-silk-documentation-drop-new-chapters-ready-for-review/">Project Silk Documentation Drop: New Chapters Ready for Review</a> (Karl Shifflett)</li>
<li><a href="http://blogs.msdn.com/b/marcelolr/archive/2011/05/25/netflix-odata-datajs-sample-released.aspx">Netflix + OData + datajs sample released</a> (Marcelo Lopez Ruiz)</li>
<li><a href="http://mvccontrolstoolkit.codeplex.com/releases/view/67022" target="_blank">Mvc Controls Toolkit 1.1 RC</a> (CodePlex)</li>
</ul>
<p>&#160;</p>
<h3><a name="design"></a>Design / Methodology / Testing</h3>
<ul>
<li><a href="http://www.infoq.com/news/2011/05/kanban-examples">Kanban Boards from Sys Admin to Sales</a> (Amr Elssamadisy)</li>
<li><a href="http://feedproxy.google.com/~r/uxmovement/~3/yh85njZH8mQ/">Why ‘Ok’ Buttons in Dialog Boxes Work Best on the Right</a> (Anthony)</li>
<li><a href="http://feedproxy.google.com/~r/Typemock/~3/nY4OY7gfxgQ/basic-unit-testing-with-typemock.html">Basic unit testing with Typemock Isolator</a> (Avi Kaye)</li>
<li><a href="http://coolthingoftheday.blogspot.com/2011/05/domain-driven-design-architecture-with.html">Domain Driven Design Architecture with .Net eBook Released (We&#8217;re talking 475 pages of DDD&#8230;) &#8211; &quot;N-Layered Domain-Oriented Architecture Guide with .Net 4.0&quot; (PDF, XPS, with ePub and Mobi coming soon)</a> (Greg Duncan)</li>
<li><a href="http://feedproxy.google.com/~r/agilescout/~3/jJwVfRFi5UI/">Enable and Equip Your Product Owners</a> (Peter Saddington)</li>
<li><a href="http://slott-softwarearchitect.blogspot.com/2011/05/code-kata-simple-database-design.html">Code Kata : &quot;Simple&quot; Database Design</a> (S. Lott)</li>
<li><a href="http://shrinik.blogspot.com/2011/05/all-wannabe-software-testers-out-there.html">All wannabe software testers out there …</a> (Shrini Kulkarni)</li>
<li><a href="http://feedproxy.google.com/~r/StefanoRicciardisBlog/~3/1IRlPK2j97g/">Code Snippets for the Dispose Pattern</a> (Stefano Ricciardi)</li>
<li><a href="http://www.infoq.com/news/2011/05/testing-in-the-cloud">Testing in the Cloud</a> (Vikas Hazrati)</li>
<li><a href="http://feedproxy.google.com/~r/LosTechies/~3/JcTXggYKyxQ/">Symptoms of a centralized VCS</a> (Jimmy Bogard)</li>
<li><a href="http://feedproxy.google.com/~r/typepad/alleyinsider/silicon_alley_insider/~3/uLugaedPHhw/marissa-mayer-google-ursula-burns-xerox-2011-5">Marissa Mayer: I Learn Most When I Do Things I&#8217;m Not Ready To Do</a> (Julie Zeveloff)</li>
</ul>
<p>&#160;</p>
<h3><a name="silverlight"></a>Silverlight / WPF / Windows Phone</h3>
<ul>
<li><a href="http://www.codeproject.com/KB/windows-phone-7/Catel_Part6.aspx">Catel &#8211; Part 6 of n: Bing Maps application for WP7</a> (Geert van Horrik)</li>
<li><a href="http://adamkinney.com/blog/2011/05/25/metro-list-view-double-line-ep-2-%e2%80%93-from-psd-to-html/">Metro List View double line (ep. 2) – from PSD to HTML</a> (Adam Kinney)</li>
<li><a href="http://www.windowsphonegeek.com/tips/How-to-install-Windows-Phone-Developer-Tools-7-1-Beta-Mango" target="_blank">How to install Windows Phone Developer Tools 7.1 Beta (Mango)</a> <em>and</em> <a href="http://www.windowsphonegeek.com/articles/How-to-choose-a-Contact-and-get-Contact-details-in-a-WP7-app">How to choose a Contact and get Contact details in a WP7 app</a> (Windows Phone Geek)</li>
<li><a href="http://coolthingoftheday.blogspot.com/2011/05/blending-xna-with-blender-257b-xna-40.html">Blending XNA with Blender &#8211; &quot;Blender 2.57b &amp; XNA 4.0 Part I&quot;</a> (Greg Duncan)</li>
<li><a href="http://blogs.technet.com/b/microsoft_blog/archive/2011/05/25/the-midweek-download-may-25th-edition-windows-phone-releases-beta-of-mango-developer-tools-plus-windows-live-messenger-office-365-and-ie9.aspx">The Midweek Download: May 25th Edition–Windows Phone releases beta of “Mango” developer tools plus Windows Live Messenger, Office 365 and IE9</a> (Jeffrey Meisner)</li>
<li><a href="http://feedproxy.google.com/~r/CSharperImage/~3/EzkqJm7OMpA/entity-framework-41-code-first.html">Entity Framework 4.1 Code First, Silverlight, and Shared Models with REST+JSON</a> (Jeremy Likness)</li>
<li><a href="http://feedproxy.google.com/~r/kunal2383/~3/bRA8mvp4Jns/download-windows-phone-developer-tools.html">Download Windows Phone Developer Tools 7.1 Beta</a> (Kunal Chowdhury)</li>
<li><a href="http://blogs.msdn.com/b/silverlight_sdk/archive/2011/05/25/new-addition-to-windows-phone-quickstarts-pivot-and-panorama-controls.aspx">New Addition to Windows Phone Quickstarts- Pivot and Panorama Controls</a> (Nitya Ravi)</li>
<li><a href="http://kodierer.blogspot.com/2011/05/why-is-y-in-windows-phone-mango-camera.html">Why is a Y in the Windows Phone Mango Camera API</a> (Rene Schulte)</li>
<li><a href="http://kodierer.blogspot.com/2011/05/unity-3d-and-silverlight-in-harmony.html">Unity 3D and Silverlight in Harmony with SLARToolkit&#8217;s Augmented Reality</a> (Rene Schulte)</li>
<li><a href="http://xna-uk.net/blogs/darkgenesis/archive/2011/05/25/silverlight-amp-xna-a-tale-of-two-cities.aspx">Silverlight &amp; XNA- A tale of two cities</a> (Simon Jackson)</li>
<li><a href="http://feedproxy.google.com/~r/Pixel-In-Gene/~3/fy0s-AHck4A/">Blinking UI with a CaretBrush</a> (Pavan Podila)</li>
<li><a href="http://feeds.dzone.com/~r/zones/dotnet/~3/N7XhULHPmFI/windows-phone-developer-tools" target="_blank">Windows Phone Developer Tools Beta 7.1 Installation behavior</a> (Senthil Kumar)</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=666" target="_blank">.NET Rocks! &#8211; Steve Smith Tells Performance Stories</a> (Carl Franklin &amp; Richard Campbell)</li>
<li><a href="http://agiletoolkit.libsyn.com/agile-2010-johanna-rothman-agile-program-management">Agile 2010 &#8211; Johanna Rothman &#8211; Agile Program Management</a> (Agile Toolkit)</li>
<li><a href="http://jamesshore.com/Blog/Lets-Play/Episode-108.html">Let&#8217;s Play TDD #108: Wishing for First-Class Functions</a> (James Shore)</li>
<li><a href="http://channel9.msdn.com/Shows/AppFabric-tv/AppFabrictv-Troubleshooting-WCF-Performance-Part-1">AppFabric.tv &#8211; Troubleshooting WCF Performance (Part 1)</a> (Ron Jacobs)</li>
<li><a href="http://channel9.msdn.com/Blogs/Windows-Phone-7/Inside-the-Mango-Developer-Tools-App-Platform">Inside the Mango Developer Tools: App Platform</a> <em>and</em> <a href="http://channel9.msdn.com/Blogs/Windows-Phone-7/Windows-Phone-Mango-Developer-Tools-Search">Inside the Mango Developer Tools: Search</a> <em>and</em> <a href="http://channel9.msdn.com/Blogs/Windows-Phone-7/Windows-Phone-Mango-Developer-Tools-Communications">Inside the Mango Developer Tools: Communications</a> <em>and</em> <a href="http://channel9.msdn.com/Shows/Hot-Apps/Hot-Apps-Assassins-Creed-Ninja-Boy--Burglar-Alarm-Windows-Phone-News-Rhapsody">Hot Apps: Assassins Creed, Ninja Boy +, Burglar Alarm, Windows Phone News, Rhapsody</a> (Laura Foy)</li>
<li><a href="http://windowsteamblog.com/windows_phone/b/windowsphone/archive/2011/05/25/new-behind-the-scenes-videos-and-more-on-marketplace.aspx">New behind-the-scenes videos and more on Marketplace</a> (Michael Stroh)</li>
</ul>
<p>&#160;</p>
<h3><a name="events"></a>Community / Events</h3>
<ul>
<li><a href="http://feedproxy.google.com/~r/flux88/~3/JNQWR0jWzwY/">Houston Code Camp – Call for Speakers</a> (Ben Scheirman)</li>
<li><a href="http://feedproxy.google.com/~r/AndrewConnell/~3/5gVWnsmLHts/join-me-next-week-in-boston-for-sptechcon.aspx">Join me next week in Boston for SPTechCon!</a> (Andrew Connell)</li>
<li><a href="http://www.zdnet.com/blog/microsoft/can-an-open-source-backer-thrive-inside-microsoft-this-one-says-no/9545">Can an open-source backer thrive inside Microsoft? This one says no</a> (Mary Jo Foley)</li>
<li><a href="http://blogs.msdn.com/b/publicsector/archive/2011/05/25/windows-phone-garage.aspx">Windows Phone Garage</a> (PubSec)</li>
<li><a href="http://feedproxy.google.com/~r/KevinGriffin/~3/HFzqp_5XJa8/">Moving on to Greener Pastures</a> (Kevin Griffin)</li>
<li><a href="http://blogs.msdn.com/b/mvpawardprogram/archive/2011/05/25/mvps-share-deep-tech-ed-experience.aspx">MVPs Share Deep Tech-Ed Experience</a> (Lonnie Webb)</li>
</ul>
<p>&#160;</p>
<h3><a name="db"></a>Database</h3>
<ul>
<li><a href="http://www.sqlservercentral.com/blogs/sqldownsouth/archive/2011/05/25/ssrs-2008-r2_3A00_--how-to-dynamically-size-your-indicators.aspx">SSRS 2008 R2: How to dynamically size your INDICATORS</a> (Patrick LeBlanc)</li>
<li><a href="http://blog.sqlauthority.com/2011/05/26/sql-server-getting-columns-headers-without-result-data-set-fmtonly-on/">SQL SERVER – Getting Columns Headers without Result Data – SET FMTONLY ON</a> (Pinal Dave)</li>
<li><a href="http://feedproxy.google.com/~r/sqlserverpedia/~3/gpKGnAah7ow/">Using Built-in System Functions – NEWID() and NEWSEQUENTIALID()</a> (Vishal)</li>
<li><a href="http://www.sqlservercentral.com/blogs/pearlknows/archive/2011/05/25/the-ties-that-bind-us-community-people-exceptional-dbas.aspx">The Ties that Bind Us&#8230;.Community, People, Exceptional DBAs&#8230;</a> (Robert Pearl)</li>
<li><a href="http://feedproxy.google.com/~r/sqlserverpedia/~3/qufgq4QlF94/">Bad T-SQL Song Lyrics or How My Music Playlists Torment Me By Reminding Me of So Many T-SQL Code Sins</a> (Thomas LaRock)</li>
</ul>
<p>&#160;</p>
<h3><a name="sp"></a>SharePoint</h3>
<ul>
<li><a href="http://feedproxy.google.com/~r/netCurryRecentArticles/~3/fudDmGhi3Ak/ShowArticle.aspx">Using SharePoint List Data in Microsoft Expression Blend</a> (Pravinkumar Dabade)</li>
</ul>
<p>&#160;</p>
<h3><a name="misc"></a>Miscellaneous</h3>
<ul>
<li><a href="http://blogs.msdn.com/b/microsoft_press/archive/2011/05/25/is-charles-petzold-a-guilty-pleasure-for-you.aspx">Is Charles Petzold a guilty pleasure for you?</a> (Devon Musgrave)</li>
<li><a href="http://feedproxy.google.com/~r/typepad/alleyinsider/silicon_alley_insider/~3/U7kG_l9i8W4/why-microsoft-is-3x-better-than-apple-for-customer-support-2011-5">Why Microsoft Is 3X Better Than Apple For Customer Support (AAPL, MSFT)</a> (Mark Fidelman)</li>
<li><a href="http://feeds.microsoftjobsblog.com/~r/MicrosoftJobsBlog/~3/1JtYHYm5Y3M/">Your tips for video conferencing interviews</a> (Microsoft JobsBlog<msftblog  @MICROSOFT.COM>)</li>
<li><a href="http://feedproxy.google.com/~r/liveside/~3/rwfCNL4FmD8/">My Phone might be coming back with the new web-based Windows Phone Marketplace?</a> (damaster)</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=19d8634d-92bf-4b4e-a8f5-a1ecc0fff2e6">Interesting Find: May 25, 2011</a> (Jason Haley)</li>
<li><a href="http://feedproxy.google.com/~r/ginktage/EPSB/~3/Mr8TPoo32Kc/">Interesting .NET Links – May 26 , 2011</a> (Senthil Kumar)</li>
<li><a href="http://feedproxy.google.com/~r/ReflectivePerspective/~3/Ln3rdql_5Fc/">The Morning Brew #860</a> (Chris Alcock)</li>
<li><a href="http://feedproxy.google.com/~r/silverlightshow/~3/ZSsZVIiPTIQ/Daily-News-Digest-05-25-2011.aspx">Daily News Digest 05/25/2011</a> <em>and</em> <a href="http://feedproxy.google.com/~r/silverlightshow/~3/MODPT6D29vs/Daily-News-Digest-05-26-2011.aspx">Daily News Digest 05/26/2011</a> (Silverlight Show)</li>
<li><a href="http://geekswithblogs.net/WynApseTechnicalMusings/archive/2011/05/25/145569.aspx">SilverlightShow for May 16-22, 2011</a> (Dave Campbell)</li>
<li><a href="http://www.windowsphonegeek.com/news/daily-wp7-development-news-may-25th-2011">Daily WP7 Development News May 25th 2011</a> (Windows Phone Geek)</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/31xF4DWc2mL._SL160_.jpg" /> </td>
<td valign="top"><a href="http://www.amazon.com/Debug-Repair-Prevent-Pragmatic-Programmers/dp/193435628X?SubscriptionId=0JTCV5ZMHMF7ZYTXGFR2&amp;tag=alvinashcraft-20&amp;linkCode=xm2&amp;camp=2025&amp;creative=165953&amp;creativeASIN=193435628X">Debug It!: Find, Repair, and Prevent Bugs in Your Code (Pragmatic Programmers)</a> by Paul Butcher </td>
</tr>
</tbody>
</table>
<p>&#160;</p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:C16BAC14-9A3D-4c50-9394-FBFEF7A93539:e922b2b9-d8b1-4b9b-8779-7f1ba76e6d05" class="wlWriterEditableSmartContent"><a href="http://www.dotnetkicks.com/kick/?url=http://www.alvinashcraft.com/2011/05/26/dew-drop-may-26-2010/"><img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http://www.alvinashcraft.com/2011/05/26/dew-drop-may-26-2010/" border="0" alt="kick it on DotNetKicks.com" /></a></div>
<p>&#160;</p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:e22df65c-e51a-49a3-9757-ef48db2ec21c" class="wlWriterEditableSmartContent">Technorati Tags: <a href="http://technorati.com/tags/vs2010" rel="tag">vs2010</a>,<a href="http://technorati.com/tags/windows+phone" rel="tag">windows phone</a>,<a href="http://technorati.com/tags/android" rel="tag">android</a>,<a href="http://technorati.com/tags/ddd" rel="tag">ddd</a>,<a href="http://technorati.com/tags/tdd" rel="tag">tdd</a>,<a href="http://technorati.com/tags/orchard" rel="tag">orchard</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>,<a href="http://technorati.com/tags/expression+blend" rel="tag">expression blend</a>,<a href="http://technorati.com/tags/asp.net+mvc" rel="tag">asp.net mvc</a>,<a href="http://technorati.com/tags/jquery" rel="tag">jquery</a>,<a href="http://technorati.com/tags/odata" rel="tag">odata</a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.alvinashcraft.com/2011/05/26/dew-drop-may-26-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

