Possible Duplicate:
What is NHibernate?
I've heard the name NHibernate used a lot, but I don't really understand what it is. I've read the Wikipedia article, but I don't understand how using NHibernate in my C# applications (desktop w/ WPF, web w/ ASP.NET MVC) will:
- Change the code
- Be easier/faster
Should I look into using NHibernate in my projects?
UPDATE: Thanks for identifying this as a dupe! I didn't realize that this had already been asked.
I guess my real question is about NHibernate versus Linq to SQL (which I've been using in all of my applications), but that has already been asked here and here.
Thanks, everyone! :)