Archives for the Month of December, 2009

NAnt task to drop/create sqlite database from ActiveRecord

I really like to use ActiveRecord when building small apps or internal tools. It offers a lot of great features of his older brother NHibernate, without freightening everybody on your team.
I also really like the ability to generate the database schema based on the domain entities, so you don’t have to worry about SQL and [...]