-
How to use UTF-8 encoding in .NET LDAP queries
How to use UTF-8 encoding in .NET LDAP queries If you are using System.DirectoryServices.Protocols in .NET to query LDAP directories, you may encounter strange replacement characters like � in your results containing special characters, especially when deploying on Linux environments. ... Read more