| How fast is your code | How fast is your code | here's how to benchmark test your code... http://www.bennysutton.com/C-sharp/Benchmark-Testing.aspx You'll also find some results that may suprise you. I discovered some facts whilst optimising my apps that run contrary to popular opinion. I did not take it for granted that database objects retrieved from the cache gave me better perfomance that just hitting the database. I benchmark tested it and found the cache was slower!
Posted By: Benny Sutton --- 2/13/2009
|
|
|