Is there a simple ORM for .Net like Vici CoolStorage?

649 Views Asked by At

I really like Vici CoolStorage because it is very simple to use and work with MySQL. I've tried NHibernate but I just don't get it. Does anyone know or can you suggest a .Net ORM that is simple and light because it look like Vici CoolStorage is dead.

2

There are 2 best solutions below

0
On

Try Linq to SQL and Entity Framework.

0
On

If you're looking for something simpler for .NET, look into some of the Micro ORMs, like Dapper, PetaPoco, or ORMLite.