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 [...]
Archives for posts tagged ‘nant’
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 [...]
