What is Active Directory? What is the namespace used to
access the Microsoft Active Directories?

Answers were Sorted based on User's Feedback



What is Active Directory? What is the namespace used to access the Microsoft Active Directories?..

Answer / mfaizali

Active Directory is simply defined as the meta data
collection for users and objects and their configuration
along with their management. Active Directory in Windows
2000 utilizes the Domain Naming Service (DNS) standard for
naming objects.

Is This Answer Correct ?    2 Yes 0 No

What is Active Directory? What is the namespace used to access the Microsoft Active Directories?..

Answer / sajid

Active Directory Service Interfaces (ADSI) is a programmatic
interface for Microsoft Windows Active Directory. It enables
your applications to interact with diverse directories on a
network, using a single interface. Visual Studio .NET and
the .NET Framework make it easy to add ADSI functionality
with the DirectoryEntry and DirectorySearcher components.
Using ADSI, you can create applications that perform common
administrative tasks, such as backing up databases,
accessing printers, and administering user accounts. ADSI
makes it possible for you to:
• Log on once to work with diverse directories. The
DirectoryEntry component class provides username and
password properties that can be entered at runtime and
communicated to the Active Directory object you are binding to.
• Use a single application programming interface (API) to
perform tasks on multiple directory systems by offering the
user a variety of protocols to use. The DirectoryServices
namespace provides the classes to perform most
administrative functions.
• Perform "rich querying" on directory systems. ADSI
technology allows for searching for an object by specifying
two query dialects: SQL and LDAP.
• Access and use a single, hierarchical structure for
administering and maintaining diverse and complicated
network configurations by accessing an Active Directory tree.
• Integrate directory information with databases such as SQL
Server. The DirectoryEntry path may be used as an ADO.NET
connection string provided that it is using the LDAP provider.
using System.DirectoryServices;

Is This Answer Correct ?    2 Yes 0 No

What is Active Directory? What is the namespace used to access the Microsoft Active Directories?..

Answer / mitesh

Active Directory Service Interfaces (ADSI) is a programmatic
interface for Microsoft Windows Active Directory. It enables
your applications to interact with diverse directories on a
network, using a single interface. Visual Studio .NET and
the .NET Framework make it easy to add ADSI functionality
with the DirectoryEntry and DirectorySearcher components.
Using ADSI, you can create applications that perform common
administrative tasks, such as backing up databases,
accessing printers, and administering user accounts. ADSI
makes it possible for you to:
• Log on once to work with diverse directories. The
DirectoryEntry component class provides username and
password properties that can be entered at runtime and
communicated to the Active Directory object you are binding to.
• Integrate directory information with databases such as SQL
Server. The DirectoryEntry path may be used as an ADO.NET
connection string provided that it is using the LDAP provider.
• Use a single application programming interface (API) to
perform tasks on multiple directory systems by offering the
user a variety of protocols to use. The DirectoryServices
namespace provides the classes to perform most
administrative functions.
• Perform "rich querying" on directory systems. ADSI
technology allows for searching for an object by specifying
two query dialects: SQL and LDAP.
• Access and use a single, hierarchical structure for
administering and maintaining diverse and complicated
network configurations by accessing an Active Directory tree.

using System.DirectoryServices;

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Dot Net General Interview Questions

What is WSDL? Explain its architecture?

0 Answers   Amdocs,


What is the transport protocol you use to call a seb service soap?

0 Answers  


Is .net a programming language?

0 Answers  


Do I have any control over the garbage collection algorithm?

0 Answers  


Where?s Windows service database located?

2 Answers  






Explain the .net framework overview?

0 Answers  


How will u load dynamic assembly? How will create assemblies at run time?

1 Answers  


Explain the Difference between value and reference type.

2 Answers   Infosys, Wipro,


Is atl redundant in the .net world?

0 Answers  


How to implement datagrid in.net? How would you make a combo-box appear in one column of a datagrid? What are the ways to show data grid inside a data grid for a master details type of tables? If we write any code for datagrid methods. What is the access specifier used for that methods in the code behind file and why?

0 Answers  


Show different types of collection in .NET?

0 Answers   QuestPond,


The project which you have made, which methodology did you use?

0 Answers   Wipro,


Categories