-
.NET
Alternatives to Reflector: ILSpy, dotPeek, JustDecompile, Fazit
A long time ago, I wrote about the Reflector debacle and the URLs how it used to update. Since then…
Read More » -
.NET
.NET/C# – finding the attribute values for an assembly
For some version management features, I needed to find the attribute values of loaded assemblies. Googling around, I didn’t find…
Read More » -
.NET
C# text file deduping based on trimmed lines
A while ago, I needed to analyze a bunch of files based on the unique trimmed lines in them. I…
Read More » -
Software Development
Unicode in Windows (Delphi, .NET, APIs, etc)
With the the growing integration between systems, and the mismatch between those that support Unicode and that do not, I…
Read More » -
Software Development
Debt in IT and Software Development
I love this quote from Jeff Attwood on technical debt in 2009: periodically pay down your technical debt and the Computer…
Read More » -
.NET
Getting the public static readonly strings and public const strings (and their values) from a class
Quite a few projects have one or more classes with with a bunch of public const stringor public static readonly…
Read More » -
.NET
Using IDisposable to restore temporary settings example
This is WinForms code from a long time ago, but the concept of using an IDisposable interface to do resource…
Read More »