What is Active Directory? What is the namespace for that?
Answer Posted / pratima tripathi
Active Directory Service Interfaces (ADSI) is a set of COM
interfaces used to access the features of directory
services from different network providers. ADSI is used in
a distributed computing environment to present a single set
of directory service interfaces for managing network
resources.
Namespace :
System.DirectoryServices
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are the namespaces used in asp.net mvc? : asp.net mvc
What do you understand from custom control?
Explain some of the major built-in objects in asp.net
How can I configure asp.net applications that are running on a remote machine?
What is enableviewstate in asp net?
Explain different types of validators in asp.net?
What is a uri query?
How many types of server controls do we have?Also explain differance between them taking an example of ASP.NET?
What are the asp.net list controls and difference between them?
How many types of state management are there in asp net?
Where viewstate value is stored in asp.net?
Explain file-based dependency and key-based dependency.
Can you explain page lifecycle in net?
What’s difference between “optimistic” and “pessimistic” locking?
How to unit test Web API?