-
.NET
Windows: removing file and directory reparse points (symbolic links, directory links, junctions, hard links
The interwebs is full of posts telling about how to create file and directory junctions**. But there is little information…
Read More » -
.NET
Compare Registry Settings – Beyond Compare
I think that Compare Registry Settings is one of the most unknown features of Beyond Compare. So if you are a…
Read More » -
.NET
Windows applications: Icons and the Shell; names, sizes, etc.
When adding Icons to your Windows applications a few things matter. Selecting the icon resource The icon selected by the…
Read More » -
.NET
Hack the Remote Desktop .RDP file
Glad I found out about the string to add to a .RDP file to make it connect to the administrative…
Read More » -
.NET
C# Settings reminder
As a reminder to self: Settings are nice (too bad they advertise them as Windows Forms Application Settings, as they…
Read More » -
.NET
The Power of Open Source… Microsoft .NET and OpenShift: .Net on Linux
Really exiting times ahead: Microsoft .Net on Linux. It’s not fully ready yet, but to get an idea to learn…
Read More » -
Agile
C# – TFS Code Reviews – Show updated files in response to comments
Nice steps here: C# – TFS Code Reviews – Show updated files in response to comments – Stack Overflow. What’s…
Read More » -
Software Development
Do not expose properties with writable fields without a chance to react on the writes.
From a chat with a co-worker a while ago: I’m not against properties. Just something against properties that are…
Read More » -
.NET
C#: Lazy is not constrained to static contexts, instance field initializers are: via Stack Overflow
Lazy<T> is not constrained to static contexts. Instance field initialisers cannot use instance references (but can use static references) as…
Read More » -
DevOps
Unless you write an installer with the right manifest don’t include Installer, Update, Upgrade, Setup,… in your EXE name
I’ve seen this question coming up a few times, and bumped into this at a client recently: the UAC dialog…
Read More »