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.
我的任务是使用 ASP.NET MVC3 重写 ColdFusion 应用程序。我想在这个应用程序中使用 ORM 来加速开发。
但是,我很难找到一个支持现有数据已经在其中的 Oracle 8i 数据库的数据库。
有谁知道任何可以解决这个问题的 ORM 系统?
谢谢
我更喜欢这个 - http://bltoolkit.net/ 它实际上对 LINQ 的支持比 Linq2SQL 更好,而且它也有 Oracle 提供程序。它是一种轻量级但同时非常强大的功能。