Browse by Tags

All Tags » Performance (RSS)

Using the StopWatch class to calculate the execution time of a block of code by vik20000in

Many of the times while doing the performance tuning of some, class, webpage, component, control etc. we first measure the current time taken in the execution of that code. This helps in understanding the location in code which is actually causing the...
More Posts