Entity framework Membership provider 2.0

Tags: .Net, Membership, Entity Framework, C#

Finally I release new version of EFMembership Provider.

New version is completely different with old one, old version was very simple with no any layer.

Now you can have custom Model for your provider, that mean you can use your customized database as Membership. it's also Optional to use Internal Data Context or use your Data Context, is very easy you need to Implement of OmidID.Web.Security.Mapper.IUserMapper for User in your custom class and fill method(s).
Internal Data Context is automatically find properties and also sub classes and use Data Mapper to set/get data to Code first class, Data Mapper also can be customize with your project, but automatic Data Mapper is easy to use and is will be automatically set.

Is can be very easy to use, and can be advanced for advanced user.

EFMembership

Some of New special features: 

  • Fully customizable with your database
  • Converted to Entity Framework 4.2
  • Included AspNet Sql Database design
  • Old Version database design included
  • Default User and Role database design included
  • Hierarchically Database supported
  • Custom Data Mapper
  • Custom Data Context
  • Optional database table Prefix
  • Optional database table Schema
  • Optional to use Application name

http://efmembership.codeplex.com/

Please check out my project, and leave your comment and/or RANK me please.

Also you can download it from Nuget package by  PM command below:

PM> Install-Package EFMembership

I'm working on Profile and Session provider

Add a Comment

Follow me

  • rss