Code First & Identity with Azure Table Storage

前端 未结 4 1676
隐瞒了意图╮
隐瞒了意图╮ 2021-01-31 11:16

I\'m working on a small web app and I\'ve just hit the point in development where I need to start making database decisions. My original plan was to go EF Code First with MSSQL

4条回答
  •  囚心锁ツ
    2021-01-31 11:28

    With the newest entity framework core, you can now connect to azure storage table using EF : EntityFramework.AzureTableStorage 7.0.0-beta1

    See my post if you want to configure your Dbcontext.

    Using it, you can implement your UserManager class.

提交回复
热议问题