hexy


Comments:

Cropper the C# Screen Capture Program - Johan Danforth's Blog

posted by hexyhexy(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 hexyhexy(325) 4 years, 1 month ago 0

The article title "The empty try block mystery" would have made a good title here too.

Reply

Javascript: Introducing Using (.js)

posted by hexyhexy(325) 4 years, 1 month ago 0

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

Reply

Overriding ToString() Makes Debugging Easier

posted by hexyhexy(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 {...

Reply

Basics on Obfuscation

posted by hexyhexy(325) 3 years, 8 months ago 0

Sheesh, how many blocks of adwords do you need on one little article.

Reply