Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

What class does icon derive from? Isn't it just a bitmap with a wrapper name around it?

1126


What is the difference between constants and read-only variables?

1162


What is operator overloading in .net?

1089


What is the difference between encrypting a password and applying a hashing?

1198


Explain the difference between public and static modifiers?

1202


What is garbage collection and how it works. Provide a code example of how you can enforce garbage collection in .net?

1021


What is the difference between function and stored procedure?

1161


What's singlecall activation mode used for in .net?

1033


If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?

2132


Describe the Managed Execution Process?

2590


Explain what do the terms “boxing” and “unboxing” mean?

1061


What are the similarities and difference between class and structure in .net?

1059


Describe difference between inline and code-behind?

1162


How does u handle this COM components developed in other programming languages in .NET?

2166


Explain the difference between asp.net & vb.net and explain architecture?

1046