UmbracoMongoDbClient 13.0.0

dotnet add package UmbracoMongoDbClient --version 13.0.0
                    
NuGet\Install-Package UmbracoMongoDbClient -Version 13.0.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="UmbracoMongoDbClient" Version="13.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="UmbracoMongoDbClient" Version="13.0.0" />
                    
Directory.Packages.props
<PackageReference Include="UmbracoMongoDbClient" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add UmbracoMongoDbClient --version 13.0.0
                    
#r "nuget: UmbracoMongoDbClient, 13.0.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=UmbracoMongoDbClient&version=13.0.0
                    
Install as a Cake Addin
#tool nuget:?package=UmbracoMongoDbClient&version=13.0.0
                    
Install as a Cake Tool

Setup procedure

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 Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (3)

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

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
13.0.0 364 12/16/2023
12.0.1 499 7/2/2023
11.3.1 400 5/12/2023
11.1.1 538 1/31/2023
11.1.0 315 1/30/2023
11.0.0 448 12/4/2022
7.1.0 1,416 11/1/2022
7.0.0 422 10/29/2022
6.0.0 441 10/15/2022
5.3.0 441 10/15/2022
5.2.0 431 10/14/2022
5.1.0 427 10/14/2022
5.0.0 484 9/18/2022
4.0.1 723 7/30/2022
4.0.0 455 7/30/2022
3.0.0 821 7/20/2022
2.0.1 3,724 7/20/2022
2.0.0 478 7/17/2022
1.0.0 488 7/17/2022