views:

60

answers:

1

Can anyone suggest some tutorials for beginners that utilize the C# language to access Active Directory? Thanks.

+3  A: 

Have a look at this Code Project article and this MSDN code sample collection. The API is actually really simple - the hard part is finding the desired information in the directory. From my (limited) experience the (naming) schema of the standard ActiveDirectory is not that consistent. Active Directory Explorer might be very helpful at this point.

Daniel Brückner
That CodeProject article is pretty much a mini-Bible on AD for C# developers!
code4life