Click here to Skip to main content
15,886,075 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hey I have an MVC project that I am working on and I want to use a sql server database to store all the ASP.NET's membership details. I see loads of examples online on how to do this but all of them seem to be with using EntityFramework which I do not want to do. I have the sql database and tables created so just need to know how to get it up and running or are there any good examples online.

Thanks in advance.....
Posted

1 solution

Membership doesn't use MVC or EF, it is a separate technology. If you are implementing your own provider then the important thing to gain from the examples is how you implement the provider itself, just use your own database code to access the tables, there is nothing forcing you to use EF.
 
Share this answer
 
Comments
frostcox 14-Sep-15 17:57pm    
Hey, thanks for your reply, yeah I know they are separate but I was just seeing if there were any non entity framework samples out there.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900