views:

204

answers:

3

I have recently assumed maintenance of an app that performs a lot of ActiveDirectory-related tasks, both querying and updating.

I have the existing code to look at of course, but I was also curious if anyone had any good links for AD manipulation through C# and .Net, or pointers to any good books I can convince my boss to buy.

+1  A: 

I found this tutorial to be helpful when I got started.

Geoffrey Chetwood
+3  A: 

Linq to Active Directory, baby.

Will
Wow. I really need to get into LINQ apparently.
Geoffrey Chetwood
+2  A: 

A very good reference: Howto: (Almost) Everything In Active Directory via C#

Panos