How to create a local test playground of Azure Cosmos Db for .NET development

Cosmos Db

When I have started my first article series regarding How to unit testing Azure Blob Storage locally and GitHub few months back, I have never thought what comes next. I facing the same issue as I did with Azure Blob Storage, How can I unit test my Cosmos Db methods in .NET both locally and….

How to get Windows Product Key from BIOS for VirtualBox, VMware or any other Virtual Machine

Windows Product Key tools

I come recently to install Windows 10 on VirtualBox 6.1 and VMware Workstation 16 player to make some tests, but have had the issues with some windows feature was locked and required activation. I have spend some time to find out, how I could solve this issue. I have made my founds and would like….

How to make integration test for Azure Storage – Part Main

Unit testing Azure Storage

When I started programming, and before the age of moving solutions to Azure Cloud, I was not concerned about where to save my data. Because in most cases I used the same storage space where the code was hosted on. In most cases, the solution was on-premise within the same domain and there were no….

How to Install Notepad++ Compare plugin

Notepad++ Banner

Start your Notepad++ as administrator mode. Press F1 to find out if your Notepad++ is 64bit or 32bit (86x), hence you need to download the correct plugin version. Download Compare-plugin v.2, from:– for Notepad++ 7.5 and above use Compare v2.– for Notepad++ 7.7 and above use Compare v2.0.0 for Notepad++ 7.7https://github.com/pnedev/compare-plugin/releases Unzip Compare-plugin in temporary….