Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

NHibernate support .NET 4.0 framework?

Did you anyone used NHibernate with .NET 4.0 framework?

Thanks SDS

like image 716
Suresh SD Avatar asked Jun 14 '10 12:06

Suresh SD


People also ask

Does NHibernate work with .NET core?

NHibernate 5.1 is released with the support of . NET Core 2.0 and . NET Standard 2.0.

What is the latest version of NHibernate?

NHibernate 5.3 was released on July 19, 2020.

Which is better NHibernate or entity framework?

The current version of EF doesn't support lazy loading, only explicit or eager loading of associated entities and collection support. NHibernate support lazy loading of associated entities, collection, and even single properties. NHibernate supports eager loading and explicit loading.

What is NHibernate in .NET core?

NHibernate is the ORM, an object-relational platform that works on the ASP.Net core. Therefore, we can easily deploy the core project developed in ASP.NET that uses NHibernate on the Linux server without any effort. The application works in the same way as it will do on a windows platform.


1 Answers

It works without problems.

What is not implemented yet is support for System.Collections.Generic.ISet<T>.

like image 200
Diego Mijelshon Avatar answered Oct 20 '22 01:10

Diego Mijelshon