Category: Uncategorized

  • Fight technical debt

    I do not have a lot of blogposts on the subject of fighting technical debt. Maybe because as a developer it is such a clear thing that needs to be done that it is hard to imagine why -not- to do it. Old code that is not used, or code that is too hard to…

  • NHibernate: No implicit transactions

    We assume the reader knows that NHibernate is one of the best ORM’s build for .NET. Implicit transactions are discouraged Generally “implicit transactions are discouraged” (ref: http://www.google.nl/search?hl=nl&q=implicit+transactions+are+discouraged) However, webservices can be build by simply opening up an NHibernate session whenever a new webCall arrives at the server. Than simply handle all data manipulation and closing…