我正在编写一些涉及Active Directory的代码。将呼叫System.DirectoryServices
与System.DirectoryServices.AccountManagement
的呼叫混合在一起通常是否可以接受?两个库是否可以互换使用,还是应该选择一个并坚持下去?
答案 0 :(得分:0)
除非我需要AccountManagement
不能by creating new inherited classes,否则我会尽量使用AccountManagment
加上额外的类I have seen issues where you try to use both at the same time。< / p>