Introduction to .NET Directory Services Programming
This chapter introduces .NET developers to the world of Lightweight Directory Access Protocol (LDAP) directory services programming. We will discuss the overall landscape of .NET directory services programming as well as how .NET relates to the underlying native Windows APIs. We will touch upon the three relevant namespaces for .NET developersSystem.DirectoryServices, System.DirectoryServices.ActiveDirectory, and System.DirectoryServices.Protocolsand discuss how to choose among the various options available to us.