Day: November 18, 2012

  • 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…