MSDN Reader!! A Must Have Application!
posted by schwankie(0) 4 years, 3 months ago 0
Well Done
Reply
Try/Catch Blocks Can Hurt Performance Significantly
Comparing apples to pine cones. The original article stated that the try catch construct didn't add significant overhead which it DOES NOT. In your code example it is the error being thrown and handled that causes the delay not the try catch itself, if you did not cause the error to be thrown the performance would be close to the performance without the try catch (In my code, I have been unable to measure the difference in milliseconds). misleading and incorrect article.
Beginning Silverlight - First Steps
posted by schwankie(0) 4 years ago 0
as of now its a dead link - might want to fix it
Developer Error or TFS Shortcoming?
posted by schwankie(0) 3 years, 10 months ago 0
I have to say it - developer error :)
string.Empty versus ""
posted by schwankie(0) 3 years, 1 month ago 0
Yet another reason to ask for a kick down option