Entity Framework and MongoDb

前端 未结 6 1130
孤城傲影
孤城傲影 2021-02-01 12:18

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

6条回答
  •  执念已碎
    2021-02-01 12:29

    I do not suggest to use the old version of MongoDb provider that uses LINQ. The best and stable C# MongoDb driver is the official MongoDb driver 2.0 for C# that uses Builders mechanics.

    The LINQ legacy driver has many constraints with inconvenient and slow Bulk insert mechanism.

提交回复
热议问题