You want to use external editor/viewer when browsing archives in 7-Zip? No problem, just use the options and use your favorite editor. ;)
[Read More]
Making 7-Zip more usable
Who doesn’t love WinRAR, where time stops and 40 days trial can never expires? There are not nagging screens or anything obtrusive, it just works! :)
[Read More]
Why you should be careful with extension methods?
Extension methods are great, they allow you to “add” behavior to sealed classes. Even if the class is not sealed, but it’s a external dependency, you can do that.
[Read More]
Should you care about GetHashCode()?
GetHashCode() is an interesting method, mainly because every object has it, but still it is used in so few places. The other 3 methods you get are: Equals(object), GetType() and ToString().
[Read More]
Hello world!
Probably one of the most commonly written set of words when trying something new in the programming world. Let’s see if I can make this work! :)