R
Rick
Hello,
I'm six months into asp.net/c# and enjoying it. I needed to code a "simple"
high performance counter... a couple weeks later and a lot of learning I
think I did it.
Many lesson lessons learned including: static objects vs. cached objects,
performance of asp.net, strong typing collections, collection locking, and
using the very helpful System.Timers.Timer();
Because I was able to learn so much from those who freely share their code
online I have in turn shared this counter code. For those with the time and
interest I welcome, heck encourage, some peer review.
Click on the "An Enterprise Counter" link at http://coders.eproof.com.
Thank you,
Rick
I'm six months into asp.net/c# and enjoying it. I needed to code a "simple"
high performance counter... a couple weeks later and a lot of learning I
think I did it.
Many lesson lessons learned including: static objects vs. cached objects,
performance of asp.net, strong typing collections, collection locking, and
using the very helpful System.Timers.Timer();
Because I was able to learn so much from those who freely share their code
online I have in turn shared this counter code. For those with the time and
interest I welcome, heck encourage, some peer review.
Click on the "An Enterprise Counter" link at http://coders.eproof.com.
Thank you,
Rick