A Race condition occurs when two threads access the same resource and are trying to change it at the same time. The…
An XSD file stands for XML Schema Definition. It gives a structure for the XML file. It means it decides…
A Thread is a set of instructions that can be executed, which will enable our program to perform concurrent processing. Concurrent processing…
Generics or Generic class is used to create classes or objects which do not have any specific data type. The…
Simple as it should be A reference pointer to a method A Delegate is a variable that holds the reference…
Cross-Origin Resource Sharing (CORS) is a mechanism that uses additional HTTP headers to tell a browser to let a web application running…
The Singleton pattern has several advantages over static classes. First, a singleton can extend classes and implement interfaces, while a static class cannot (it can extend classes, but it does…
Actually Entity Framework is build at the top of ADO.NET so it can’t be faster. But it makes development much faster. … If looking at ease…
Stack, heap, and queue are ways that elements are stored in memory. Stack is used for static memory allocation and…
Polymorphism The word polymorphism means having many forms. In object-oriented programming paradigm, polymorphism is often expressed as ‘one interface, multiple functions’. Polymorphism…
The singleton pattern is one of the simplest design patterns. Sometimes we need to have only one instance of our…
Design patterns are used to represent some of the best practices adapted by experienced object-oriented software developers. A design pattern…
Pre-Requisite 1. You must signup for FREE Trial on Abbyy’s to use their API. Sign up here https://cloud.ocrsdk.com/Account/Welcome 2. Create a…
A very simple and straight forward approach. Javascript Code Credit goes to scaisedge
The primitive data types prefixed with “u” are unsigned versions with the same bit sizes. Effectively, this means they can’t…
AForge Image Processing Lab is an image processing application written in C#, which includes different filters and tools available in AForge.NET framework to…
Package Software into Standardized Units for Development, Shipment and Deployment Docker https://www.docker.com/resources/what-container
One line of JS code can do this 🙂 It would turn out that Ticketmaster was partially correct – it…
In C#, the Unicode character literal where\uXXXX the X‘s are hex characters will let you specify Unicode characters. For example: \u00A3 is…
How to send a GET Call to api with parameter Live at Fiddle https://jsfiddle.net/azizsagi/xpvt214o/725633/