Best ORM from ASP.NET MVC to mySQL

I am using Linq-to-SQL. What is a good option for working with mySQL? I watched NHibernate, Entity Framework, etc. Some comparisons (pros, cons) would be helpful.

+5
source share
7 answers

LLBLGen . The current version 2.6 is awesome. The developer is really easy to use, supports object inheritance, type converters (which can also be used to bridge the gap between the various types in the RDBMS), validation, auditing, authorization, and even tons. Most importantly, their documentation is stellar and their support forum is very responsive. The lead developer (also located on stackoverflow) also answers user questions. I can’t say enough about this tool, try it. It's worth it.

The next version is likely to hit the rest of the game. In addition to being able to generate your traditional data later, you will be able to generate nHibernate files, an entity framework, and linq2sql.

LLBLGen Entity Framework nHibernate (, , ). http://www.llblgen.com/tinyforum/Messages.aspx?ThreadID=12811 http://www.llblgen.com/tinyforum/Messages.aspx?ThreadID=14659

+5

Nhibernate , , Entity.

+3

Mindscape LightSpeed. LINQ Visual Studio, MySQL . LightSpeed.

Mindscape asp.net MVC, , , LightSpeed ​​ MVC (, , , ModelBinder , - Mindscape , , ).

:

Mindscape LightSpeed ​​

Mindscape ASP.NET MVC LightSpeed ​​( , , , : -)

ASP.NET MVC LightSpeed ​​Blogs

+3

DbLinq.

Linq SQL, .

, Linq nHibernate ( ).

+1

Entity Framework MySQL. , , , .

+1

Entity Framework Lazy Loading. NHibernate Entity Framework - NHibernate, Entity Framework , , rep.

+1

Telerik OpenAccess ORM. ( MySQL) . , Telerik .

OpenAccess LINQ, POCO, , , , , .. ( MS Sql Oracle) , .

+1

All Articles