Cropper the C# Screen Capture Program - Johan Danforth's Blog
posted by hexy(325) 4 years, 3 months ago 0
Copper is a really nicely implemented screen capture tool - especially with Jon Galloways' animated gif plugin - very cool :)
Reply
Empty try blocks
posted by hexy(325) 4 years, 1 month ago 0
The article title "The empty try block mystery" would have made a good title here too.
Javascript: Introducing Using (.js)
It saddens me that this had to posted in the IE category - I hope no one gets the wrong idea ;) Nice work though stimpy77. PS: JavaScript category requested
Overriding ToString() Makes Debugging Easier
posted by hexy(325) 3 years, 8 months ago 0
While this might sound interesting and useful for debugging, there are better ways to go about this (as comments after the article explain). Especially so, when it's not appropriate to provide an arbitrary ToString method with debug mumbojumbo. Try the Sustem.Diagnostics.DebuggerDisplayAttribute instead. e.g. [DebuggerDisplay("Name: {Name} ID: {ID}")] public class MyClass {...
Basics on Obfuscation
Sheesh, how many blocks of adwords do you need on one little article.