Author: admin

  • Won a trip to Barcelona

    Mr. W. Butte, founder of vliegwinkel.nl, flugladen, budgetair, gives me the winning price for coming up for a new domain name for the new spanish website. Out of more then 700 names that were sent in, I won the contest with VoyaVolar.es (Voy a Volar, I am going to fly!). The new website is part…

  • Upgrade to NHibernate 3.0 and FluentNHibernate 1.2.0

    We had some problems loading multiple assemblies when we upgraded from NHibernate2.1.2 to NHibernate3.0. Here is the setup of loading all mapping files from all the assemblies that have mappingfiles, that we succesfully used for NH2.1.2. private static FluentConfiguration CreateNHibernateConfiguration() { // reads settings from config Configuration nHibernateConfiguration = new NHibernate.Cfg.Configuration(); // configure default NHibernate…