DotNetShoutout - Stories tagged with timer
7
Shouts

Using timer based Unit of Work and Command classes to measure repositories performance

published 978 days, 1 hour, 34 minutes ago posted by gpeipmangpeipman 979 days, 7 hours, 24 minutes ago
Wednesday, September 15, 2010 2:59:37 PM GMT Tuesday, September 14, 2010 9:10:13 AM GMT
In my last post Find out how long your method runs I introduced how to measure the speed of code using actions. In this posting I will make a step further and give you some ideas about how to create easily measurable code units and how to build measurable scenarios of them. As a foundation I use simplified versions of patterns like Command and Unit of Work. (more)
category: How To | clicked: 0 | comment | | source: weblogs.asp.net
tags: Command, .NET, Unit of Work, timer, Performance
3
Shouts

How to Measure Execution Time of Code in C# : The CodeGain

posted by codegaincodegain 1027 days, 10 hours, 31 minutes ago
Wednesday, July 28, 2010 6:02:43 AM GMT
In the sharepoint have the webpart for sharepoint for Business Objects search, but i use the Business Objects web services consumer common classes. (more)
category: How To | clicked: 0 | comment | | source: www.codegain.com
tags: .NET, C#, timer, Performance, Stopwatch