Sign in Sign up
nuget

nJupiter.DataAccess.Users

A component to manage users and user data via a repository class. 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.

nuget View on Nuget

Activity

Latest release
13y ago
Total releases
1
Cadence
Last 12 months
0

Details

First release
Dec 13, 2012
Releases
Version Released
4.2.1.531 initial