PHP

REST API Concepts

In this article, you will understand the REST API Concepts. Before understanding REST API Concepts, first you need to know what is basically an API? An API or Application Programming Interface is an interface between software applications that allows them to communicate. API may represent a set of classes that help us build a software application. Therefore, we …

C#

IEqualityComparer Interface

Today I will explain an important collection interface in C# known as the IEqualityComparer Interface. In fact, in C#, we have both the Generic as well as non-generic interface. However, the non-generic interface is not type-safe. What’s more, the generic interface allows us to provide our own definition for equality comparison for the specific user-defined …