am new to StackOverflow..
I am developing a website which requires extensive ORM…using asp.net MVC.
I have been trying to research and am still not clear.
Do u think using FluentNHibernate would be a good choice as a tool…or is there a better option?
FluentNHibernate is really nice. But it’s semi redundant now as NHibernate has its own fluent mapping library. So just use NHibernate out of the box.
It doesn’t seem to be getting maintained as it once was.