Click here to Skip to main content
15,884,473 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
Integration of Asp .net core identity related tables to DynamoDb instead of creating the same in the Sql Server using Asp.net core 3.1.0 and identity 2.2.0

What I have tried:

I have searched lot.I have found only one solution for that
GitHub - miltador/AspNetCore.Identity.DynamoDB: DynamoDB Data Store Adaptor for ASP.NET Core Identity[^]

But when I tried to update the same to Asp .Net Core 3.1.0 and Identity 2.2.0 getting errors in the startup files.
Posted
Updated 5-Jan-20 17:09pm
Comments
MadMyche 4-Jan-20 1:05am    
Knowing the errors you are getting would be helpful in finding the solution

I have downloaded the Source code from this repo and updated the same to .net core 3.1.0 and identity 2.2.0[and also updated the startup file]. Now it's working fine for me.
 
Share this answer
 
v2
I've never heard of that database. It sounds like someone wrote this and didn't maintain it. I reckon your best bet is to download their source code and update it.
 
Share this answer
 
Comments
MadMyche 4-Jan-20 1:03am    
DynamoDB is an Amazon AWS product
Ajas Aju 5-Jan-20 23:02pm    
Yes,I have downloaded the Source code and updated the same to .net core 3.1.0 and identity 2.1.0.Now its working fine for me.Thank you.
Christian Graus 5-Jan-20 23:05pm    
Great, glad that worked. You should release it for other people who need it, given you're standing on another open source project

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