Getting & Installing Free SSL Certificate on your site: Moving WordPress site to https using Let’s Encrypt’s Free SSL Certificate
Yesterday, I have moved my WordPress blog site (https://www.techcartnow.com/) to “https” using...
Yesterday, I have moved my WordPress blog site (https://www.techcartnow.com/) to “https” using...
In this article, we will see how we can fix the “Object...
Recently, I was working on some third-party widget integration where the content...
Recently, I have installed a new jQuery plugin (jQuery Masked Input Plugin...
EditorConfig for enforcing code style EditorConfig can be used to define and maintain...
C# 8’s new proposed enhancements In C# 8 following language enhancements are...
Enabling TypeScript checking in JavaScript file in Visual Studio 2017 With TypeScript...
Proposed features & enhancements in C# 7.2: Non-trailing named arguments Currently, a...
For using C# 7.1, set Language Version to “C# latest minor version(latest)”...
C# 7’s Local Functions 1. Overloading not supported. 2. Accessibility modifier (public,...
Deconstruction in C# 7 Deconstruction feature can be used to consume tuples....