Using Asp.Net Identity DataBase first approach

后端 未结 4 790
广开言路
广开言路 2020-11-27 11:09

I need to integrate Asp.Net latest MVC version with an existing database which has an additional column String Address to table dbo.AspNetUsers

4条回答
  •  粉色の甜心
    2020-11-27 11:27

    Take a look at these projects on GitHub:

    • https://github.com/kriasoft/AspNet.Identity - Identity Database Project + VS Template
    • https://github.com/kriasoft/AspNet-Server-Template - Sample / reference project

    Which includes:

    • SQL Database Project Template for ASP.NET Identity 2.0
    • Entity Framework Database-First Provider(s)
    • Source Code and Samples

提交回复
热议问题