Active Directory / Identity Programming Goodness

Doug M. recently asked me about this:

===

There are two areas that I’m interested in learning more about at this time: Active Directory/LDAP and Identity Management. For both, I’d like to get some resources that explain the basics in detail as well as  examples of code in C#.

===

 

I am certainly no AD expert so I pinged some internal folks and came across Donovan Follette.  He rocks!  Check out his blog at:  https://blogs.msdn.com/donovanf/ 

 

Here was his answer to the question:

===

Here are links that get to a few of the best whitepapers, articles and resources for programming directory services in .NET.

· Programming with SDS.ActiveDirectory: https://blogs.msdn.com/donovanf/archive/2007/02/12/net-programming-with-system-directoryservices-activedirectory-sds-ad.aspx (sample code download link on blog post)

· Programming with SDS.AccountManagement: https://msdn.microsoft.com/en-us/library/bb552843.aspx (sample code available with article)

· Programming with SDS.Protocols: https://blogs.msdn.com/donovanf/archive/2007/04/02/net-programming-with-system-directoryservices-protocols-sds-p.aspx (sample code download link on blog post)

· Directory Programming .NET (URL https://directoryprogramming.net) for expert insight into AD, AD LDS (formerly ADAM) and AD FS, visit this forum.

· The best book available is A .NET Developer’s Guide to Directory Services Programming by Joe Kaplan and Ryan Dunn.

· Lastly, www.microsoft.con/geneva has a collection of identity-related whitepapers with respect to the future of our identity platform based on the Microsoft code name “Geneva” collection of components announced at PDC.

===

 

Yeah baby!!!  Great stuff!