Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Web Technology by (50.2k points)

Is the Entity Framework supports the MongoDb database? 

1 Answer

0 votes
by (108k points)
edited by

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.

Related questions

0 votes
1 answer
asked Feb 16, 2020 in Web Technology by ashely (50.2k points)
0 votes
1 answer
0 votes
1 answer
asked Feb 13, 2020 in Web Technology by ashely (50.2k points)
0 votes
1 answer
asked Feb 9, 2020 in Web Technology by ashely (50.2k points)
0 votes
1 answer
asked Feb 9, 2020 in Web Technology by ashely (50.2k points)

Browse Categories

...