Archives

Archives / 2003 / March
  • The build tool choice

    Last week we installed the duo NAnt and Draco.NET on our development server to streamline the build process of our lates project. This duo works quite nice, it took me about five 'failed builds' to set up the references in my first build file, but once you're used to it, it's get better. ;-) Draco.NET works fine, but I can't get the client app. to work, so I can't trigger builds from my own machine. Since we've set Draco.NET to check each 60 seconds, I only have to wait a couple of minutes to get my freshly compiled assembly.

  • Bamboo.Prevalence - a .NET object prevalence engine

    Here you can find a .NET implementation of the object prevalence concept. It seems to be an O-R mapping concept, without using an relational database as back end. I've looked at it briefly and it seems the trick is that all the objects are serialized and saved to disk. I like the idea behind it, but my concern is the lack of high performance search capabilities (such as indexes in a rdbms). But, as I said, I haven't tried it... Maybe someone else has any experiences with it?