Click here to Skip to main content
15,922,894 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Is there any way to use ado.net in configuration of identity in asp.net core. We are looking not to use EF in this process , I have research in found EF is the default package but we are not looking to use this . Can you please help me to solve this issue .

What I have tried:

I have tried some Solution but , i am unable to configure this .Please help
Posted
Updated 16-Nov-19 11:56am

1 solution

This is quite unclear to me as to why you would not want to use Entity Framework, but would still want to use ADO.NET. The only help that Entity Framework provides is that it performs the underlying SQL for you, anyways.

Maybe this might help you, ASP.NET Core Identity Without Entity Framework – Mark Johnson[^]
 
Share this answer
 
Comments
vivek_2984 26-Nov-19 13:20pm    
Hi,
Thanks for you reply .
Client is not willing to go EF, he want ADO.net in the whole application

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