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 [...]
Archives for the ‘Development’ Category
NAnt task to drop/create sqlite database from ActiveRecord
Thursday, 3 December 2009
Create a .wsdl file from an asmx web service with NAnt
Sunday, 29 November 2009
There are places where we are still stuck with .net framework 2.0 – so WCF is still not available. I’m currently working on such a project.
I’m using asmx web services, and i needed to be able to export the wsdl file generated by the framework, as part of an automated build.
It turns out that it seems [...]
MindTouch Dream : a coroutine framework
Friday, 20 November 2009
Really interesting presentation about a concurrency in the .Net world :
MindTouch @ Monospace: Going Concurrent & Keeping your Sanity « MindTouch Developer Blog.
I should take the time to explore the MindTouch Dream framework.
Git screencasts on tekpub
Friday, 13 November 2009
I’ve just finished to watch the Mastering Git screencast series on tekpub.com
Though I was already familiar with Git, I learned a lot through the 12 episodes. Rob Conery takes the time to explain even the inner workings of Git, or how to simply integrate it with Visual Studio.
If you are using Git, or just interested [...]
