Though it is a useful feature, while doing development I have observed browser locking due to JS Debugging in Visual Studio. Though I know JS debugging in Visual studio is a useful feature, it becomes annoying because you have to open new instance of application. To Disable Java script[...]
MEAN stack environment on the AWS EC2 instance server for free
Before we start, we have to make sure that AWS account is created. If you don't have AWS account then please create an account with AWS . By default All new AWS users are placed in the free usage tier. AWS free tire grants, among other features, 750 hrs/month of free Amazon EC2 micro access[...]
Introduction to React JS
React JS is a popular JavaScript Library for building User Interfaces, which has created by Facebook. With React Js we can build fast Single Page Applications or websites with React. To start with React Introduction, lets answer the very basic question Is React JS a Library or a[...]
How override ASP.NET Core Identity's password policy or How To Customize Password Policy in asp.net Core
ASP.NET Core Identity uses default values for password policy settings, in this article we shall see how to override or customize Asp.net Core Identity's password policy ? By default, Identity requires that passwords contain an uppercase character lowercase character, a digit[...]
ionic 4 bluetooth low energy - example code - Read Data from BLE Devices
Please refer two articles, for better understanding of BLE and IONIC connectivity and how to implement ionic 4 Bluetooth low energy devices communication. Ionic-4 Bluetooth Low Energy Devices - List BLE Devices Ionic 4 bluetooth low energy - sample code - Connect to BLE Devices In[...]
ionic 4 bluetooth low energy - sample code - Connect to BLE Devices
In the previous article I had mentioned how to list BLE (Bluetooth Low energy devices), Please refer to Ionic-4 Bluetooth Low Energy Devices - List BLE Devices article.
Ionic-4 Bluetooth Low Energy Devices - List BLE Devices
In last article we had page Home , we had displayed[...]
ionic 4 bluetooth low energy - sample code - List BLE Devices
This article will demonstrate usage of cordova-plugin-ble-central with IONIC 4. i.e. Mobile application connectivity with BlueTooth Low Energy Devices.
Before we start I assume that you already have ionic4 blank project working.
When you run ionic server command following screen should open[...]
Windows 10 Set time automatically not working
After completing fresh installation of Windows 10 Enterprise Edition, I was setting Date and Time and every time I restart computer it use to get back to some other timings.
I had set time automatically and also set time zone automatically as per the screenshot
Windows 10 Set time[...]
How to force HTTPS using a web.config file / Redirect Http to Https using web.config
How to redirect http to https using web config ?
To do permanent redirect to https using web.config under Configuration section in web.config file simply add following Rewriting rules.
[...]
Asp.Net Core 2.2 - HTTP Error 500.0 - ANCM In-Process Handler Load Failure
While deploying .net core web application, I got an Error saying
HTTP Error 500.0 - ANCM In-Process Handler Load Failure
Common causes of this issue:
The specified version of Microsoft.NetCore.App or Microsoft.AspNetCore.App was not found.
The in process request handler, Microsoft.AspNetCore.Server.IIS,[...]