Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Did you anyone used NHibernate with .NET 4.0 framework?

Thanks SDS

share|improve this question

2 Answers

It works without problems.

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

share|improve this answer

Yes, we've used it, it works. Nothing really prevents you from using Nhibernate build that targets earlier frameworks on a newer framework.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.