I watched the “Creating immersive data experiences with Entity Framework “ video from this year’s BUILD conference and wanted to build out a simple application to test out the new features of EF. But, I’d also like to use the ASP.NET Membership Provider for managing users and roles within my app and I am struggling to find a clean way to include it in my code first approach. Do you guys have any recommendations, suggestions, or examples on how this could be done?
feedback
|
|
I would recommend looking at the MVC3-Boilerplate project on GitHub as it has a good example of creating a custom membership provider that is implemented using EF Code First. | |||
|
feedback
|
|
I found this NuGet package which has been very useful.
http://www.nuget.org/List/Packages/quickstart.mvc3.unity.ef.altairiswebsecurity | |||
|
feedback
|
|
CodeFirstMembership may be what you are looking for. Features:
Also, ShoelaceMVC is a great MVC3 starter project that implements CodeFirstMemebership and comes with a nice layout thanks to Twitter's Bootstrap. | |||
|
feedback
|