Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Does any version of NHibernate exist which has support for .Net Core?

I am testing an asp .net core sample project with NHibernate, but I've been unable to make it work. Does any version of NHibernate have support for .Net Core?

like image 421
Norberto Quesada Avatar asked Aug 25 '16 15:08

Norberto Quesada


People also ask

Does NHibernate work with .NET core?

NHibernate net core is when the application created by using NHibernate and ASP.Net can work equivalently efficiently on a Linux or Windows platform. It can also be considered an extension to the NHibernate application when developed by using . Net core. Furthermore, NHibernate can be used along with the standard .

What is NHibernate in .NET core?

NHibernate is a mature, open source object-relational mapper for the . NET framework. It's actively developed, fully featured and used in thousands of successful projects. Download Now NH5.3.13 | Install from NuGet | Getting Started Guide.

Is NHibernate better than Entity Framework?

Difference between NHibernate and Entity FrameworkEntity framework requires additional connections to handle databases other than MSSQL, which nHibernate provides. In terms of data loading, SQL generation, custom column types, custom collections, and so on, NHibernate can be modified.

What is NHibernate in asp net?

NHibernate is an actively developed, fully featured, open source object-relational mapper for the . NET framework. It is used in thousands of successful projects. It's built on top of ADO.NET and the current version is NHibernate 4.0.


1 Answers

This was actually discussed on the fluent-nhibernate google group this morning

https://github.com/nhibernate/nhibernate-core/pull/504

like image 77
Fran Avatar answered Nov 03 '22 00:11

Fran