Top "Nhibernate" questions

NHibernate is an open source object-relational mapper (ORM) for the .NET framework.

What is NHibernate?

As a followup to my previous question. I am an ASP.NET Programmer, and am wondering how NHibernate would help …

asp.net database nhibernate
How to build () => x.prop lambda expression dynamically?

I have code like DepartmentPaperConsumption dto = null; then later i have NHibernate QueryOver result, and i want to order it …

c# linq nhibernate lambda queryover
NHibernate One-To-One Mapping

I'm new to NHibernate so have had limited exposure to mappings etc so far, and I've just hit a scenario …

c# asp.net nhibernate nhibernate-mapping
Fluent NHibernate Many-to-Many

I am using Fluent NHibernate and having some issues getting a many to many relationship setup with one of my …

c# nhibernate fluent-nhibernate fluent
How to know query generated by Fluent NHibernate

I am using linq to Nhibernate to fire some select query to data base. My question is, how do I …

sql nhibernate logging output
Minimal and correct way to map one-to-many with NHibernate

I am new to NHibernate and C#, so please be gentle! I have the following two NHibernate entities: Employee { private …

c# nhibernate orm nhibernate-mapping
nhibernate queryover join alias with a where-or clause

I'll just post the code: public IList<Dish> GetByNameDishTypes(IEnumerable<string> names, IEnumerable<string> …

nhibernate join alias queryover
ADO.NET Entity Framework vs NHibernate

So the ADO.NET Entity Framework has gotten a little bit of bad press (in the form of blog entries …

nhibernate entity-framework orm ado.net
Fluent NHibernate - Create database schema only if not existing

I have an application where I use Fluent Nhibernate to create my database. This far I've been recreating the database …

.net database nhibernate c#-4.0 fluent-nhibernate
Identifying NHibernate proxy classes

I'm not an NHibernate user; I write a serialization utility library. A user has logged a feature-request that I should …

c# .net nhibernate