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 --version 1.0.3744.30075
Install-Package MongoDB.Driver -Version 1.0.3744.30075
| 作者 | code.google.com/p/mongodb-net/ |
|---|---|
| 发布时间 | 1900-01-01 00:00:00 |
| 项目主页 | http://code.google.com/p/mongodb-net/ |
| 许可证 | http://www.apache.org/licenses/LICENSE-2.0 |