Asked by:
MongoDB lib

Question
-
User-1623772110 posted
is there a good MongoDB lib that works with Microsoft.AspNet.Identity?
I need to keep the info of my users in a Mongo database
Monday, May 4, 2020 3:38 PM
All replies
-
User475983607 posted
Use the standard data provider for MongoDb.
Monday, May 4, 2020 3:50 PM -
User-1623772110 posted
can I use it even if my project is a .net framework 4.8 mvc 5?
Monday, May 4, 2020 4:00 PM -
User475983607 posted
Then use the .NET version rather than .NET Core.
Monday, May 4, 2020 4:14 PM -
User-1623772110 posted
excuse me,
I dont need just the driver to work with MongoDB, but to work the IdentityUser
Monday, May 4, 2020 4:16 PM -
User475983607 posted
excuse me,
I dont need just the driver to work with MongoDB, but to work the IdentityUser
I'm sure you can Google this on your own...
Monday, May 4, 2020 4:26 PM