Working with XML Fields in NHibernateProposed solution involves three steps: Create a type XmlData which will transparently convert string to XML data on field loading, and XML data back to the string when field must be updated. Create the custom type,...
Article OutProc and Distributed Cache for NHibernate
OutProc and Distributed Cache for NHibernateNCache provides a Level-2 Distributed Cache for NHibernate that allows you to use NHibernate in .NET applications that run in a multi-server configuration. Start using a distributed cache or an OutProc cache in your ...
NHibernate Users FAQWhat version of Hibernate is NHibernate ported from?
I get an error saying No persisters found for MyClass
I've changed the mapping file, but still get the same error I was getting before - why isn't NHibernat...
Databases supported by NHibernateNHibernate is primarily tested on Microsoft SQL Server 2000. It is also known to work on these databases:
Microsoft SQL Server 2005/2000
Oracle
Microsoft Access
Firebird
PostgreSQL
DB2 UDB
...
Using NHibernate with Visual Studio .NETThis page is a collection of tips and tricks for using NHibernate with Visual Studio .NET. Unless indicated otherwise, these tips relate to VS.NET 2003, but may work with other versions. The NHibernate Quick Start Gui...
Using NHibernate with ASP.NETNote: this is a copy of the original page from NHibernate Wiki. It could use some editing... The stateless nature of HTTP creates a few challenges with regard to using NHibernate compared to Winforms. One challenge is...
Article Configuring log4net for use with NHibernate
Configuring log4net for use with NHibernateFor more information about Log4Net, check out its official homepage. NOTE: Beginning with NHibernate 1.0-rc1 you need to enable log4net logging manually - this means calling log4net.XmlConfigurator.Configure (or Basi...