Conceptual design, technical design and implementation of a generic .NET library for accessing LDAP directories analogously to an object relational mapper. A code-first approach is used here in order to link properties of the desired POCO classes to LDAP attributes, using standardized attribution.
Supplement
The component standardizes and simplifies access to LDAP directories (such as Microsoft ActiveDirectory) and it is used in different application environments. This makes it possible to minimize the costs of developing new applications with similar functional/technical requirements.
Subject description
POCO = Plain Old CLR Objects, simplest C# objects/classes