Hi!

I am about to build my very first Winforms application. I have a lot of experience in ASP 2.0. And I'm curious which is the best way to measure the time it takes to complete different operstions, like render the mainform and all child controls, database operations etc etc... In asp.net I have the handy trace tool. But how do I do this in a generic fashion in vs2005 winforms?


/Henrik