Is there any performance advantage to using DirectorySearcher over SearchRequest for LDAP queries.
Posted
by WayneC
on Stack Overflow
See other posts from Stack Overflow
or by WayneC
Published on 2010-04-16T00:22:39Z
Indexed on
2010/04/16
1:03 UTC
Read the original article
Hit count: 430
I understand that System.DirectoryServices is a "layer above" System.DirectoryServices.Protocols and abstracts some of the complexity.
Are there any other advantages, performance or otherwise, to using System.DirectoryServices.DirectorySearcher vs. System.DirectoryServices.Protocols.SearchRequest for LDAP queries from .NET.
What criteria would cause you to use one approach over the other?
© Stack Overflow or respective owner