我正在4.5中开发一个应用程序并拥有实体框架6.0但速度不利于检索数据并显示它。那么如何才能提高应用速度。
I am developing one application in 4.5 and have entity framework 6.0 but speed is not good for retrieving data and showing it. so how can i increase the speed of application.
推荐答案如果你有Nuget, 添加.dll RequestReduce , RequestReduce.SqlServer 和 RequestReduce.SassLessCoffee 另一种选择: 在包管理器控制台中输入此命令 基本RequestReduce功能: PM>安装包RequestReduce 使用Sql Server Web场同步的RequestReduce功能: PM> Install-Package RequestReduce.SqlServer RequestReduce with Less,SASS和Coffee Script编译: PM> Install-Package RequestReduce.SassLessCoffee If you have Nuget, add the .dll RequestReduce, RequestReduce.SqlServer and RequestReduce.SassLessCoffee another option: enter this command in the Package Manager Console Basic RequestReduce Features: PM> Install-Package RequestReduce RequestReduce Features with Sql Server Web Farm Syncing: PM> Install-Package RequestReduce.SqlServer RequestReduce with Less, SASS and Coffee Script compiling: PM> Install-Package RequestReduce.SassLessCoffee