Contents tagged with NHibernate

  • MVC and NHibernate problem with IIS 7

    Tags: NHibernate

    In the process of upgrading my IIS 6 to IIS 7, my website was down for almost a whole day. The problem, at first, was that only front page of the site worked all other pages returned a status 404 due … more

  • NHibernate QueryOver API - Find The Bug

    Tags: NHibernate

    I have updated to the latest version NHibernate, built on the trunk. I'm using it for a pet project that uses latest NHibernate 3.0 functionalities. Using the new QueryOver API is my favorite new … more

  • NHibernate JetDriver : Another Issue

    Tags: NHibernate

    There is yet another issue with NHibernate and JetDriver I encountered yesterday. It seems that a select query containing "Order By", will gets its "From" keyword cut off at some stage by the Jet … more

  • NHibernate and DateTime

    Tags: NHibernate

    I've been working on a WPF application which is maybe another post. The work is done and I have started localizing the applications. Localization was mostly chanding the FlowDirection and lables / … more

  • NHibernate Automatic Validation

    Tags: NHibernate

    NHibernate is for sure one of the prodigy childs of the .NET open-source movement, yet there are some other great libraries and frameworks. One of them is NHibernate Validator which belongs to … more

  • NH + Rhino ESB = Headache?

    Tags: NHibernate

    I was to make Rhino Service Bus work with NHibernate the other day. Although, Nhibernate and Rhino Service Bus each work flawlessly, when coupled together the problem started. What I wanted to do was … more