|
|
|
Welcome to Active Directory section of C# Corner. In this section, you will find various Active Directory related source code samples, articles, tutorials, and tips.
|
|
|
|
|
|
|
|
|
ALL Operations on Active Directory (AD) using c#
by
Dhananjay Kumar
on
Nov 18, 2009
This article will explain how to perform operations on Active Directory (AD) using C#. In this step-by-step tutorial, I will build a class library (DLL) project that will perform all the AD Operations and then you can use this class library in any application to use this functionality.
|
.NET and Active Directory
by
sathya
on
Apr 29, 2007
This article outlines connecting to AD from .Net using ADO and System.DirectoryServices and also forming a unique ID from AD, moving entries from AD to a database and forming AD queries (also date formatting for AD).
|
LDAP Access Control for ASP.Net
by
Wojtek Piaseczny
on
Feb 01, 2007
This is an example of how to build an ASP.NET LDAP authentication application using ADAM. This article describes how to configure ADAM for regular LDAP communication and build a boilerplate ASP.NET application on top of it.
|
Active Directory and .NET
by
Erika Ehrli
on
Dec 19, 2005
Microsoft Technet offers a script repository to work with AD User Accounts; however, I needed to work with .NET and I could not find samples for all the tasks I needed to program. I promised to myself that one day I would publish the code samples I found and created to help other developers who are working with Directory Services.
|
Using Active Directory
by
Vivek Sharma
on
Dec 17, 2005
This sample code can sense current context in Active Directory, checks for the existence of attributes, provides a list of all the attributes in Active Directory and can add a user to Active Directory.
|
Listing all Computer in Active Directory
by
John O Donnell
on
Dec 17, 2005
This application does one simple task. On any network where Microsoft Active Directory is used it will list all computers on the network. I faced this problem when I wanted to document all of the computers on the network using WMI .
|
Directory Services Vs RDBMS
by
Anand Narayanswamy
on
Dec 16, 2005
When storing user information, developers can have two choices to choose from - Active directory and a relational database. This article sheds lights on usefulness of each of these and when to use one over the other and vice versa.
|
|
|
|
|
|
|
|
|
How Do I Modify Active Directory?
by
Mahesh Chand
on
Jan 28, 2007
This sample illustrates how to change a value of a property of an Active Directory entry. It is a small console application that can be run from a command prompt. The application takes three command line arguments.
|
How Do I Access Active Directory?
by
Mahesh Chand
on
Jan 28, 2007
This sample illustrates how to locate resources in the Active Directory. It is a small console application that can be run from a command prompt. The application takes one command line argument.
|
|
|
|
|
|
|
ALL Operations on Active Directory (AD) using c#
by
Dhananjay Kumar
on
Nov 13, 2009
This article will explain how to perform operations on Active Directory (AD) using C#. In this step-by-step tutorial, I will build a class library (DLL) project that will perform all the AD Operations and then you can use this class library in any application to use this functionality.
|
|
|
|
|
|
|
|
|
|
|
Description
|
|
Many books introduce C#, but if you don't have the time to read 1200 pages, Accelerated C# 2008 gives you everything you need to know about C# 2008 in a concentrated 500 pages of must-know information and best practices.
|
|
Browse more books here»
|
|
|
|
|