TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
vivek chaturvedi
1.4k
371
2.5k
Identity In ASP.NET Core 2.0 using ado.net
Nov 25 2019 4:26 AM
Hi ,
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
services.AddIdentity<ApplicationUser, IdentityRole>()
.AddEntityFrameworkStores<ApplicationDbContext>()
.AddDefaultTokenProviders();
I have tried to study this link : https://docs.microsoft.com/en-us/aspnet/core/security/authentication/identity-custom-storage-providers?view=aspnetcore-3.0#reconfigure-app-to-use-a-new-storage-provider
but not sure to how to create ado.net
Reply
Answers (
1
)
MVC UserRegistration not launching nor showing any Layout
Budget Table need to get next budget id ans amount