mongodb-net (MongoDB.Driver.dll) is a .Net driver for MongoDB. Initially ported from the Java Driver, it is now written entirely in C# and care has been to taken to leverage .NET language features where appropriate. Due to the nature of .NET assemblies, this work should be usable in any .NET language (C#, VB.NET, etc.)
dotnet add package MongoDB.Driver
Install-Package MongoDB.Driver
| 作者 | code.google.com/p/mongodb-net/ |
|---|---|
| 项目主页 | http://code.google.com/p/mongodb-net/ |
| 许可证 | http://www.apache.org/licenses/LICENSE-2.0 |
| 最新版本 | 3.9.0 |