Search code examples
How to avoid the extremely slow async read of nvarchar(max) column in NHibernate...

performanceasynchronousnhibernatesqlclient

Read More
Using a CASE statement in HQL select...

nhibernatehibernatehql

Read More
NHibernate SaveOrUpdate takes ages...

c#.netnhibernate.net-6.0

Read More
Where to handle StaleObjectStateException...

c#asp.net-mvcnhibernateexceptionoptimistic-locking

Read More
Automapper loads ignored lazy NHibernate property...

c#.netnhibernateautomapper

Read More
How to set NHibernate.Logging.Serilog without appSettings?...

c#nhibernateserilog

Read More
setparameter and like...

c#nhibernate

Read More
Why does NHibernate say my filter isn't configured?...

nhibernatenhibernate-configuration

Read More
Configure OneToOne mapping with non-key column in NHibernate...

c#nhibernate

Read More
NHibernate efficiency...

c#performancenhibernate

Read More
Map dynamic/generic properties with NHibernate...

nhibernatefluent-nhibernate

Read More
Slow query in MS-SQL + Fluent NHibernate...

c#.netsql-servernhibernatefluent-nhibernate

Read More
NHibernate: Fetch an association which exists only in a subclass of the Query<>'d type...

nhibernatelinq-to-nhibernate

Read More
How does TransactionScope roll back transactions?...

c#.netnhibernatetransactionstransactionscope

Read More
What happens if 2 or more people update a record at the exact same time?...

c#sql-servernhibernateconcurrency

Read More
NHibernate ICriteria count the groups from group by clause...

c#nhibernateicriteria

Read More
FluentNhibernate - Handle query that refers to a null reference...

c#nhibernatefluent-nhibernate

Read More
NHibernate IN Expression / Restrictions Hitting 2100 Parameter Limit SQL Server...

sqlasp.netsql-servernhibernatenhibernate-criteria

Read More
NHibernate LINQ count number of groups in query...

c#linqnhibernatehql

Read More
Using virtual properties to support NHibernate proxies; ReSharper warns of virtual member call in co...

c#nhibernatevirtual

Read More
NHIbernate 3.0 - QueryOver, using same projection with distinct and order throws sql error...

nhibernatedistinctqueryover

Read More
Mocking out nHibernate QueryOver with Moq...

c#unit-testingnhibernatemoqqueryover

Read More
One-to-one relationship in NHibernate using composite key...

nhibernatenhibernate-mapping-by-code

Read More
NHibernate: How to insert C# [Guid] into MySQL [BINARY(16) DEFAULT (uuid_to_bin(uuid(),1))] column?...

mysqlnhibernateuuidnhibernate-mappingnhibernate-mapping-by-code

Read More
Why NHibernate is not sending extra select query in one-to-many during updating child?...

c#nhibernateentity-framework-6lazy-loading

Read More
what does this error mean in nhibernate...

nhibernatefluent-nhibernate

Read More
DDD: Primary keys (Ids) and ORMs (for example, NHibernate)...

nhibernatearchitecturedomain-driven-design

Read More
How to apply IQueryOver<TRoot> methods to IQueryOver?...

c#nhibernatequeryover

Read More
Is there a way to put conditions on listing via mapping on nhibernate 2.2?...

.netxmlnhibernatenhibernate-mapping

Read More
Fluent nhibernate one to one mapping...

c#nhibernatefluent-nhibernate

Read More
BackNext