Click here to Skip to main content
15,867,835 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
I am developing one application in .net4.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.
Posted

1 solution

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
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900