About 5,940,000 results
Open links in new tab
  1. What is NHibernate and why should I use it? [duplicate]

    Oct 12, 2010 · NHibernate also provides data query and retrieval facilities. NHibernate generates the SQL commands and relieves the developer from manual data set handling and object conversion, …

  2. Newest 'nhibernate' Questions - Stack Overflow

    Aug 3, 2025 · I have upgraded from the NHibernate version from '3.3.1.4000' to '4.1.2.4000' in a C# based WebAPI project. The build and debugging was successful in my local machine.

  3. How do I view the SQL that is generated by nHibernate?

    Sep 24, 2008 · 3 There is a good reference for NHibernate logging at: How to configure Log4Net for use with NHibernate. It includes info on logging all NHibernate-generated SQL statements.

  4. nhibernate - The length of the string value exceeds the length ...

    I am trying to insert some very long text into a string prop - it worked perfectly fine with LinqToSql, now I have switched over to NHibernate and want to save the same entity, but nHibernate throw...

  5. Could not load file or assembly in NHibernate - Stack Overflow

    Oct 13, 2009 · The NHibernate.dll that you download with NHibernate is likely a different version from the one you download with, say, Castle ActiveRecord. Try to stick with just the version of the …

  6. Entity framework vs NHibernate - Performance - Stack Overflow

    Aug 2, 2013 · 8 Both are great solutions, although I personally think NHibernate is better for an inherited database. There are some things that are clearly better in NHibernate, such as second-level caching …

  7. nhibernate : a different object with the same identifier value was ...

    Jun 6, 2010 · NHibernate session doesn't know anything about the incoming object which was instantiated by an MVC Model Binder. In certain cases the whole object may not be visible or passed …

  8. NHibernate using QueryOver with WHERE IN - Stack Overflow

    I would create a QueryOver like this SELECT * FROM Table WHERE Field IN (1,2,3,4,5) I've tried with Contains method but I've encountered the Exception "System.Exception: Unrecognised method call:

  9. What are the First and Second Level caches in (N)Hibernate?

    Dec 3, 2008 · Can anyone explain in simple words what First and Second Level caching in Hibernate/NHibernate are?

  10. NHibernate ISession Flush: Where and when to use it, and why?

    Nov 12, 2015 · NHibernate ISession Flush: Where and when to use it, and why? Asked 17 years, 3 months ago Modified 10 years, 1 month ago Viewed 86k times