user706769
user706769

Reputation: 51

Is Linq to NHibernate no longer active?

I haven't seen an update since 2009. I'd like to use it but not if it will prevent me from upgrading NHibernate versions in the future.

Upvotes: 3

Views: 156

Answers (1)

Mauricio Scheffer
Mauricio Scheffer

Reputation: 99720

As of NHibernate 3.0, LINQ support is built into the framework. No need for any separate contrib library. The contrib library provided LINQ support for NHibernate 2.x, that's why you don't see any recent updates.

Upvotes: 6

Related Questions