![]() |
VOOZH | about |
dotnet add package UmbracoMongoDbClient --version 13.0.0
NuGet\Install-Package UmbracoMongoDbClient -Version 13.0.0
<PackageReference Include="UmbracoMongoDbClient" Version="13.0.0" />
<PackageVersion Include="UmbracoMongoDbClient" Version="13.0.0" />Directory.Packages.props
<PackageReference Include="UmbracoMongoDbClient" />Project file
paket add UmbracoMongoDbClient --version 13.0.0
#r "nuget: UmbracoMongoDbClient, 13.0.0"
#:package UmbracoMongoDbClient@13.0.0
#addin nuget:?package=UmbracoMongoDbClient&version=13.0.0Install as a Cake Addin
#tool nuget:?package=UmbracoMongoDbClient&version=13.0.0Install as a Cake Tool
The appsettings.json file should be given a connection string to your MongoDB databases
{
"MongoDbCredentials": {
"CertificateFilePathWithName": "<optional Certificate file path with name [pfx file]>",
"CertificatePassword": "<optional Certificate password>",
"ConnectionString": "<mandatory> mongodb+srv://cluster0.fyu.mongodb.net/?authSource=%24external&authMechanism=MONGODB-X509&retryWrites=true&w=majority"
}
}
Sample code
var database = MongoDBClientConnection.GetDatabase("YouDatabaseName");
var collection = database.GetCollection<T>("YourCollectionName"); // of type T
For more examples on how to Insert, Modify your data, check the MongoDB official documentation: https://www.mongodb.com/docs/drivers/csharp/current/quick-reference/
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 net8.0 is compatible. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 was computed. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
Showing the top 3 NuGet packages that depend on UmbracoMongoDbClient:
| Package | Downloads |
|---|---|
|
UmbracoMongoTokenManager
Package Description |
|
|
UmbracoExternalStorageWithMongoDB
This package allows you to store your custom data in a NoSQL MongoDB database. Unlike most NoSQL databases, a MomgoDB server can be installed on almost any platform, your laptop or on a Cloud service like AWS, GCP or Azure. It avoids vendor lock in into any specific hosting platform. |
|
|
UmbracoMongoIpStackClient
Package Description |
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 13.0.0 | 554 | 12/16/2023 |
| 12.0.1 | 664 | 7/2/2023 |
| 11.3.1 | 552 | 5/12/2023 |
| 11.1.1 | 660 | 1/31/2023 |
| 11.1.0 | 424 | 1/30/2023 |
| 11.0.0 | 580 | 12/4/2022 |
| 7.1.0 | 1,571 | 11/1/2022 |
| 7.0.0 | 526 | 10/29/2022 |
| 6.0.0 | 567 | 10/15/2022 |
| 5.3.0 | 572 | 10/15/2022 |
| 5.2.0 | 551 | 10/14/2022 |
| 5.1.0 | 548 | 10/14/2022 |
| 5.0.0 | 600 | 9/18/2022 |
| 4.0.1 | 867 | 7/30/2022 |
| 4.0.0 | 579 | 7/30/2022 |
| 3.0.0 | 985 | 7/20/2022 |
| 2.0.1 | 4,181 | 7/20/2022 |
| 2.0.0 | 591 | 7/17/2022 |
| 1.0.0 | 618 | 7/17/2022 |