Entity Framework and MongoDb

Viewed 79066

Is it possible that Entity Framework supports MongoDb database? Maybe somebody will write a EF MongoDb Provider?

7 Answers

I am not sure, but I think the Microsoft.EntityFrameworkCore.Cosmos Database Provider will work for you.

Related