Which data framework is better for an ASP.NET MVC site - LINQ to SQL or NHibernate

Posted by Paul Alexander on Stack Overflow See other posts from Stack Overflow or by Paul Alexander
Published on 2009-05-29T18:19:06Z Indexed on 2012/06/20 21:16 UTC
Read the original article Hit count: 185

Filed under:
|
|
|

We're about to embark on some ASP.NET MVC development and have been using our own entity framework for years. However we need to support more than our entity framework is capable of and so I'd like to get some opinions about using MVC with a more robust framework. We have narrowed down or choices to either NHibernate (with the Fluent APIs) or LINQ to SQL.

Which framework lends itself best to MVC style development (I know SO uses LINQ to SQL)?

If we want to support SQL Server, Oracle, MySQL - does that exclude LINQ to SQL?

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about nhibernate