by admin | Apr 11, 2019 | C# .Net
[:en]Useful snippet for adding a placeholder text feature to a common Windows Forms TextBox like you might know it from HTML’s <input> tag. Add e.g. to your ExtensionMethods: private const int EM_SETCUEBANNER = 0x1501; [DllImport(“user32.dll”,...
by admin | Feb 22, 2019 | C# .Net
[:en]Goal We want to include an unmanaged DLL file to our VS project which produces a NuGET .nupkg output. We are using .NET Framework v4.6.1 in this case (should be equal with similar versions). The unmanaged file should be included within the generated .nupkg...
by admin | Feb 3, 2019 | Administration, Hardware
[:en]As I described in a previous post, Dell’s 1U server fans are made to be efficient and definitely not to be silent. You can try to decrease the RPM to 1%, but they remain to be quite loud. Because I use the R340 in a quiet office and did not get useful...
by admin | Jan 17, 2019 | Administration
[:en]Dell servers in general are optimized for high performance and not to be quiet. However, in silent office environments, the fan noise can be annoying, especially the ones in 1U cases. Even if you do not need the server’s full power all the time, the fans...
by admin | Dec 24, 2018 | C# .Net
[:en]Released a tool for .NET Core which optimizes the default output of .NET’s “DB First” entity class file generator. It offers a more flexible re-generated DbContext.cs file and you can simply append it to your existing DB scaffolding command....