How to use Membership provider with EF Code First?

后端 未结 6 1843
独厮守ぢ
独厮守ぢ 2020-12-30 01:33

I have models based on EF Code First and I want to use them with the default MembershipProvider, but I don\'t know how to write the model correctly, so it won\'t erase all m

6条回答
  •  太阳男子
    2020-12-30 02:18

    If you are using SQL Server, then check this :

    http://www.paragm.com/ef-v4-1-code-first-and-asp-net-membership-service/

提交回复
热议问题