Click here to Skip to main content
15,897,273 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,
How can I use ADO.Net instead of EnitityFramewrok when creating new WepApplication in ASP.Net Core and choose the (Individual User Accounts) option

What I have tried:

I have tried to implement the (UserStore) class
Posted
Updated 29-Apr-20 13:56pm

1 solution

You may want to go through this article and see if it can help you out
ASP.NET Core Identity Without Entity Framework – Mark Johnson[^]

I had to do something like this a few years ago; starting with an Identity project using EF and then removed EF and replaced with ADO
 
Share this answer
 

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