NHibernate Forge
The official new home for the NHibernate for .NET community

How To Get Help with NHibernate

Wiki Page Hierarchy

Pages

Page Details

First published by:
John Davidson
on 06-12-2010
Last revision by:
John Davidson
on 06-12-2010
This page has not yet been rated
Article
Comments (1)
History (4)

How To Get Help with NHibernate

Filed under: [Edit Tags]

The best way to get help with NHibernate is to ask a question on the NHusers Group. When asking a questing remember to provide enough detail so that those who wish to help you can analyze your request when you first make it without having to ask for further details. The various mapping files, query definitions and sometimes configuration or program details should be provided when they are relevant to the discussion.

Google Groups

Other Sources

This site has a search function that may return a relevant answer, from the many Wiki or Blog entries posted here. A Google search will lead to many other blogs with helpful information.

There are 3 books written about NHibernate. They can be seen here with links to buy them. The first 2 were written with NHibernate version 1.2, but still have relevant information for even the latest version, though the feature list has expanded greatly. The 3rd book was written base on version 2.1 and was just released in May 2010.

 

 

 

Recent Comments

By: dnrao Posted on 07-05-2010 6:51

I Have a 2 table like Department and employee, Department is parent and child has employee.

In employee there is one column "isdeleted", this will use when we delete the employee we are not deleting permanatly for this we used this.

My problem was when i retrieve department in the department object the list of employees also will come but i need only "isdeleted" has false value.

How can i do this with session CreateCriteria.

Please help me this.

View All
Powered by Community Server (Commercial Edition), by Telligent Systems