Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in nhibernate

NHibernate 3.1 Linq with Contains and Any

linq nhibernate

Nhibernate 2nd level caching issues / questions when moving from a single web server to a multiple web server load balanced environment

Using AutoMapper to Map IList<TSource> to (Iesi.Collections.Generic) ISet<TDestination>

c# nhibernate automapper

NHibernate narrowing proxy warning

nhibernate

NHibernate Joined Subclass in Separate Assemblies

Dependency injection with NHibernate objects

How to set more than 2 Expression in Expression.Or

how to user year() and month() functions in NH Criteria API?

nhibernate criteria

fluent nhibernate named-query without using hbm file for the map

NHibernate + SqlServerCE

c# nhibernate

Configuring NHibernate second level caching in an MVC app

NHibernate QueryOver order by first non-null value (coalescing)

When using nhibernate, how do I figure out optimal batch size in the mapping code?

ServiceStack NHibernate Session per request

nhibernate servicestack

Using a Property mapping with a Formula in NHIbernate

Am I breaking my aggregate boundaries in this model?

NHibernate session management?

What is the correct way to define many-to-many relationships in NHibernate to allow deletes but avoiding duplicate records

Eager load while using Linq in NHibernate 3

What is the meaning of "Unit of Work" concept in NHibernate and other ORMs?

c# nhibernate unit-of-work