<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://dotnet.dzone.com"  xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dz="http://www.developerzone.com/modules/dz/1.0">
<channel>
 <title>Recent Articles</title>
 <link>http://dotnet.dzone.com/articles/current</link>
 <description></description>
 <language>en</language>
<item>
 <title>Why Data As A Service Isn&#039;t A Bad Idea</title>
 <link>http://dotnet.dzone.com/news/why-data-as-a-service-isnt-a-b</link>
 <description>Early this week I encountered the post &amp;quot;Why the Database as a Service is a Bad Idea&amp;quot; written by Arnon Rotem-Gal-Oz in DZone. The title caught my eye and I read the post.</description>
 <comments>http://dotnet.dzone.com/news/why-data-as-a-service-isnt-a-b#comments</comments>
 <category domain="http://dotnet.dzone.com/category/dzone-taxonomy/net-windows">.NET &amp;amp; Windows</category>
 <category domain="http://dotnet.dzone.com/category/dzone-taxonomy/java/server-side">Server-side</category>
 <category domain="http://dotnet.dzone.com/category/tags/adonet">ADO.NET</category>
 <category domain="http://dotnet.dzone.com/category/tags/linq">LINQ</category>
 <category domain="http://dotnet.dzone.com/category/dzone-taxonomy/architecture/soa">SOA</category>
 <category domain="http://dotnet.dzone.com/category/dzone-taxonomy/net-windows/data-access">Data Access</category>
 <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://dotnet.dzone.com/crss/node/4645</wfw:commentRss>
 <dz:submitDate>Thu, 21 Aug 2008 11:53:41 -0400</dz:submitDate>
 <dz:readCount>80</dz:readCount>
 <dz:commentCount>0</dz:commentCount>
 <dz:submitter> <dz:username>gilf</dz:username>
 <dz:userimage>http://dotnet.dzone.com/sites/all/files/avatars/picture-301040.jpg</dz:userimage>
</dz:submitter>
 <pubDate>Thu, 21 Aug 2008 11:53:41 -0400</pubDate>
 <dc:creator>gilf</dc:creator>
 <guid isPermaLink="false">4645 at http://dotnet.dzone.com</guid>
</item>
<item>
 <title>SelectMany: Probably The Most Powerful LINQ Operator</title>
 <link>http://dotnet.dzone.com/news/selectmany-probably-the-most-p</link>
 <description>Hi there back again. Hope everyone is already exploiting the power of
LINQ on a fairly regular basis. Okay, everyone knows by now how simple
LINQ queries with a where and select (and orderby, and Take and Skip
and Sum, etc) are translated from a query comprehension into an
equivalent expression for further translation:from p in products where p.Price &amp;gt; 100 select p.Namebecomes</description>
 <comments>http://dotnet.dzone.com/news/selectmany-probably-the-most-p#comments</comments>
 <category domain="http://dotnet.dzone.com/category/dzone-taxonomy/net-windows">.NET &amp;amp; Windows</category>
 <category domain="http://dotnet.dzone.com/category/tags/c-0">C#</category>
 <category domain="http://dotnet.dzone.com/category/dzone-taxonomy/java/client-side">Client-side</category>
 <category domain="http://dotnet.dzone.com/category/tags/linq">LINQ</category>
 <category domain="http://dotnet.dzone.com/category/dzone-taxonomy/net-windows/data-access">Data Access</category>
 <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://dotnet.dzone.com/crss/node/4626</wfw:commentRss>
 <dz:submitDate>Wed, 20 Aug 2008 11:14:15 -0400</dz:submitDate>
 <dz:readCount>76</dz:readCount>
 <dz:commentCount>0</dz:commentCount>
 <dz:submitter> <dz:username>bdesmet</dz:username>
 <dz:userimage>http://dotnet.dzone.com/sites/all/files/avatars/picture-301284.jpg</dz:userimage>
</dz:submitter>
 <pubDate>Wed, 20 Aug 2008 11:14:15 -0400</pubDate>
 <dc:creator>bdesmet</dc:creator>
 <guid isPermaLink="false">4626 at http://dotnet.dzone.com</guid>
</item>
<item>
 <title>I&#039;m thinking of using agile software development - but should I use Lean software development instead?</title>
 <link>http://dotnet.dzone.com/news/im-thinking-using-agile-softwa</link>
 <description>This question is one I&#039;ve run into a few times recently. It&#039;s not
	a question I can answer quickly as the question is based on a false
	premise about the relationship between lean and agile. So first I
	need to go into some history to help explain that relationship.</description>
 <comments>http://dotnet.dzone.com/news/im-thinking-using-agile-softwa#comments</comments>
 <category domain="http://dotnet.dzone.com/category/tags/agile-development">agile development</category>
 <category domain="http://dotnet.dzone.com/category/tags/choice-approach">choice of approach</category>
 <category domain="http://dotnet.dzone.com/category/tags/lean-development">lean development</category>
 <category domain="http://dotnet.dzone.com/category/dzone-taxonomy/industry">Industry</category>
 <category domain="http://dotnet.dzone.com/category/dzone-taxonomy/industry/opinions">Opinions</category>
 <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://dotnet.dzone.com/crss/node/4585</wfw:commentRss>
 <dz:submitDate>Tue, 19 Aug 2008 02:13:53 -0400</dz:submitDate>
 <dz:readCount>289</dz:readCount>
 <dz:commentCount>0</dz:commentCount>
 <dz:submitter> <dz:username>martinfowler</dz:username>
 <dz:userimage>http://dotnet.dzone.com/sites/all/files/avatars/picture-323432.jpg</dz:userimage>
</dz:submitter>
 <pubDate>Tue, 19 Aug 2008 02:13:53 -0400</pubDate>
 <dc:creator>martinfowler</dc:creator>
 <guid isPermaLink="false">4585 at http://dotnet.dzone.com</guid>
</item>
<item>
 <title>Practical Concurrency Patterns: Immutability (Freezables)</title>
 <link>http://dotnet.dzone.com/news/practical-concurrency-patterns</link>
 <description>Another very simple pattern builds on the foundation of the Safe-Unsafe Cache pattern. 
What is the easiest way to protect data from multi-threaded access and
to incur the minimal performance cost while doing so?  Making it
read-only!</description>
 <comments>http://dotnet.dzone.com/news/practical-concurrency-patterns#comments</comments>
 <category domain="http://dotnet.dzone.com/category/dzone-taxonomy/net-windows">.NET &amp;amp; Windows</category>
 <category domain="http://dotnet.dzone.com/category/dzone-taxonomy/architecture">Architecture</category>
 <category domain="http://dotnet.dzone.com/category/dzone-taxonomy/net-windows/c-sharp">C-Sharp</category>
 <category domain="http://dotnet.dzone.com/category/dzone-taxonomy/architecture/patterns">Patterns</category>
 <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://dotnet.dzone.com/crss/node/4583</wfw:commentRss>
 <dz:submitDate>Mon, 18 Aug 2008 17:28:09 -0400</dz:submitDate>
 <dz:readCount>317</dz:readCount>
 <dz:commentCount>0</dz:commentCount>
 <dz:submitter> <dz:username>sashag</dz:username>
 <dz:userimage>http://dotnet.dzone.com/sites/all/files/avatars/picture-295327.jpg</dz:userimage>
</dz:submitter>
 <pubDate>Mon, 18 Aug 2008 17:28:09 -0400</pubDate>
 <dc:creator>sashag</dc:creator>
 <guid isPermaLink="false">4583 at http://dotnet.dzone.com</guid>
</item>
<item>
 <title>Curry for Dummies</title>
 <link>http://dotnet.dzone.com/news/curry-dummies</link>
 <description>Introduction  Functional programming concepts aren’t that
hard but sometimes a little abstract. In this post I’ll try to
demystify the concept of currying, or - in simple words – partial
function application. If you wonder where the name “curry” comes from,
it’s named after Haskell Curry, one of the creative minds behind
functional programming, and indeed as the name implies it adds...</description>
 <comments>http://dotnet.dzone.com/news/curry-dummies#comments</comments>
 <category domain="http://dotnet.dzone.com/category/dzone-taxonomy/architecture">Architecture</category>
 <category domain="http://dotnet.dzone.com/category/dzone-taxonomy/architecture/blueprints">Blueprints</category>
 <category domain="http://dotnet.dzone.com/category/dzone-taxonomy/net-windows/c-sharp">C-Sharp</category>
 <category domain="http://dotnet.dzone.com/category/dzone-taxonomy/languages">Languages</category>
 <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://dotnet.dzone.com/crss/node/4582</wfw:commentRss>
 <dz:submitDate>Mon, 18 Aug 2008 17:08:33 -0400</dz:submitDate>
 <dz:readCount>87</dz:readCount>
 <dz:commentCount>0</dz:commentCount>
 <dz:submitter> <dz:username>bdesmet</dz:username>
 <dz:userimage>http://dotnet.dzone.com/sites/all/files/avatars/picture-301284.jpg</dz:userimage>
</dz:submitter>
 <pubDate>Mon, 18 Aug 2008 17:08:33 -0400</pubDate>
 <dc:creator>bdesmet</dc:creator>
 <guid isPermaLink="false">4582 at http://dotnet.dzone.com</guid>
</item>
<item>
 <title>Linq : Folding Left, Right And The LINQ Aggregation Operator </title>
 <link>http://dotnet.dzone.com/news/linq-folding-left-right-and-th</link>
 <description>A few days ago I blogged about Curry for Dummies,
outlining one of the typical techniques employed in functional
programming. What I didn&#039;t say back then is I&#039;m about to reuse the
&amp;quot;Curry&amp;quot; function with formal substitution mechanism for this subsequent
blog post. Just as a quick refresher:LambdaExpression Curry(LambdaExpression func, params Expression[] parameters);used like this:</description>
 <comments>http://dotnet.dzone.com/news/linq-folding-left-right-and-th#comments</comments>
 <category domain="http://dotnet.dzone.com/category/dzone-taxonomy/net-windows">.NET &amp;amp; Windows</category>
 <category domain="http://dotnet.dzone.com/category/dzone-taxonomy/java/server-side">Server-side</category>
 <category domain="http://dotnet.dzone.com/category/tags/functional-programming">Functional Programming</category>
 <category domain="http://dotnet.dzone.com/category/tags/linq">LINQ</category>
 <category domain="http://dotnet.dzone.com/category/dzone-taxonomy/net-windows/data-access">Data Access</category>
 <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://dotnet.dzone.com/crss/node/4571</wfw:commentRss>
 <dz:submitDate>Mon, 18 Aug 2008 12:12:48 -0400</dz:submitDate>
 <dz:readCount>81</dz:readCount>
 <dz:commentCount>0</dz:commentCount>
 <dz:submitter> <dz:username>bdesmet</dz:username>
 <dz:userimage>http://dotnet.dzone.com/sites/all/files/avatars/picture-301284.jpg</dz:userimage>
</dz:submitter>
 <pubDate>Mon, 18 Aug 2008 12:12:48 -0400</pubDate>
 <dc:creator>bdesmet</dc:creator>
 <guid isPermaLink="false">4571 at http://dotnet.dzone.com</guid>
</item>
<item>
 <title>Why the Database as a Service is a Bad Idea</title>
 <link>http://dotnet.dzone.com/news/why-database-a-service-a-bad-i</link>
 <description>						Microsoft recently released SP1 for .NET.</description>
 <category domain="http://dotnet.dzone.com/category/tags/database">Database</category>
 <category domain="http://dotnet.dzone.com/category/tags/service">service</category>
 <category domain="http://dotnet.dzone.com/taxonomy/term/73">SOA</category>
 <dz:submitDate>Mon, 18 Aug 2008 04:04:25 -0400</dz:submitDate>
 <dz:readCount>2659</dz:readCount>
 <dz:commentCount>0</dz:commentCount>
 <dz:submitter> <dz:username>arnonrgo</dz:username>
 <dz:userimage>http://dotnet.dzone.com/sites/all/files/avatars/picture-290666.jpg</dz:userimage>
</dz:submitter>
 <pubDate>Mon, 18 Aug 2008 04:04:25 -0400</pubDate>
 <dc:creator>arnonrgo</dc:creator>
 <guid isPermaLink="false">4556 at http://dotnet.dzone.com</guid>
</item>
<item>
 <title>Low-Latency GC in .NET 3.5</title>
 <link>http://dotnet.dzone.com/news/low-latency-gc-net-35</link>
 <description>GC flavors are a static performance optimization for the .NET
garbage collector.  Under various circumstances, applications can
opt-in (before runtime) to a runtime mode that affects the GC’s
behavior to better suit the specific application in question.  For a
succinct yet complete description of GC flavors, Maoni’s blog is a great source of information.</description>
 <comments>http://dotnet.dzone.com/news/low-latency-gc-net-35#comments</comments>
 <category domain="http://dotnet.dzone.com/category/dzone-taxonomy/net-windows">.NET &amp;amp; Windows</category>
 <category domain="http://dotnet.dzone.com/category/dzone-taxonomy/java/server-side">Server-side</category>
 <category domain="http://dotnet.dzone.com/category/tags/net-internals">.NET Internals</category>
 <category domain="http://dotnet.dzone.com/category/tags/low-latency">Low Latency</category>
 <category domain="http://dotnet.dzone.com/category/dzone-taxonomy/architecture/performance">Performance</category>
 <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://dotnet.dzone.com/crss/node/4524</wfw:commentRss>
 <dz:submitDate>Thu, 14 Aug 2008 16:27:18 -0400</dz:submitDate>
 <dz:readCount>622</dz:readCount>
 <dz:commentCount>0</dz:commentCount>
 <dz:submitter> <dz:username>sashag</dz:username>
 <dz:userimage>http://dotnet.dzone.com/sites/all/files/avatars/picture-295327.jpg</dz:userimage>
</dz:submitter>
 <pubDate>Thu, 14 Aug 2008 16:27:18 -0400</pubDate>
 <dc:creator>sashag</dc:creator>
 <guid isPermaLink="false">4524 at http://dotnet.dzone.com</guid>
</item>
<item>
 <title>SmartInspect 3.0 Released: New Log Server SmartInspect Router</title>
 <link>http://dotnet.dzone.com/announcements/smartinspect-30-revolutionary-</link>
 <description>We are excited to announce the immediate availability of our advanced .NET logging, Java logging and Delphi logging tool 
SmartInspect 3.0. The new release makes SmartInspect even more suitable for debugging and monitoring high-performance production systems, for working with test systems and for end-user scenarios. </description>
 <comments>http://dotnet.dzone.com/announcements/smartinspect-30-revolutionary-#comments</comments>
 <category domain="http://dotnet.dzone.com/category/tags/debugging">debugging</category>
 <category domain="http://dotnet.dzone.com/category/tags/logging">logging</category>
 <category domain="http://dotnet.dzone.com/category/tags/tracing">tracing</category>
 <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://dotnet.dzone.com/crss/node/4468</wfw:commentRss>
 <dz:submitDate>Thu, 14 Aug 2008 10:53:28 -0400</dz:submitDate>
 <dz:readCount>561</dz:readCount>
 <dz:commentCount>0</dz:commentCount>
 <dz:submitter> <dz:username>dgurock</dz:username>
 <dz:userimage>http://dotnet.dzone.com/sites/all/files/avatars/picture-172104.png</dz:userimage>
</dz:submitter>
 <pubDate>Thu, 14 Aug 2008 10:53:28 -0400</pubDate>
 <dc:creator>dgurock</dc:creator>
 <guid isPermaLink="false">4468 at http://dotnet.dzone.com</guid>
</item>
<item>
 <title>The Undercover Adventure (Part 5): Sliding sand consensus. </title>
 <link>http://dotnet.dzone.com/articles/the-undercover-adventure-part--3</link>
 <description>In my time here on the oil mine I have had a lot of time to think and observe and one thing is for certain, perspective on something makes a big difference in its execution and acceptance. Whether a difference exists between planners and specialists, procedure writers and planners or the leads and the journeyman, it doesn&#039;t matter. What is clear is that people are quick to judge something...</description>
 <comments>http://dotnet.dzone.com/articles/the-undercover-adventure-part--3#comments</comments>
 <category domain="http://dotnet.dzone.com/category/tags/agreement">agreement</category>
 <category domain="http://dotnet.dzone.com/category/tags/consequences">consequences</category>
 <category domain="http://dotnet.dzone.com/category/tags/contracts">contracts</category>
 <category domain="http://dotnet.dzone.com/category/tags/legal">legal</category>
 <category domain="http://dotnet.dzone.com/category/tags/perspectives">perspectives</category>
 <category domain="http://dotnet.dzone.com/category/dzone-taxonomy/industry/trends">Trends</category>
 <category domain="http://dotnet.dzone.com/category/dzone-taxonomy/industry">Industry</category>
 <category domain="http://dotnet.dzone.com/category/dzone-taxonomy/industry/opinions">Opinions</category>
 <category domain="http://dotnet.dzone.com/category/dzone-taxonomy/open-source/legal">Legal</category>
 <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://dotnet.dzone.com/crss/node/4504</wfw:commentRss>
 <dz:submitDate>Thu, 14 Aug 2008 01:02:36 -0400</dz:submitDate>
 <dz:readCount>762</dz:readCount>
 <dz:commentCount>0</dz:commentCount>
 <dz:submitter> <dz:username>AnneBotha</dz:username>
 <dz:userimage>http://dotnet.dzone.com/sites/all/files/avatars/picture-311818.jpg</dz:userimage>
</dz:submitter>
 <pubDate>Thu, 14 Aug 2008 01:02:36 -0400</pubDate>
 <dc:creator>AnneBotha</dc:creator>
 <guid isPermaLink="false">4504 at http://dotnet.dzone.com</guid>
</item>
<item>
 <title>How IE8 Enables Silverlight Deep Linking and Browser Back/Forward Navigation</title>
 <link>http://dotnet.dzone.com/news/how-ie8-enables-silverlight-de</link>
 <description>One of new features in the next version of Internet Explorer (IE8)
was created specifically for AJAX applications and can add significant
functionality to Silverlight applications as well.  Here is the description of the feature (from Better AJAX Development):</description>
 <comments>http://dotnet.dzone.com/news/how-ie8-enables-silverlight-de#comments</comments>
 <category domain="http://dotnet.dzone.com/category/dzone-taxonomy/net-windows">.NET &amp;amp; Windows</category>
 <category domain="http://dotnet.dzone.com/category/dzone-taxonomy/java/client-side">Client-side</category>
 <category domain="http://dotnet.dzone.com/category/tags/ie8">IE8</category>
 <category domain="http://dotnet.dzone.com/category/tags/silverlight">Silverlight</category>
 <category domain="http://dotnet.dzone.com/category/dzone-taxonomy/web-design/html-xhtml">HTML &amp;amp; XHTML</category>
 <category domain="http://dotnet.dzone.com/category/dzone-taxonomy/web-design/ajax-scripting">Ajax &amp;amp; Scripting</category>
 <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://dotnet.dzone.com/crss/node/4462</wfw:commentRss>
 <dz:submitDate>Tue, 12 Aug 2008 06:39:12 -0400</dz:submitDate>
 <dz:readCount>480</dz:readCount>
 <dz:commentCount>0</dz:commentCount>
 <dz:submitter> <dz:username>synergist</dz:username>
 <dz:userimage>http://dotnet.dzone.com/sites/all/files/avatars/picture-324567.jpg</dz:userimage>
</dz:submitter>
 <pubDate>Tue, 12 Aug 2008 06:39:12 -0400</pubDate>
 <dc:creator>synergist</dc:creator>
 <guid isPermaLink="false">4462 at http://dotnet.dzone.com</guid>
</item>
<item>
 <title>Build Your SubSonic DAL With NAnt</title>
 <link>http://dotnet.dzone.com/news/build-your-subsonic-dal-with-n</link>
 <description>SubSonic is a .NET ORM
(object relational mapping) tool with plenty of extras. In the ORM
market, it can be compared to other tool such as Linq and NHibernate. I
chose SubSonic over NHibernate, because of the ease of configuration or
Linq, because I am still programming for .NET 2.0. That being said,
there are three different ways to generate your data access layer using
SubSonic:</description>
 <comments>http://dotnet.dzone.com/news/build-your-subsonic-dal-with-n#comments</comments>
 <category domain="http://dotnet.dzone.com/category/dzone-taxonomy/java/server-side">Server-side</category>
 <category domain="http://dotnet.dzone.com/category/tags/nant">NAnt</category>
 <category domain="http://dotnet.dzone.com/category/tags/subsonic">subsonic</category>
 <category domain="http://dotnet.dzone.com/category/dzone-taxonomy/java/frameworks">Frameworks</category>
 <category domain="http://dotnet.dzone.com/category/dzone-taxonomy/net-windows/data-access">Data Access</category>
 <category domain="http://dotnet.dzone.com/category/dzone-taxonomy/net-windows/aspnet">ASP.NET</category>
 <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://dotnet.dzone.com/crss/node/4434</wfw:commentRss>
 <dz:submitDate>Mon, 11 Aug 2008 12:58:16 -0400</dz:submitDate>
 <dz:readCount>226</dz:readCount>
 <dz:commentCount>0</dz:commentCount>
 <dz:submitter> <dz:username>boyan</dz:username>
 <dz:userimage>http://dotnet.dzone.com/sites/all/files/avatars/picture-246156.jpg</dz:userimage>
</dz:submitter>
 <pubDate>Mon, 11 Aug 2008 12:58:16 -0400</pubDate>
 <dc:creator>boyan</dc:creator>
 <guid isPermaLink="false">4434 at http://dotnet.dzone.com</guid>
</item>
<item>
 <title>C# Refcard Available - Download Now</title>
 <link>http://dotnet.dzone.com/announcements/csharp</link>
 <description>A C# MVP since 2003, Jon Skeet wrote this reference card for use in whatever type of C# project you&#039;re working on, and whichever version of C# you&#039;re using. It covers many topics, from the basics of string escape sequences to the brave new world of query expressions and LINQ in C# 3. Features include String Literals, Delegates, Declaring Events, Generics, Extension Methods, Query Expressions (C#...</description>
 <comments>http://dotnet.dzone.com/announcements/csharp#comments</comments>
 <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://dotnet.dzone.com/crss/node/4378</wfw:commentRss>
 <dz:submitDate>Sun, 10 Aug 2008 22:00:00 -0400</dz:submitDate>
 <dz:readCount>849</dz:readCount>
 <dz:commentCount>0</dz:commentCount>
 <dz:submitter> <dz:username>jill</dz:username>
 <dz:userimage>http://dotnet.dzone.com/sites/all/files/avatars/picture-11.jpg</dz:userimage>
</dz:submitter>
 <pubDate>Sun, 10 Aug 2008 22:00:00 -0400</pubDate>
 <dc:creator>jill</dc:creator>
 <guid isPermaLink="false">4378 at http://dotnet.dzone.com</guid>
</item>
<item>
 <title>Visual Studio 2008 And .NET 3.5 Keynote Interview</title>
 <link>http://dotnet.dzone.com/news/visual-studio-2008-and-net-35-</link>
 <description>TechEd Developers with Soma Somasegar, Corporate Vice President,
Developer Division - details the news announced for developers in
today’s keynote. Soma encourages developers to get prepared for Visual
Studio 2008 and the .NET Framework 3.5. He also talks about the new
opportunities for partners and explains how developers and end users
will benefit from the Microsoft Sync Framework.</description>
 <comments>http://dotnet.dzone.com/news/visual-studio-2008-and-net-35-#comments</comments>
 <category domain="http://dotnet.dzone.com/category/dzone-taxonomy/net-windows">.NET &amp;amp; Windows</category>
 <category domain="http://dotnet.dzone.com/category/dzone-taxonomy/java/server-side">Server-side</category>
 <category domain="http://dotnet.dzone.com/category/dzone-taxonomy/java/client-side">Client-side</category>
 <category domain="http://dotnet.dzone.com/category/tags/keynote-interview">keynote interview</category>
 <category domain="http://dotnet.dzone.com/category/dzone-taxonomy/net-windows/aspnet">ASP.NET</category>
 <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://dotnet.dzone.com/crss/node/4403</wfw:commentRss>
 <dz:submitDate>Sat, 09 Aug 2008 16:00:37 -0400</dz:submitDate>
 <dz:readCount>187</dz:readCount>
 <dz:commentCount>0</dz:commentCount>
 <dz:submitter> <dz:username>Volume4</dz:username>
 <dz:userimage>http://dotnet.dzone.com/sites/all/files/avatars/picture-71517.jpg</dz:userimage>
</dz:submitter>
 <pubDate>Sat, 09 Aug 2008 16:00:37 -0400</pubDate>
 <dc:creator>Volume4</dc:creator>
 <guid isPermaLink="false">4403 at http://dotnet.dzone.com</guid>
</item>
<item>
 <title>.NET Internals : Guaranteed, Finalization Order Is Not</title>
 <link>http://dotnet.dzone.com/news/net-internals-guaranteed-final</link>
 <description>As part of our ongoing quest to categorize all finalization-related problems, I&#039;d like to present another honorable mention in the series.  This time, it&#039;s finalization order (or the lack thereof).</description>
 <comments>http://dotnet.dzone.com/news/net-internals-guaranteed-final#comments</comments>
 <category domain="http://dotnet.dzone.com/category/dzone-taxonomy/net-windows">.NET &amp;amp; Windows</category>
 <category domain="http://dotnet.dzone.com/category/dzone-taxonomy/java/server-side">Server-side</category>
 <category domain="http://dotnet.dzone.com/category/tags/net-internals">.NET Internals</category>
 <category domain="http://dotnet.dzone.com/category/tags/finalization-order">Finalization Order</category>
 <category domain="http://dotnet.dzone.com/category/dzone-taxonomy/tools-methods/testing">Testing</category>
 <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://dotnet.dzone.com/crss/node/4398</wfw:commentRss>
 <dz:submitDate>Sat, 09 Aug 2008 06:33:11 -0400</dz:submitDate>
 <dz:readCount>480</dz:readCount>
 <dz:commentCount>0</dz:commentCount>
 <dz:submitter> <dz:username>sashag</dz:username>
 <dz:userimage>http://dotnet.dzone.com/sites/all/files/avatars/picture-295327.jpg</dz:userimage>
</dz:submitter>
 <pubDate>Sat, 09 Aug 2008 06:33:11 -0400</pubDate>
 <dc:creator>sashag</dc:creator>
 <guid isPermaLink="false">4398 at http://dotnet.dzone.com</guid>
</item>
</channel>
</rss>
