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.
当我尝试通过实体框架检索数据时运行我的应用程序时,需要更多时间,但下次正常。如何解决这个问题。
没有挂,其实EF中的第一个查询是冷查询,需要时间。您可以使用编译查询。并且有很多方法可以提高性能。
只需通过以下链接,它将帮助您理解这一点:
http://msdn.microsoft.com/en-us/data/hh949853.aspx