My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
nJupiterDataAccessUsers  
Documentation for nJupiter.DataAccess.Users
Updated Dec 13, 2011 by martin.odhelius

nJupiter.DataAccess.Users

A user repository that serves an API for user managemet. It can handle complex property structures and is also able to divide user properties in different contexts. The component has a default implementation for SQL Server (in nJupiter.DataAccess.Users.Sql) but can also be tied to an LDAP (by using the IUserRepository implementation in nJupiter.DataAccess.Users.DirectoryService) or you can also bind it to any other data source by implementing your own IUserRepository. The assembly also contain implementations for ProfileProvider and MembershipProvider implemmentations, for example the HybridMembershipProvider that makes it possible to wrap another MembershipProvider with a database user.

Dependencies

How to use

Soon to come

Examples

Soon to come


Sign in to add a comment
Powered by Google Project Hosting