Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in nhibernate

Does an analog of the NHibernate.ToFuture() extension method exist in the Entity Framework?

What effect does MARS have on NHibernate?

How to check unique constraint violation in nHibernate and DDD before saving?

Is update with nested select atomic operation?

Question about Repositories and their Save methods for domain objects

Fluent NHibernate -- Saving Entity with Composite Key

Where to open and close the NHibernate ISession in a web app (specifically MVC)?

nhibernate session orm

Why is NHibernate AutoFlush check so expensive?

nhibernate

NHibernate: How to inject dependency on an entity

nhibernate structuremap

How to obtain NHibernate generated SQL in code at runtime?

.net sql nhibernate

Will Ninject call dispose and close the NHibernate Isession?

Creating an SQLite database with NHibernate, but just once

c# sqlite nhibernate

NHibernate command_timeout does not work with batches

NHibernate SessionFactory handled by .NET Core DI

c# nhibernate asp.net-core

NHibernate Win Forms Session Management

Using NHibernate ICompositeUserType with a value type

nhibernate orm value-type

Calling List<T>.Clear() causing IndexOutOfRangeException

c# .net nhibernate

NHibernate Mapping with No Id

nhibernate

Recommendations for supporting both Oracle and SQL Server in the same ASP.NET app with NHibernate

How to generate hbm.xml file from FluentNHibernate