Hello,
I am working with Entity Framework and I would like to create my own
Membership, Roles and Profile custom providers.
I will use Linq to Entities to communicate with the database tables.
In relation to Profile I don't want to use the usual Properties
Values / Properties Names.
I want to have a more "normal" Profile table and related with other
tables when needed.
I already created my tables and Users, Profiles and Roles
repositories.
I have two problems:
1. Do I need the Applications table? Why?
2. How to create the custom Providers?
Does anyone has any code sample so I can follow and replace by my
code?
Thanks,
Miguel