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 simp开发者_StackOverflow中文版le and light because it look like Vici CoolStorage is dead.
Try Linq to SQL and Entity Framework.
If you're looking for something simpler for .NET, look into some of the Micro ORMs, like Dapper, PetaPoco, or ORMLite.
精彩评论