MongoDbGenericRepository 1.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package MongoDbGenericRepository --version 1.0.0
                    
NuGet\Install-Package MongoDbGenericRepository -Version 1.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="MongoDbGenericRepository" Version="1.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="MongoDbGenericRepository" Version="1.0.0" />
                    
Directory.Packages.props
<PackageReference Include="MongoDbGenericRepository" />
                    
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 MongoDbGenericRepository --version 1.0.0
                    
#r "nuget: MongoDbGenericRepository, 1.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.
#:package MongoDbGenericRepository@1.0.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=MongoDbGenericRepository&version=1.0.0
                    
Install as a Cake Addin
#tool nuget:?package=MongoDbGenericRepository&version=1.0.0
                    
Install as a Cake Tool

A generic repository implementation using the MongoDB C# Sharp 2.0 driver.

Product Compatible and additional computed target framework versions.
.NET Framework net452 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (32)

Showing the top 5 NuGet packages that depend on MongoDbGenericRepository:

Package Downloads
AspNetCore.Identity.MongoDbCore

A MongoDb UserStore and RoleStore adapter for Microsoft.Extensions.Identity.Core 6.0.

Brainix.Common.Classes

Package Description

AIC.Core.Data.MongoDb

Shared .NET library for Aerospace, Intelligence, and Cyber solutions.

AIC.Core.Identity.Subscriptions.Models.MongoDb

Shared .NET library for Aerospace, Intelligence, and Cyber solutions.

AIC.Core.Identity.Tenants.Models.MongoDb

Shared .NET library for Aerospace, Intelligence, and Cyber solutions.

GitHub repositories (2)

Showing the top 2 popular GitHub repositories that depend on MongoDbGenericRepository:

Repository Stars
alexandre-spieser/AspNetCore.Identity.MongoDbCore
A MongoDb UserStore and RoleStore adapter for Microsoft.AspNetCore.Identity 2.2. Allows you to use MongoDb instead of SQL server with Microsoft.AspNetCore.Identity 2.2. (not Identity 3.0)
LeonKou/NetPro
🌈An enhanced version with clean architecture of asp.netcore,efficiently manage startup,Support for netcore3.1/6.0
Version Downloads Last Updated
2.0.0 59,142 8/8/2025
1.6.3 27,259 12/8/2024
1.6.2 33,406 11/23/2024
1.6.1 84,302 5/28/2024
1.6.0 79,764 8/11/2023
1.5.1 1,966 8/2/2023
1.5.0 1,427 8/1/2023
1.4.8 991,199 10/13/2021
1.4.7 75,703 3/15/2021
1.4.6 8,777 3/15/2021
1.4.5 50,688 6/9/2020
1.4.4 4,098 6/6/2020
1.4.3 481,255 2/5/2020
1.4.2 2,096 2/5/2020
1.4.1 131,488 11/18/2019
1.4.0 93,912 4/18/2019
1.3.9 2,562 4/14/2019
1.3.8 107,980 10/7/2018
1.3.7 4,675 9/9/2018
1.3.6 21,017 3/6/2018
1.3.5 3,364 2/10/2018
1.3.4 5,186 1/27/2018
1.3.3 2,884 11/19/2017
1.3.2 2,620 11/1/2017
1.3.1 2,595 11/1/2017
1.3.0 4,759 10/1/2017
1.2.1 2,564 9/23/2017
1.2.0 2,603 9/9/2017
1.1.0 2,597 9/3/2017
1.0.0 2,850 9/3/2017

First release.