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
- Host: GitHub
- URL: https://github.com/joaosouzaaa/mongodbfactory
- Owner: joaosouzaaa
- Created: 2024-10-14T22:34:20.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2025-02-05T10:44:53.000Z (4 months ago)
- Last Synced: 2025-02-05T11:32:06.304Z (4 months ago)
- Topics: efcore, mongodb, mongodb-driver
- Language: C#
- Homepage:
- Size: 40 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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