Jack
Jack

Reputation: 10037

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

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.

Upvotes: 0

Views: 608

Answers (2)

Andrew Lewis
Andrew Lewis

Reputation: 5256

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

Upvotes: 2

Crimsonland
Crimsonland

Reputation: 2204

Try Linq to SQL and Entity Framework.

Upvotes: 2

Related Questions