An open API service indexing awesome lists of open source software.

https://github.com/joaosouzaaa/mongodbfactory

MongoDB factory for mappings in .NET
https://github.com/joaosouzaaa/mongodbfactory

efcore mongodb mongodb-driver

Last synced: 2 months ago
JSON representation

MongoDB factory for mappings in .NET

Awesome Lists containing this project

README

        

# MongoDBFactory

The goal of this project is to show how to implement a factory for personalized mappings when using "MongoDB.Driver" package. It also has all of the CRUD operations using MongoDB.

# Technologies used
- .NET 9
- C#
- MongoDB
- MongoDB.Driver
- xUnit
- Moq
- FluentValidation
- Docker