Active Directory is at the heart of Windows 2000 and Windows 2003 Server. It is the central repository where Windows stores information on network resources and about users. To access Active Directory programmatically, you need to know about directory services programming.
.NET gives programmers a whole new APIthe System.DirectoryServices namespacethat they can use to access Active Directory and other directory services. This API largely (and happily) replaces COM-based ADSI.
Pro .NET Directory Services Programming shows you how to use the classes in the...
Active Directory is at the heart of Windows 2000 and Windows 2003 Server. It is the central repository where Windows stores information on network ...