<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
<channel>
  <title>Software Development Articles</title>
  <link>http://www.softdevarticles.com/</link>
  <docs>http://backend.userland.com/rss/</docs>
      <description>UML, Agile, Java, .NET, Test, Project Management, SCM, ...</description>
        <pubDate>Wed, 10 Mar 2010 20:37:28 -0500</pubDate>
        <lastBuildDate>Wed, 10 Mar 2010 11:16:05 -0500</lastBuildDate>
        <generator>XOOPS WhatsNew 2.12</generator>
        <category>Whats New</category>
        <managingEditor>contact@softdevarticles.com</managingEditor>
        <webMaster>contact@softdevarticles.com</webMaster>
        <copyright>Copyright (c) 2010, http://www.softdevarticles.com</copyright>
        <language>en</language>
        <image>
      <title>Software Development Articles</title>
      <url>http://www.softdevarticles.com/images/logo.gif</url>
      <link>http://www.softdevarticles.com/</link>
      <width>125</width>
      <height>60</height>
    </image>
    <item>
  <title>.Net Debugging? Dont give me none of your VS</title>
  <link>http://www.softdevarticles.com/modules/weblinks/singlelink.php?lid=1978</link>
      <description>Visual Studio is fine for most debugging purposes. Just occasionally, it isn&apos;t practicable, or there are other quicker ways of doing it with a user-mode debugger. Edward argues that debugging in MSIL or assembly language is a strangely liberating ...</description>
        <pubDate>Wed, 10 Mar 2010 11:16:05 -0500</pubDate>
        <guid>http://www.softdevarticles.com/modules/weblinks/singlelink.php?lid=1978</guid>
        <category>Articles Directory</category>
    </item>
  <item>
  <title>.NET Developer Basics  Recursive Algorithms</title>
  <link>http://www.softdevarticles.com/modules/weblinks/singlelink.php?lid=1977</link>
      <description> Recursion can be a powerful programming technique when used wisely. Some data structures such as tree structures lend themselves far more easily to manipulation by recursive techniques. As it is also a classic Computer Science problem, it is oft ...</description>
        <pubDate>Wed, 10 Mar 2010 10:58:37 -0500</pubDate>
        <guid>http://www.softdevarticles.com/modules/weblinks/singlelink.php?lid=1977</guid>
        <category>Articles Directory</category>
    </item>
  <item>
  <title>Structuring a Web Page with CSS and ASP.NET</title>
  <link>http://www.softdevarticles.com/modules/weblinks/singlelink.php?lid=1976</link>
      <description>This article explains why such habits as using nested HTML Tables to position content in the right place on the browser page is bad practice and, nowadays, avoidable. It is just one &apos;Markup smell&apos; that it discusses on the way to demonstrating the ...</description>
        <pubDate>Wed, 10 Mar 2010 10:42:30 -0500</pubDate>
        <guid>http://www.softdevarticles.com/modules/weblinks/singlelink.php?lid=1976</guid>
        <category>Articles Directory</category>
    </item>
  <item>
  <title>Hands-on Entity Framework</title>
  <link>http://www.softdevarticles.com/modules/weblinks/singlelink.php?lid=1975</link>
      <description> People keep saying that Entity Framework is simple to learn. Simple? Well, finally, we&apos;re going to be forced to agree, thanks to James Johnson&apos;s new series on learning EF the &apos;hands-on&apos; way</description>
        <pubDate>Wed, 10 Mar 2010 10:40:32 -0500</pubDate>
        <guid>http://www.softdevarticles.com/modules/weblinks/singlelink.php?lid=1975</guid>
        <category>Articles Directory</category>
    </item>
  <item>
  <title>Controlling Execution Plans with Hints</title>
  <link>http://www.softdevarticles.com/modules/weblinks/singlelink.php?lid=1974</link>
      <description>The Query Optimizer gets it right most of the time, but occasionally it chooses a plan that isn&apos;t the best possible. You can give the Query Optimiser a better idea by using Table, Join and Query hints. These come with a risk: Any choices you forc ...</description>
        <pubDate>Wed, 10 Mar 2010 10:31:17 -0500</pubDate>
        <guid>http://www.softdevarticles.com/modules/weblinks/singlelink.php?lid=1974</guid>
        <category>Articles Directory</category>
    </item>
  <item>
  <title>Writing Efficient SQL: Set-Based Speed Phreakery</title>
  <link>http://www.softdevarticles.com/modules/weblinks/singlelink.php?lid=1973</link>
      <description> Phil Factor&apos;s SQL Speed Phreak challenge is an event where coders battle to produce the fastest code to solve a common reporting problem on large data sets. It isn&apos;t that easy on the spectators, since the programmers don&apos;t score extra points for ...</description>
        <pubDate>Wed, 10 Mar 2010 10:28:27 -0500</pubDate>
        <guid>http://www.softdevarticles.com/modules/weblinks/singlelink.php?lid=1973</guid>
        <category>Articles Directory</category>
    </item>
  <item>
  <title>Estimating Disk Space Requirements for Databases</title>
  <link>http://www.softdevarticles.com/modules/weblinks/singlelink.php?lid=1972</link>
      <description>Alex Kozak discusses some general issues surrounding disk space requirements for SQL Server databases and shows how to estimate Disk space usage and requirements. He gives tips on using DBCC CHECKDB consistency check and for estimating the space  ...</description>
        <pubDate>Wed, 10 Mar 2010 10:25:02 -0500</pubDate>
        <guid>http://www.softdevarticles.com/modules/weblinks/singlelink.php?lid=1972</guid>
        <category>Articles Directory</category>
    </item>
  <item>
  <title>The DBA as Detective: Troubleshooting Locking and Blocking</title>
  <link>http://www.softdevarticles.com/modules/weblinks/singlelink.php?lid=1971</link>
      <description>Rodney describes in his own unique style how he, as a working DBA, goes about troubleshooting problem queries, and investigating various types of locking and blocking problems. In the process, he passes on valuable tips learned from practical, an ...</description>
        <pubDate>Wed, 10 Mar 2010 10:23:10 -0500</pubDate>
        <guid>http://www.softdevarticles.com/modules/weblinks/singlelink.php?lid=1971</guid>
        <category>Articles Directory</category>
    </item>
  <item>
  <title>Python for the SQL Server DBA</title>
  <link>http://www.softdevarticles.com/modules/weblinks/singlelink.php?lid=1970</link>
      <description>Python is increasingly used by DBAs as a general-purpose scripting language, despite the pressure to adopt Microsoft&apos;s PowerShell. They find it easy to learn, powerful, and reasonably intuitive. This article explains the attraction of Python and  ...</description>
        <pubDate>Wed, 10 Mar 2010 10:12:53 -0500</pubDate>
        <guid>http://www.softdevarticles.com/modules/weblinks/singlelink.php?lid=1970</guid>
        <category>Articles Directory</category>
    </item>
  <item>
  <title>Ten Common Database Design Mistakes</title>
  <link>http://www.softdevarticles.com/modules/weblinks/singlelink.php?lid=1969</link>
      <description>No list of mistakes is ever going to be exhaustive. People (myself included) do a lot of really stupid things, at times, in the name of &quot;getting it done.&quot; This list simply reflects the database design mistakes that are currently on my mind, or in ...</description>
        <pubDate>Wed, 10 Mar 2010 09:59:29 -0500</pubDate>
        <guid>http://www.softdevarticles.com/modules/weblinks/singlelink.php?lid=1969</guid>
        <category>Articles Directory</category>
    </item>
</channel>
</rss>