MongoDBSync 1.0.0
dotnet add package MongoDBSync --version 1.0.0
NuGet\Install-Package MongoDBSync -Version 1.0.0
<PackageReference Include="MongoDBSync" Version="1.0.0" />
paket add MongoDBSync --version 1.0.0
#r "nuget: MongoDBSync, 1.0.0"
// Install MongoDBSync as a Cake Addin #addin nuget:?package=MongoDBSync&version=1.0.0 // Install MongoDBSync as a Cake Tool #tool nuget:?package=MongoDBSync&version=1.0.0
My package description.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.0 | 1,334 | 7/12/2015 |
This is meant to solve the problem identified here (https://www.mongodb.com/blog/post/introducing-20-net-driver) - namely, that it's not always reasonable to interact with an asynchronous API. Particularly in the context of a web application.
This is not meant as an endorsement of synchronous programming over asynchronous programming; rather, it's meant to allow a developer to use the mechanism which is best for their purpose.