Can anyone suggest some tutorials for beginners that utilize the C# language to access Active Di开发者_Go百科rectory? Thanks.
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.
精彩评论