C# & ASP.Net - determine linq query generation time

Posted by Chris Klepeis on Stack Overflow See other posts from Stack Overflow or by Chris Klepeis
Published on 2010-06-18T15:44:47Z Indexed on 2010/06/18 15:53 UTC
Read the original article Hit count: 275

I'd like to detemine the amount of time it takes for my ASP.Net program to generate certain sql queries using linq.... note - I want the query generation time, not the query execution time. Is this possible, or even feasable (if its usually fast)?

My website has some heavy traffic and I want to cover all of my bases.

© Stack Overflow or respective owner

Related posts about c#

Related posts about LINQ