开发者

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

开发者 https://www.devze.com 2023-02-23 05:38 出处:网络
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开发者_

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消