OfX-MongoDb
6.0.2
See the version list below for details.
dotnet add package OfX-MongoDb --version 6.0.2
NuGet\Install-Package OfX-MongoDb -Version 6.0.2
<PackageReference Include="OfX-MongoDb" Version="6.0.2" />
<PackageVersion Include="OfX-MongoDb" Version="6.0.2" />
<PackageReference Include="OfX-MongoDb" />
paket add OfX-MongoDb --version 6.0.2
#r "nuget: OfX-MongoDb, 6.0.2"
#:package OfX-MongoDb@6.0.2
#addin nuget:?package=OfX-MongoDb&version=6.0.2
#tool nuget:?package=OfX-MongoDb&version=6.0.2
OfX-MongoDb
OfX-MongoDb is an extension package for OfX that integrates with MongoDb to simplify data fetching by leveraging attribute-based data mapping. This extension streamlines data retrieval using MongoDb, reducing boilerplate code and improving maintainability.
MongoDb
OfX-MongoDb extends the core OfX library by providing seamless integration with MongoDb. This enables developers to automatically map and retrieve data directly from a database, leveraging the power of MongoDb along with attribute-based data mapping.
For example, suppose you have a UserId
property in your model, and you want to fetch the corresponding Name
and Email
fields from the database. By using OfX-EFCore, you can annotate your model with attributes, and the library
will handle data fetching for you.
Installation
To install the OfX-MongoDb package, use the following NuGet command:
dotnet add package OfX-MongoDb
Or via the NuGet Package Manager:
Install-Package OfX-MongoDb
How to Use
1. Register OfX-MongoDb
Add OfX-EfCore to your service configuration during application startup:
builder.Services.AddOfX(cfg =>
{
cfg.AddAttributesContainNamespaces(typeof(IKernelAssemblyMarker).Assembly);
cfg.AddModelConfigurationsFromNamespaceContaining<IAssemblyMarker>();
})
.AddMongoDb(cfg => cfg.AddCollection(memberSocialCollection));
Function Descriptions
AddMongoDb
Here, you can use the method AddMongoDb()
, which takes AddCollection(s)
to executing.
That all, Enjoy your moment!
Package Name | Description | .NET Version | Document |
---|---|---|---|
Core | |||
OfX | OfX core | 8.0, 9.0 | ReadMe |
Data Providers | |||
OfX-EFCore | This is the OfX extension package using EntityFramework to fetch data | 8.0, 9.0 | ReadMe |
OfX-MongoDb | This is the OfX extension package using MongoDb to fetch data | 8.0, 9.0 | This Document |
Integrations | |||
OfX-HotChocolate | OfX.HotChocolate is an integration package with HotChocolate for OfX. | 8.0, 9.0 | ReadMe |
Transports | |||
OfX-gRPC | OfX.gRPC is an extension package for OfX that leverages gRPC for efficient data transportation. | 8.0, 9.0 | ReadMe |
OfX-Kafka | OfX-Kafka is an extension package for OfX that leverages Kafka for efficient data transportation. | 8.0, 9.0 | ReadMe |
OfX-Nats | OfX-Nats is an extension package for OfX that leverages Nats for efficient data transportation. | 8.0, 9.0 | ReadMe |
OfX-RabbitMq | OfX-RabbitMq is an extension package for OfX that leverages RabbitMq for efficient data transportation. | 8.0, 9.0 | ReadMe |
Product | Versions 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 is compatible. 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. |
-
net8.0
- MongoDB.Driver (>= 3.2.1)
- OfX (>= 6.0.2)
-
net9.0
- MongoDB.Driver (>= 3.2.1)
- OfX (>= 6.0.2)
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 |
---|---|---|
7.1.1 | 179 | 8/28/2025 |
7.1.0 | 132 | 8/13/2025 |
7.0.6 | 210 | 8/7/2025 |
7.0.5 | 210 | 8/6/2025 |
7.0.4 | 136 | 8/4/2025 |
7.0.3 | 99 | 7/4/2025 |
7.0.2 | 156 | 6/19/2025 |
7.0.1 | 141 | 6/19/2025 |
7.0.0 | 242 | 6/9/2025 |
6.0.2 | 165 | 5/26/2025 |
6.0.1 | 152 | 5/25/2025 |
6.0.0 | 149 | 5/20/2025 |
6.0.0-beta1 | 148 | 5/20/2025 |
5.0.22 | 156 | 5/5/2025 |
5.0.21 | 90 | 4/26/2025 |
5.0.20 | 95 | 4/26/2025 |
5.0.19 | 168 | 4/22/2025 |
5.0.18 | 194 | 4/13/2025 |
5.0.17 | 275 | 3/23/2025 |
5.0.16 | 164 | 3/18/2025 |
5.0.15 | 161 | 3/17/2025 |
5.0.14 | 183 | 3/9/2025 |
5.0.13 | 220 | 3/6/2025 |
5.0.12 | 215 | 3/6/2025 |
5.0.11 | 113 | 3/2/2025 |
5.0.10 | 124 | 2/28/2025 |
5.0.9 | 103 | 2/28/2025 |
5.0.8 | 109 | 2/28/2025 |
5.0.7 | 106 | 2/27/2025 |
5.0.6 | 109 | 2/26/2025 |