What is Active Directory? What is the namespace for that?
Answer Posted / 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 |
Post New Answer View All Answers
What is clr? Difference between clr & cts?
What are the advantages and disadvantages of Using Cookies?
What is asynchronous call?
What does postback mean?
Explain about solution explorer window?
What is the difference between globalization and localization?
How can we prevent browser from caching an aspx page?
What is a form tag?
Explain the use of view state?
explain code with datachaching with example
In a Repeater control how one can provide an alternating color scheme ?
Can a .net web application consume java web service?
there is two functions function a and function b like fun a(){.... ..... } fun b() { } in function b i write the coding to add two numbers and i need to dispaly the sum result in function a with out using global variable. how we do?
Where do we store our connection string in asp.net application?
What are the disadvantages of view state?