1. LDAP connection 2. Search by user id 3. Retrieve all the information from Active Directory Sample code Note Add…
The singleton pattern is one of the simplest design patterns. Sometimes we need to have only one instance of our…
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…
In C#, the Unicode character literal where\uXXXX the X‘s are hex characters will let you specify Unicode characters. For example: \u00A3 is…
Using visual studio C# you can connect to mysql in three simple steps. Here we go Before we start writing…