Click here to Skip to main content
15,886,639 members
Everything / Directory

Directory

directory

Great Reads

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 Habibur Rony
This article mainly covers how to setup and configure Azure AD tenant and integrating Azure AD into ASP.NET Core 2.0 web app for authentication and role based authorization.
by Abhijit Shiposkar
Accessing Active Directory Objects via C# (Visual Studio)
by Gil Fink
This tip explains how to perform queries against Active Directory Domain Services

Latest Articles

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 Habibur Rony
This article mainly covers how to setup and configure Azure AD tenant and integrating Azure AD into ASP.NET Core 2.0 web app for authentication and role based authorization.
by Sundeep Kamath
How Resources in Azure can be accessed programmatically using Azure Resource Manager (ARM) APIs
by Sandeep S. Sandhu
Deploy Kerberos on a Raspberry Pi IoT to provide robust and enterprise scalable authentication for IoTs (Part 2)

All Articles

Sort by Score

Directory 

12 Aug 2023 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.
9 Feb 2011 by Abhijit Shiposkar
Accessing Active Directory Objects via C# (Visual Studio)
26 Jul 2010 by Gil Fink
This tip explains how to perform queries against Active Directory Domain Services
22 Feb 2011 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 =...
7 Dec 2011 by Joe Leibowitz
Use PowerShell to Query and Display Data II (Active Directory\LDAP)
21 Jul 2014 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.
21 May 2013 by _Amy
Validating the client using Lightweight Directory Access Protocol (LDAP)
25 Mar 2011 by Pascal Ganaye
Deleting protected folders in Windows 7
28 Jan 2011 by Manish Choudhary .NET expert
How to merge all text files in a folder
19 Aug 2014 by Jinan Kordab
This article describes how to create or delete an Active Directory Services Email using ASP.NET web page, remotely.