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.
在我们的新项目中,我们希望使用实体框架 4.0。我想知道在使用实体框架时从以下选项中访问数据库的最佳方法是什么。开发方面,维护方面和性能方面。
您可以使用存储过程来处理数据。它在事务中提供了最大的性能。将 LINQ 与实体固件一起使用会降低性能。