Pro .NET Directory Services Programming von Mikael Freidlitz | ISBN 9781430207962

Pro .NET Directory Services Programming

von Mikael Freidlitz, Jamie Vachon, Ajit Mungale, Erick Sgarbi und Noel Simpson
Mitwirkende
Autor / AutorinMikael Freidlitz
Autor / AutorinJamie Vachon
Autor / AutorinAjit Mungale
Autor / AutorinErick Sgarbi
Autor / AutorinNoel Simpson
Buchcover Pro .NET Directory Services Programming | Mikael Freidlitz | EAN 9781430207962 | ISBN 1-4302-0796-5 | ISBN 978-1-4302-0796-2

Pro .NET Directory Services Programming

von Mikael Freidlitz, Jamie Vachon, Ajit Mungale, Erick Sgarbi und Noel Simpson
Mitwirkende
Autor / AutorinMikael Freidlitz
Autor / AutorinJamie Vachon
Autor / AutorinAjit Mungale
Autor / AutorinErick Sgarbi
Autor / AutorinNoel Simpson

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 System. DirectoryServices namespace. The aim is not to give you a laundry list of classes with their methods and properties, but to enable you to focus on how to solve real problems, such as searching a directory for specific objects. After covering the general techniques for working with directory services in . NET, the book zooms in on three particular scenarios: managing users and groups, network administration, and working with Exchange Server.