Recently I bought a C2 Pro V2 mechanical keyboard I would like to explain certain moments. I bought the version with a white backlit and not an RGB version. I would buy a version without any backlight but they don’t sell one. I bought the variant with red switches.

Now let’s talk about the good things about this keyboard. It is a full-size keyboard which I like because I use all keys including the numeric keypad area. I like the color scheme and the font used for key text. One of my previous keyboards was Logitech K845 and its font was weird. I don’t care much about it but this keyboard is clearly better.

In general, I like to type

  •   Posted in:
  • .NET

As I wrote at the beginning of this post, we do not install .NET runtime on customers' computers when installing our application and I explained our reasons for this. However, it creates certain issues for some of our tools that are standalone executables because the .exe file that is generated by the C# build tools does not know how where to find the .NET runtime.

Also, we have another issue. In the .NET Framework, it was possible to specify probing directories. Basically, these are additional directories that .NET runtime is checking for assemblies. It is very helpful if you don’t want to have a single directory with a lot of assemblies. I think it is possible to