What is Active Directory? What is the namespace for that?
Answers were Sorted based on User's Feedback
Answer / muthu kumar
Active Directory Service Interfaces (ADSI) is a programmatic
interface for the Microsoft Windows Active Directory. It
enables your applications to interact with different
directories on a network using a single interface.
Name space
-----------
System.DirectoryServices
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / 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 |
Explain the asp.net mvc request life cycle? : asp.net mvc
Page Life Cycle in ASP.NET
Can one dll file contains the compiled code of more than one .net language?
What are the Types of chaching. How to implement caching
How many types of validators are there in asp net?
What is the difference between response.redirect and server.transfer?
Tell me what is the request flow used for asp.net mvc framework? : asp.net mvc
Write a code for "RequiredFieldValidator" in java script
diff between Server.Transfer() and Server.Execute()
What does it mean your session has timed out?
what are the events in ASP.net page life cycle?
Explain the path instructions in xaml?