<?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; workflow</title>
	<atom:link href="http://www.alvinashcraft.com/tag/workflow/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; Weekend Edition &#8211; June 27-28, 2009</title>
		<link>http://www.alvinashcraft.com/2009/06/27/dew-drop-weekend-edition-june-27-28-2009/</link>
		<comments>http://www.alvinashcraft.com/2009/06/27/dew-drop-weekend-edition-june-27-28-2009/#comments</comments>
		<pubDate>Sun, 28 Jun 2009 01:37:12 +0000</pubDate>
		<dc:creator>Alvin Ashcraft</dc:creator>
				<category><![CDATA[Daily Links]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[.net development]]></category>
		<category><![CDATA[asp.net mvc]]></category>
		<category><![CDATA[entity framework]]></category>
		<category><![CDATA[sharepoint]]></category>
		<category><![CDATA[sql server]]></category>
		<category><![CDATA[wmi]]></category>
		<category><![CDATA[workflow]]></category>

		<guid isPermaLink="false">http://www.alvinashcraft.com/2009/06/27/dew-drop-weekend-edition-june-27-28-2009/</guid>
		<description><![CDATA[&#160; .NET / Visual Studio Getting the Current Application&#8217;s Memory Usage (Richard Carr) Useful VS Key Sequences/Shortcuts (Jean-Paul S. Boodhoo) Effective EF with Oracle (Julie Lerman) F#: More thoughts on the forward &#38; application operators (Mark Needham) Mapping WF 3 activities to WF 4 (Matt Milner) Work-Stealing in .NET 4.0 (Jennifer Marsman) D3: Fun with [...]]]></description>
			<content:encoded><![CDATA[<p>&#160;</p>
<h3>.NET / Visual Studio</h3>
<ul>
<li><a href="http://feedproxy.google.com/~r/BlackwaspLatestAdditions/~3/JYTZkqU6-j0/AppMemoryUsage.aspx">Getting the Current Application&#8217;s Memory Usage</a> (Richard Carr)</li>
<li><a href="http://feedproxy.google.com/~r/JPBoodhoo/~3/1muWN9FpNN0/UsefulVSKeySequencesShortcuts.aspx">Useful VS Key Sequences/Shortcuts</a> (Jean-Paul S. Boodhoo)</li>
<li><a href="http://thedatafarm.com/blog/data-access/effective-ef-with-oracle/">Effective EF with Oracle</a> (Julie Lerman)</li>
<li><a href="http://feedproxy.google.com/~r/MarkNeedham/~3/2H5Gu9MMfjc/">F#: More thoughts on the forward &amp; application operators</a> (Mark Needham)</li>
<li><a href="http://www.pluralsight.com/community/blogs/matt/archive/2009/06/26/mapping-wf-3-activities-to-wf-4.aspx">Mapping WF 3 activities to WF 4</a> (Matt Milner)</li>
<li><a href="http://feedproxy.google.com/~r/JenniferMarsman/~3/AXuxhFaCmAQ/work-stealing-in-net-4-0.aspx">Work-Stealing in .NET 4.0</a> (Jennifer Marsman)</li>
<li><a href="http://blogs.msdn.com/dsimmons/archive/2009/06/27/d3-fun-with-concurrency-and-model-first-part-1.aspx">D3: Fun with Concurrency and Model First – Part 1</a>&#160;<em>and</em> <a href="http://blogs.msdn.com/dsimmons/archive/2009/06/27/d3-fun-with-concurrency-and-model-first-part-2.aspx">D3: Fun with Concurrency and Model First – Part 2</a> (Dan Simmons)</li>
</ul>
<p>&#160;</p>
<h3>Silverlight / WPF</h3>
<ul>
<li><a href="http://dotnet.org.za/rudi/archive/2009/06/27/behaviors-triggers-and-actions-snippets.aspx">Behaviors, Triggers and Actions snippets</a> (Rudi Grobler)</li>
<li><a href="http://feedproxy.google.com/~r/FaisalsBlog/~3/XUClTtXXqmo/creating-nikeclone-with-silverlight-part-2.aspx">Creating NikeClone With Silverlight Part-2</a> <em>and</em>&#160;<a href="http://feedproxy.google.com/~r/FaisalsBlog/~3/yeHfir0bzkE/creating-nikeclone-with-silverlight-part-3.aspx">Creating NikeClone With Silverlight Part-3</a> (Faisal Hossain Khan)</li>
</ul>
<p>&#160;</p>
<h3>Web Development</h3>
<ul>
<li><a href="http://blogs.msdn.com/davidebb/archive/2009/06/26/the-mvc-t4-template-is-now-up-on-codeplex-and-it-does-change-your-code-a-bit.aspx">The MVC T4 template is now up on CodePlex, and it does change your code a bit</a> (David Ebbo)</li>
<li><a href="http://weblogs.asp.net/aspnet-whatsnew/archive/2009/06/26/adding-events-to-user-controls.aspx">Adding Events to User Controls</a> (Peter Vogel)</li>
<li><a href="http://blogs.msdn.com/tess/archive/2009/06/26/a-case-of-lost-session-variables-when-using-out-of-process-session-state.aspx">A case of lost session variables when using out of process session state</a> (Tess Ferrandez)</li>
<li><a href="http://blogs.msdn.com/webdevelopertips/archive/2009/06/26/tip-84-did-you-know-how-to-set-a-start-page-for-your-web-site-in-visual-web-developer.aspx">Tip #84: Did you know… How to set a Start page for your Web Site in Visual Web Developer?</a> (Reshmi Mangalore)</li>
<li><a href="http://www.codecapers.com/2009/06/aspnet-creating-custom-tag-cloud.html">ASP.NET – Creating a Custom Tag Cloud</a> (Michael Ceranski)</li>
<li><a href="http://haacked.com/archive/2009/06/26/too-late-to-change-json.aspx">Is It Too Late To Change JSON?</a> (Phil Haack)</li>
</ul>
<p>&#160;</p>
<h3>Design / Methodology / Testing</h3>
<ul>
<li><a href="http://feedproxy.google.com/~r/larryclarkin/~3/xX-uo1IunHs/OpenSpacesAtWork.aspx"><font color="#ff8000">Open Spaces at work</font></a><font color="#ff8000"> (Larry Clarkin)<em> – Link of the Day</em></font></li>
<li><a href="http://blogs.msdn.com/brada/archive/2009/06/26/unit-testing-with-net-ria-services.aspx">Unit Testing with .NET RIA Services</a> (Brad Abrams)</li>
<li><a href="http://professionalaspnet.com/archive/2009/06/26/Making-Blenders-for-the-Blind-is-Like-Making-Software-for-Normal-People.aspx">Making Blenders for the Blind is Like Making Software for Normal People</a> (Chris Love)</li>
<li><a href="http://feedproxy.google.com/~r/devlicious/~3/N2jUk8si7Nc/fluent-interface-for-nh-facility-take-1.aspx">Fluent Interface for NH Facility – Take 1</a> (Tuna Toksoz)</li>
<li><a href="http://blog.objectmentor.com/articles/2009/06/26/the-rush">The Rush</a> (Uncle Bob Martin)</li>
<li><a href="http://www.pnpguidance.net/post/EnterpriseLibrary50UnityConfiguration.aspx">Enterprise Library 5.0 Focuses on IoC Containers for Configuration</a> (David Hayden)</li>
<li><a href="http://channel9.msdn.com/shows/Continuum/Silverlight-Geek-An-interview-with-Jesse-Liberty/">Silverlight Geek &#8211; An interview with Jesse Liberty</a> (Adam Kinney)</li>
<li><a href="http://feedproxy.google.com/~r/SerialSeb/~3/5U4o5oX_1bE/when-agile-goes-bad-slides-and-pointers.html">When agile goes bad, slides and pointers</a> (Sebastien Lambla)</li>
<li><a href="http://blogs.msdn.com/ericlippert/archive/2009/06/26/iterators-at-the-summer-games.aspx">Iterators at the Summer Games</a> (Eric Lippert)</li>
</ul>
<p>&#160;</p>
<h3>Podcasts / Screencasts / Videos</h3>
<ul>
<li><a href="http://channel9.msdn.com/posts/funkyonex/Im-a-VB-Interview-Julie-Lerman-Visual-Basic-MVP/">&quot;I&#8217;m a VB&quot; Interview: Julie Lerman, Visual Basic MVP</a> <em>and</em>&#160;<a href="http://channel9.msdn.com/posts/funkyonex/Im-a-VB-Interview-Bill-Wolff-Visual-Basic-MVP/">&quot;I&#8217;m a VB&quot; Interview: Bill Wolff, Visual Basic MVP</a> <em>and</em>&#160;<a href="http://channel9.msdn.com/posts/funkyonex/Im-a-VB-Interview-Bill-Vaughn-Visual-Basic-MVP/">&quot;I&#8217;m a VB&quot; Interview: Bill Vaughn, Visual Basic MVP</a> (Beth Massi)</li>
<li><a href="http://channel9.msdn.com/shows/This+Week+On+Channel+9/This-Week-C9-Revolution-9-The-Future-of-Channel-9/">This Week C9: Revolution 9 &#8211; The Future of Channel 9</a> (Dan Fernandez)</li>
<li><a href="http://channel9.msdn.com/shows/10-4/10-4-Episode-25-Fixing-PIA-Pains-with-Type-Equivalence/">10-4 Episode 25: Fixing PIA Pains with Type Equivalence</a> (Jason Olson)</li>
<li><a href="http://feedproxy.google.com/~r/herdingcode/~3/vtjngP2lGjQ/">Herding Code 51: Greg Young on Our Grand Failure – Thoughts on DDDD</a> (Jon Galloway)</li>
<li><a href="http://channel9.msdn.com/shows/toolshed/Show-Episode-3-Its-All-About-The-Tools-TV-Show/">Show: Episode #3 It&#8217;s All About The Tools TV Show</a> (Russell Fustino)</li>
<li><a href="http://programmingtour.blogspot.com/2009/06/road-thoughts-visible-metrics.html">Road Thoughts &#8211; Visible Metrics</a> (Corey Haines)</li>
<li><a href="http://channel9.msdn.com/posts/jennmar/VSTO-How-to-Add-a-Button-into-the-Office-Ribbon/">VSTO: How to Add a Button into the Office Ribbon</a> (Jennifer Marsman)</li>
<li><a href="http://feedproxy.google.com/~r/clemensreijnen/qzrF/~3/j-YDUb6SUPE/post.aspx">Collaborative Knowledge Sharing and Decision Making…</a> (Clemens Reijnen)</li>
</ul>
<p>&#160;</p>
<h3>Community / Events</h3>
<ul>
<li><a href="http://feeds.dzone.com/~r/zones/dotnet/~3/nzLMvG1GW_I/ajax-survey-2009-jquery-and-ms">Ajax Survey 2009: jQuery and MS Ajax are Almost Tied Among .NET Developers</a> (Simone Chiaretta)</li>
<li><a href="http://webdevdotnet.blogspot.com/2009/06/useful-jquery-tips-tricks-and-plugins.html">Useful jQuery Tips, Tricks, and Plugins with ASP.NET MVC</a> (Elijah Manor)</li>
<li><a href="http://feedproxy.google.com/~r/devlicious/~3/bdT8rRE7gv8/two-vans-on-castle-project.aspx">Two VANs on Castle Project</a> (Tuna Toksoz)</li>
<li><a href="http://feedproxy.google.com/~r/JenniferMarsman/~3/VVh-kvVxCa4/architecture-summit-in-southfield-mi.aspx">Architecture Summit in Southfield, MI</a> (Jennifer Marsman)</li>
</ul>
<p>&#160;</p>
<h3>SharePoint</h3>
<ul>
<li><a href="http://blogs.msdn.com/pandrew/archive/2009/06/26/automated-builds-with-vsewss-1-3.aspx">Automated Builds with VSeWSS 1.3</a> (Paul Andrew)</li>
<li><a href="http://blogs.msdn.com/mvpawardprogram/archive/2009/06/26/belgian-mvp-releases-sharepoint-tool-basket-on-codeplex.aspx">Belgian MVP Releases SharePoint Tool Basket on CodePlex!</a> (Lorna Williamson)</li>
</ul>
<p>&#160;</p>
<h3>Database</h3>
<ul>
<li><a href="http://blogs.lessthandot.com/index.php/DataMgmt/DBAdmin/dba-sqlclr-procedures">DBA SQLCLR Procedures</a> (Ted Krueger)</li>
<li><a href="http://blog.sqlauthority.com/2009/06/27/sql-server-fix-error-17892-logon-failed-for-login-due-to-trigger-execution-changed-database-context-to-master/">SQL SERVER – Fix : Error : 17892 Logon failed for login due to trigger execution. Changed database context to ‘master’.</a> (Pinal Dave)</li>
<li><a href="http://www.thousandtyone.com/blog/SQLDBCryptOpenSourceDatabaseEncryptionForSQLServer.aspx">SQLDBCrypt &#8211; Open Source Database Encryption For SQL Server.</a> (Rajiv Popat)</li>
<li><a href="http://blogs.lessthandot.com/index.php/DataMgmt/DataDesign/can-t-depend-on-sp_depends-try-using-sp_">Can&#8217;t depend on sp_depends? Try using sp_refreshsqlmodule</a> <em>and</em>&#160;<a href="http://blogs.lessthandot.com/index.php/DataMgmt/DataDesign/adding-time-offsets-passed-in-to-a-datet">Adding time offsets passed in to a datetime to generate localized datetime</a> (Denis Gobo)</li>
</ul>
<p>&#160;</p>
<h3>Miscellaneous</h3>
<ul>
<li><a href="http://bhandler.spaces.live.com/Blog/cns!70F64BC910C9F7F3!5664.entry">Download Free WebRadio Add-in for Windows Home Server</a> (Blake Handler)</li>
<li><a href="http://www.bing.com/community/blogs/search/archive/2009/06/26/bing-cashback-101.aspx">Bing cashback 101</a> (Raju Malhotra)</li>
<li><a href="http://www.pheedcontent.com/click.phdo?i=4338b5e53d6e866ba567ba3ffc722d35">Firefox 3.5 coming June 30th, Fennec updated today</a> (Brad Linder)</li>
<li><a href="http://feedproxy.google.com/~r/zdnet/Bott/~3/7RgEWqp1w3s/">Windows 7 versus Snow Leopard: How much do upgrades really cost?</a> (Ed Bott)</li>
<li><a href="http://www.lhotka.net/weblog/WhenWindowsHomeServerCrasheshellip.aspx">When Windows Home Server crashes…</a> (Rockford Lhotka)</li>
<li><a href="http://blogs.zoho.com/general/somethingsometime">Zoho: We&#8217;re launching something, sometime next week</a> (Rodrigo Vaca)</li>
<li><a href="http://blogs.msdn.com/microsoft_press/archive/2009/06/26/download-seven-windows-7-chapters.aspx">Download seven Windows 7 chapters</a> (Devon Musgrave)</li>
<li><a href="http://feedproxy.google.com/~r/ProgrammableWeb/~3/76WfPlPAYcA/">200 Twitter Mashups</a> (John Musser)</li>
<li><a href="http://www.mentalfloss.com/blogs/archives/27286">11 Magazines This Magazine Likes</a> (Jason English)</li>
<li><a href="http://blogs.msdn.com/microsoft_press/archive/2009/06/26/designing-input-for-a-script.aspx">Designing input for a script</a> (Ed Wilson)</li>
<li><a href="http://blogs.msdn.com/wmi/archive/2009/06/27/wmi-improving-your-wmi-application-performance-in-fan-out-scenario.aspx">WMI: Improving your WMI application performance in fan-out scenario</a> (Andy Cheung)</li>
<li><a href="http://www.devx.com/vb/Article/42242?trk=DXRSS_DOTNET">Create a Syslog Sender/Receiver Using the MS Winsock Control</a> (Gustav Brock)</li>
</ul>
<p>&#160;</p>
<h3>More Link Collections</h3>
<ul>
<li><a href="http://feedproxy.google.com/~r/ArjansWorld/~3/0wA4XXe6ayY/">LINKBLOG for June 26, 2009</a> (Arjan Zuidhof)</li>
<li><a href="http://jasonhaley.com/blog/post.aspx?id=0218ed19-06a0-4dbe-b94e-bf0fe3023136">Interesting Finds: June 27, 2009</a> (Jason Haley)</li>
<li><a href="http://geekswithblogs.net/WynApseTechnicalMusings/archive/2009/06/26/133073.aspx">Silverlight Cream for June 26, 2009 &#8212; #623</a> (Dave Campbell)</li>
<li><a href="http://feedproxy.google.com/~r/CloudAve/~3/cdpKgmmgAhk/cloudnews-for-26th-june-2009">CloudNews for 26th June, 2009</a> (Mayank Gupta)</li>
<li><a href="http://feedproxy.google.com/~r/SamGentile/~3/G3TIp8C1MzA/">New and Notable 335</a> (Sam Gentile<graffiti @YOURSITE.COM>)</li>
<li><a href="http://feeds.jasongaylord.com/~r/JasonNGaylord/~3/cc9AeaYU3Ao/the-technology-post-for-june-26th-2009.aspx">The Technology Post for June 26th, 2009</a> (Jason N. Gaylord)</li>
</ul>
<p>&#160;</p>
<h3>Book of the Day</h3>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:7dc1bd33-94bd-46fd-a20b-0131235bcd47:6aa23a93-5a04-4ed6-bbd9-a3c7d01d40e1" class="wlWriterSmartContent">
<table cellspacing="0" cellpadding="2" width="400" border="0" unselectable="on">
<tbody>
<tr>
<td valign="top" width="400">
<p><a title="Implementation Patterns (Addison-Wesley Signature Series): Kent Beck: Books" href="http://www.amazon.com/exec/obidos/ASIN/0321413091/alvinashcraft-20"><img src="http://images.amazon.com/images/P/0321413091.01.MZZZZZZZ.jpg" border="0" align="left" style="float:left">Implementation Patterns (Addison-Wesley Signature Series): Kent Beck: Books</a></p>
<p><b>ISBN</b>: 0321413091<br /><b>ISBN-13</b>: 9780321413093</p>
</td>
</tr>
</tbody>
</table>
</div>
<p>&#160;</p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:C16BAC14-9A3D-4c50-9394-FBFEF7A93539:e1068938-b0eb-4819-b9d7-a5f1c2430461" class="wlWriterSmartContent"><a href="http://www.dotnetkicks.com/kick/?url=http://www.alvinashcraft.com/2009/06/27/dew-drop-weekend-edition-june-27-28-2009/"><img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http://www.alvinashcraft.com/2009/06/27/dew-drop-weekend-edition-june-27-28-2009/" border="0" alt="kick it on DotNetKicks.com" /></a></div>
<p>&#160;</p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:30f4edc0-9133-4719-8bb3-1c8120065836" class="wlWriterSmartContent">Technorati Tags: <a href="http://technorati.com/tags/.net+development" rel="tag">.net development</a>,<a href="http://technorati.com/tags/workflow" rel="tag">workflow</a>,<a href="http://technorati.com/tags/entity+framework" rel="tag">entity framework</a>,<a href="http://technorati.com/tags/sharepoint" rel="tag">sharepoint</a>,<a href="http://technorati.com/tags/wmi" rel="tag">wmi</a>,<a href="http://technorati.com/tags/sql+server" rel="tag">sql server</a>,<a href="http://technorati.com/tags/asp.net+mvc" rel="tag">asp.net mvc</a></div>
<div class="wlWriterHeaderFooter" style="margin:0px; padding:0px 0px 0px 0px;">
<div class="shoutIt"><a rev="vote-for" href="http://dotnetshoutout.com/Submit?url=http%3a%2f%2fwww.alvinashcraft.com%2f2009%2f06%2f27%2fdew-drop-weekend-edition-june-27-28-2009%2f&amp;title=Dew+Drop+-+Weekend+Edition+-+June+27-28%2c+2009"><img alt="Shout it" src="http://dotnetshoutout.com/image.axd?url=http://www.alvinashcraft.com/2009/06/27/dew-drop-weekend-edition-june-27-28-2009/" style="border:0px" /></a></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.alvinashcraft.com/2009/06/27/dew-drop-weekend-edition-june-27-28-2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

