I've to fetch data from 4 tables by joining them using LINQ and also have to apply sorting on it,
But it takes about 8-9 seconds to execute from the MVC application,
so how do I optimize it to be executed in just 2-3 seconds with sorting.
There are about 1000 records to be fetched.

Sujeet SumanPosted Jan 28, 2016, 7:39 AM
Navratna PawalePosted Jan 29, 2016, 1:04 AM
Cassie ModPosted Jan 28, 2016, 7:50 AM
Navratna PawalePosted Jan 28, 2016, 4:58 AM
Sujeet SumanPosted Jan 25, 2016, 10:09 AM
Sujeet SumanPosted Jan 25, 2016, 9:56 AM