I watched the video “Creating Exciting Data Using the Entity Framework” from this BUILD conference this year and wanted to create a simple application to test new EF features. But, Id would also like to use the ASP.NET Member Provider to manage users and roles in my application, and I am struggling to find a clean way to include it in my first approach to the code. Do you have recommendations, suggestions or examples of how this can be done?
source share