Javascript

Scope of variables in JavaScript

What is the scope of variables in Javascript? Scope in javascript refers to the variables and the functions which are accessible and in what context it will be executed. There are…
View Post
Javascript

Javascript URLEncode

Let us take a look at what would be the best approach for Encoding URL using Javascript. There are basically 3 Javascript URLEncode methods available. Types of Javascript URLEncode escape()…
View Post
Sitecore

Using Solr or Lucene in Sitecore

Sitecore supports both Lucene and Solr search engines. As a developer, there is always a confusion of Using Solr or Lucene in Sitecore during development. However, these are the 2…
View Post
C#

Enums in Csharp Programming Language

What is Enums in C#? enum (C# Reference) The enum keyword is used to declare an enumeration, a distinct type that consists of a set of named constants called the…
View Post
How To Configure Git Proxy

How to configure Git proxy?

If you are working in a corporate company all the internet requests usually go through the corporate firewall. The Git will simply throw one of these errors “Request timeout” or…
View Post