|
nJupiterDataAccessUsers
Documentation for nJupiter.DataAccess.Users
nJupiter.DataAccess.UsersA 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. DependenciesHow to useSoon to come ExamplesSoon to come |
► Sign in to add a comment