<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Some of the more useful tools that I'm using:</title>
    <link>http://www.ayende.com/15/section.aspx</link>
    <description>Some of the more useful tools that I'm using:</description>
    <language>en-GB</language>
    <pubDate>Sun, 20 Jul 2008 14:43:45 GMT</pubDate>
    <lastBuildDate>Sun, 20 Jul 2008 14:43:45 GMT</lastBuildDate>
    <generator>Cuyahoga Website Framework</generator>
    <ttl>60</ttl>
    <item>
      <title>CollapsibleSplitter</title>
      <link>http://www.ayende.com/15/section.aspx/29</link>
      <description>This control allows a linked form control to be dynamically expanded and collapsed by clicking on the splitter control button, and resized by dragging the splitter.&lt;br /&gt;&lt;br /&gt;Homepage at:&lt;a href="http://www.codeproject.com/cs/miscctrl/collapsiblesplitter.asp"&gt;CodeProject.com&lt;/a&gt;</description>
      <dc:creator>Ayende Rahien</dc:creator>
      <pubDate>Sun, 19 Jun 2005 14:59:00 GMT</pubDate>
      <category>Tools of the Trade</category>
    </item>
    <item>
      <title>Sqlite &amp; Sqlite.Net</title>
      <link>http://www.ayende.com/15/section.aspx/28</link>
      <description>Sqlite is a library that offer embedded database capabilities, it's a mature project and I uses it to store all my application setting in an easy to query way.&lt;br /&gt;Sqlite.Net is the ADO.Net provider for sqlite and allows the use of sqlite from .net applications.&lt;br /&gt;&lt;br /&gt;Homepage at: &lt;a href="http://www.sqlite.org"&gt;Sqlite.org&lt;/a&gt;&lt;br /&gt;Sqlite.net at: &lt;a href="http://sourceforge.net/projects/adodotnetsqlite"&gt;source forge.&lt;/a&gt;</description>
      <dc:creator>Ayende Rahien</dc:creator>
      <pubDate>Sun, 19 Jun 2005 14:56:00 GMT</pubDate>
      <category>Tools of the Trade</category>
    </item>
    <item>
      <title>Log4net</title>
      <link>http://www.ayende.com/15/section.aspx/27</link>
      <description>Log4net is a logging library that has its roots in Log4j. It offer runtime configuration of logging and many types of loggers.&lt;br /&gt;Homepage at: &lt;a href="http://logging.apache.org/log4net/"&gt;logging.apache.org/log4net/&lt;/a&gt;</description>
      <dc:creator>Ayende Rahien</dc:creator>
      <pubDate>Sun, 19 Jun 2005 14:51:00 GMT</pubDate>
      <category>Tools of the Trade</category>
    </item>
    <item>
      <title>NHiberante</title>
      <link>http://www.ayende.com/15/section.aspx/26</link>
      <description>An object / relational mapper with root in Java's Hibernate. Extensible, simple, easy to use and very powerful. I found that I'm far more productive with it.&lt;br /&gt;&lt;br /&gt;Homepage at: &lt;a href="http://www.nhiberante.org"&gt;NHibernate.org&lt;/a&gt;</description>
      <dc:creator>Ayende Rahien</dc:creator>
      <pubDate>Sun, 19 Jun 2005 14:48:00 GMT</pubDate>
      <category>Tools of the Trade</category>
    </item>
    <item>
      <title>NAnt</title>
      <link>http://www.ayende.com/15/section.aspx/25</link>
      <description>NAnt is a port of Ant to the .Net platform, it offer rich, XML based, syntax to building your projects. Useful in continous integration scenarios.&lt;br /&gt;&lt;br /&gt;Homepage at: &lt;a href="http://nant.sf.net"&gt;Nant.sf.net&lt;/a&gt;</description>
      <dc:creator>Ayende Rahien</dc:creator>
      <pubDate>Sun, 19 Jun 2005 14:46:00 GMT</pubDate>
      <category>Tools of the Trade</category>
    </item>
    <item>
      <title>NCover</title>
      <link>http://www.ayende.com/15/section.aspx/24</link>
      <description>NCover is a tool to help you find out your test coverage, it uses the profiler API, so you don't need to modify your tool.&lt;br /&gt;&lt;br /&gt;Hompage at: &lt;a href="http://www.ncover.org/"&gt;Ncover.org&lt;/a&gt;</description>
      <dc:creator>Ayende Rahien</dc:creator>
      <pubDate>Sun, 19 Jun 2005 14:44:00 GMT</pubDate>
      <category>Tools of the Trade</category>
    </item>
    <item>
      <title>DockPanel Suite</title>
      <link>http://www.ayende.com/15/section.aspx/23</link>
      <description>Makes creating sophisticated UI very easy. &lt;br /&gt;&lt;br /&gt;Homepage at: &lt;a href="http://sourceforge.net/projects/dockpanelsuite/"&gt;http://sourceforge.net/projects/dockpanelsuite/&lt;/a&gt;</description>
      <dc:creator>Ayende Rahien</dc:creator>
      <pubDate>Sun, 19 Jun 2005 06:57:00 GMT</pubDate>
      <category>Tools of the Trade</category>
    </item>
    <item>
      <title>Lithium</title>
      <link>http://www.ayende.com/15/section.aspx/22</link>
      <description>Allows to easily display graphs and manipulate them. A modified version of their control is used in NHibernate Query Analyzer.&lt;br /&gt;Lithium is a subset of the Netron Library.&lt;br /&gt;&lt;br /&gt;Homepage at: &lt;a href="http://netron.sf.net"&gt;http://netron.sf.net&lt;/a&gt;</description>
      <dc:creator>Ayende Rahien</dc:creator>
      <pubDate>Sun, 19 Jun 2005 06:56:00 GMT</pubDate>
      <category>Tools of the Trade</category>
    </item>
    <item>
      <title>NUnit</title>
      <link>http://www.ayende.com/15/section.aspx/21</link>
      <description>The ubiqious framework, and the one everyone seems to be using. Doesn't have as many capabilities as MbUnit, but has good support and easy extensibility.&lt;br /&gt;&lt;br /&gt;Homepage at: &lt;a href="http://www.nunit.org"&gt;NUnit.org&lt;/a&gt;</description>
      <dc:creator>Ayende Rahien</dc:creator>
      <pubDate>Sun, 19 Jun 2005 06:53:00 GMT</pubDate>
      <category>Tools of the Trade</category>
    </item>
    <item>
      <title>MbUnit</title>
      <link>http://www.ayende.com/15/section.aspx/20</link>
      <description>&lt;div style="text-align: justify;"&gt;A testing framework for .Net that includes many unique ways to create and manipulate tests.&lt;br /&gt;&lt;/div&gt;\r\n&lt;br /&gt;Homepage at: &lt;a target="_blank" title="External link to http://mbunit.tigris.org" href="http://mbunit.tigris.org/" class="externalLink"&gt;MbUnit.tigris.org&lt;/a&gt;</description>
      <dc:creator>Ayende Rahien</dc:creator>
      <pubDate>Sun, 19 Jun 2005 06:51:00 GMT</pubDate>
      <category>Tools of the Trade</category>
    </item>
  </channel>
</rss>