Back
Is the Entity Framework supports the MongoDb database?
It doesn’t support but this doesn’t mean that it is not possible but it is not required for Entity Framework to support MongoDB database. MongoDB is a type of NoSQL database where there is no physical relationship between the collections inside the mongodb database. Entity Framework mainly works on SQL and MySQL databases. But there is an approach where we can work with MongoDB transactions using C# and .NET framework: https://www.mongodb.com/blog/post/working-with-mongodb-transactions-with-c-and-the-net-framework
If you want to learn more about MongoDB then go through this MongoDB course for more insights.
In addition, check out this Full Stack Developer Online Course to help you enhance your skills.
31k questions
32.8k answers
501 comments
693 users