Immortal Coder

Coding Tips, Code Samples, Bug Fixes, Articles & More

Pages

▼
Sunday, May 27, 2018

How to get a value from Active Directory using C# DirectoryEntry Class

›
Here is a sample C# program to get email id from active directory by username using DirectorySearcher class. using System.DirectoryServic...

How to get a value from Active Directory using C# PrincipalSearcher Class

›
Here is a sample C# program to get email id from active directory by username using PrincipalSearcher class. using System.DirectoryService...
Friday, March 30, 2018

Create custom SQL exception with custom message in C# (CSharp)

›
Below is a sample code which is used to create a custom SQL exception with custom message. The parameter accepts the message to be thrown. I...
‹
›
Home
View web version
Powered by Blogger.