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

614 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 answers

0
Crimsonland On

Try Linq to SQL and Entity Framework.

0
Andrew Lewis On

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