IELS: Indoor Equipment Localization System: Introduction (Part 1/6) (IoT)

Mobile phones

Introduction It is no longer secret that I have been working on IELS in my Master Thesis ended September 2017. It was joy, fun and hard as well. Some of you guys asked me if I can share what I have been working with and write some thing about it. I have chose to make….

How to add extra configuration to web.config for Release environment

File Transformations Web.Config

As you are aware of that you might need to added extra configuration to web.config when you release your ASP.NET project. You can easily do this using File Transformations concept. The key point here is to add xdt:Transform=”Insert” in the root tag hierarchy you want to be added for the respective environment. By default you have your Web.config….

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….