Linq OrderByDescending slow
Posted: Tue 28 Apr 2009 22:13
Hello.
I have noticed that adding an OrderByDescending to the end of a linq query adds about 90ms of time. Is this just the overhead of linq? Or is there something wrong? The equivalent query in sql runs much quicker.
Thanks
Andrew
I have noticed that adding an OrderByDescending to the end of a linq query adds about 90ms of time. Is this just the overhead of linq? Or is there something wrong? The equivalent query in sql runs much quicker.
Thanks
Andrew