<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://thatstupidclub.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Loser-X : Software, Development</title><link>http://thatstupidclub.com/blogs/loser-x/archive/tags/Software/Development/default.aspx</link><description>Tags: Software, Development</description><dc:language>en</dc:language><generator>CommunityServer 2008.5 SP2 (Build: 40407.4157)</generator><item><title>Other Database Drivers not provided by Microsoft</title><link>http://thatstupidclub.com/blogs/loser-x/archive/2007/10/10/other-database-drivers-not-provided-by-microsoft.aspx</link><pubDate>Tue, 09 Oct 2007 19:34:29 GMT</pubDate><guid isPermaLink="false">5dc09f4e-5e2a-40c3-a214-0caa5b7b1fc6:766</guid><dc:creator>loser-x</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;Nice post by Joseph Guadagno about &lt;a href="http://weblogs.asp.net/jguadagno/archive/2007/10/09/database-drivers-not-provided-by-microsoft.aspx"&gt;database drivers not provided by Microsoft&lt;/a&gt;. He missed a few though, so here they are:&lt;/p&gt;  &lt;h4&gt;&lt;a href="http://www.postgresql.org/"&gt;PostgreSQL&lt;/a&gt;&lt;/h4&gt;  &lt;p&gt;PostgreSQL needs no introductions. Probably my favourite open source DBMS. &lt;a href="http://pgfoundry.org/projects/npgsql"&gt;Npgsql&lt;/a&gt; is de facto the ADO.NET provider. Performance and stability seems alright.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.crlab.com/pgsqlnet/"&gt;PostgreSQLDirect .NET&lt;/a&gt; is a commercial provider, and its supposed to out-perform Npgsql while providing more features. I have never used it so don&amp;#39;t take my word for it.&lt;/p&gt;  &lt;h4&gt;&lt;a href="http://www.firebirdsql.org/"&gt;Firebird&lt;/a&gt;&lt;/h4&gt;  &lt;p&gt;Firebird was forked from the open source release of Borland&amp;#39;s InterBase. Most of you tech-oriented folk might know of it due to the name dispute with Mozilla Firefox (a.k.a. Firebird a.k.a.Phoenix) back in 2003. Its a pretty sweet product, easy to work with. I have not implemented very large projects with it, but the word is that it scales well, and has a small footprint both on disk (downloads are ~5 megs) and in memory. The only features I miss are temporary tables (coming in 2.1 which is in beta now) and materialised views.&lt;/p&gt;  &lt;p&gt;In any case, the &lt;a href="http://www.firebirdsql.org/?op=files&amp;amp;id=netprovider"&gt;.NET data provider&lt;/a&gt; is available for download. as well as a DDEX provider.&lt;/p&gt;  &lt;h4&gt;&lt;a href="http://subsonicproject.com/"&gt;SubSonic&lt;/a&gt;&lt;/h4&gt;  &lt;p&gt;Probably the MVP in my .NET development toolbox at the moment. SubSonic generates a full DAL based on an existing database, provides Rails-like &lt;a href="http://en.wikipedia.org/wiki/Scaffold_(programming)"&gt;scaffolds&lt;/a&gt; and provides other helpful controls and utilities. Supports SQL Server 2000 or 2005, MySQL, or Oracle (with SQLLite, SQLCE, and PostGres coming soon!).&lt;/p&gt;  &lt;h4&gt;&lt;a href="http://www.castleproject.org/activerecord/"&gt;ActiveRecord&lt;/a&gt;&lt;/h4&gt;  &lt;p&gt;An implementation of the &lt;a href="http://en.wikipedia.org/wiki/Active_record"&gt;ActiveRecord pattern&lt;/a&gt; by the &lt;a href="http://www.castleproject.org/"&gt;Castle Project&lt;/a&gt;, built on top of &lt;a href="http://www.nhibernate.org/"&gt;NHibernate&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://thatstupidclub.com/aggbug.aspx?PostID=766" width="1" height="1"&gt;</description><category domain="http://thatstupidclub.com/blogs/loser-x/archive/tags/Tech/default.aspx">Tech</category><category domain="http://thatstupidclub.com/blogs/loser-x/archive/tags/Software/default.aspx">Software</category><category domain="http://thatstupidclub.com/blogs/loser-x/archive/tags/.NET/default.aspx">.NET</category><category domain="http://thatstupidclub.com/blogs/loser-x/archive/tags/Development/default.aspx">Development</category></item></channel></rss>