To add mime-type to web.config simply add the following lines to System.WebServer section in web.config: <system.webServer> <staticContent> <remove fileExtension=”.otf”…
MySharedCode: IClock
Simple DateTime wrapper that provide the following functionality: Testability Freeze/Unfreeze the time Set the time using ticks with the…
Bootstrap 4 div center with background image
Simple example show how to use bootstrap 4 grid system with background-image and centered content Custom content Jumbotron center…
SQL Server Management Studio (SSMS) cannot be closed
Steps to reproduce it: Windows 10 PC in a workgroup and SSMS v18.1 Use runas to start SSMS with domain…
GitLab/Repo: Enable/Add sequence diagram
The steps are: Enable PlantUml in GitLab: Login to GitLab -> Admin Area -> Settings -> Scroll down to PlantUML…
Xamarin android project build but failed to deploy: Done building project -- FAILED.
After updating to Visual Studio 2017 15.6 been getting error when trying to deploy to both emulator and device even…
EnterToTab javascript lib for tabbing using enter key
Here is small library for switching between html controls using other key than tab. The default key in the library…
Small cursor in remote desktop manager
Cursor is very small in remote desktop manager when using high resolution monitor. In windows 10 the steps below solved…
Android camera preview stretched/squashed
I had a problem with Samsung Galaxy Xcover 3 when i trying to take a full screen picture via app…
Import SSL Certificate as separate (public, private, intermediate) files on Windows/IIS 7
Windows does not allow importing SSL Certificate public and private key as separate files therefore we have to merge them…