Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / directory

Directory

directory

Great Reads

by Sundeep Kamath
How Resources in Azure can be accessed programmatically using Azure Resource Manager (ARM) APIs
by Abhijit Shiposkar
Accessing Active Directory Objects via C# (Visual Studio)
by Member 3568076
Hi,How to list all users in ListBox include cn, mobile, mail?private void Form1_Load(object sender, EventArgs e){ DirectoryEntry dir = new DirectoryEntry("LDAP://ou=o,DC=xyz,DC=de"); DirectorySearcher search = new DirectorySearcher(dir); search.Filter =...
by Snorri Kristjansson
Active Directory change auditing solution. A Windows Service that stores selected AD change events from the Security log of all Domain Controllers to an SQL database.

Latest Articles

by Sundeep Kamath
How Resources in Azure can be accessed programmatically using Azure Resource Manager (ARM) APIs
by Abhijit Shiposkar
Accessing Active Directory Objects via C# (Visual Studio)
by Member 3568076
Hi,How to list all users in ListBox include cn, mobile, mail?private void Form1_Load(object sender, EventArgs e){ DirectoryEntry dir = new DirectoryEntry("LDAP://ou=o,DC=xyz,DC=de"); DirectorySearcher search = new DirectorySearcher(dir); search.Filter =...
by Snorri Kristjansson
Active Directory change auditing solution. A Windows Service that stores selected AD change events from the Security log of all Domain Controllers to an SQL database.

All Articles

Sort by Score

directory 

by Abhijit Shiposkar
Accessing Active Directory Objects via C# (Visual Studio)
by Member 3568076
Hi,How to list all users in ListBox include cn, mobile, mail?private void Form1_Load(object sender, EventArgs e){ DirectoryEntry dir = new DirectoryEntry("LDAP://ou=o,DC=xyz,DC=de"); DirectorySearcher search = new DirectorySearcher(dir); search.Filter =...
by Jinan Kordab
This article describes how to create or delete an Active Directory Services Email using ASP.NET web page, remotely.
by _Amy
Validating the client using Lightweight Directory Access Protocol (LDAP)
by Bohdan Stupak
Batching is a nice technique that allows you to handle big amounts of data gracefully. Directory.EnumerateFiles is the API that allows you to organize batch processing for the directory with a large number of files.
by Pascal Ganaye
Deleting protected folders in Windows 7
by Brad Joss
Search for files and folders and don't exit the search when there is an error accessing a protected folder, just skip it.
by Azure Developer
Authentication ASP application using Office 365 User
by Manish Choudhary .NET expert
How to merge all text files in a folder
by Gil Fink
This tip explains how to perform queries against Active Directory Domain Services
by Joe Leibowitz
Use PowerShell to Query and Display Data II (Active Directory\LDAP)