Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我真的很喜欢 Vici CoolStorage,因为它使用和使用 MySQL 非常简单。我试过NHibernate,但我就是不明白。有谁知道或者你能推荐一个简单轻便的.Net ORM,因为它看起来像 Vici CoolStorage 已经死了。
尝试使用 Linq to SQL 和实体框架。
如果您正在为 .NET 寻找更简单的东西,请查看一些 Micro ORM,例如Dapper、PetaPoco或ORMLite。