An example of generic repository implementation using the MongoDB C# Sharp 2.0 driver (async)
☆323Aug 8, 2025Updated 7 months ago
Alternatives and similar repositories for mongodb-generic-repository
Users that are interested in mongodb-generic-repository are comparing it to the libraries listed below
Sorting:
- A MongoDb UserStore and RoleStore adapter for Microsoft.AspNetCore.Identity 2.2. Allows you to use MongoDb instead of SQL server with Mic…☆294Aug 11, 2025Updated 6 months ago
- Repository abstraction layer on top of Official MongoDB C# driver☆311Jan 13, 2020Updated 6 years ago
- Example of an implementation of Repository and Unit of Work Patterns with MongoDB for ASP.NET Core.☆202Mar 3, 2023Updated 3 years ago
- An "Entity Framework"-like interface for MongoDB☆400Feb 26, 2026Updated last week
- A data access library for MongoDB with an elegant api, LINQ support and built-in entity relationship management☆569Updated this week
- Repository pattern for MongoDB with extended features☆68Aug 14, 2025Updated 6 months ago
- This is a MongoDB provider for the ASP.NET Core 2 Identity framework☆373Feb 22, 2025Updated last year
- A Microsoft Entity Framework Core plugin providing Unit of work and repository pattern abstraction layer with common functionality☆492Oct 11, 2023Updated 2 years ago
- An easy-to-configure, powerful repository for MongoDB with support for multi-tenancy☆49Mar 3, 2023Updated 3 years ago
- On-the-fly migrations with MongoDB C# Driver☆181Aug 5, 2024Updated last year
- This repository contains Generic Repository implementation for Entity Framework Core☆632Nov 15, 2025Updated 3 months ago
- .NET event sourced domain driven design model via NServiceBus and GetEventStore☆441May 30, 2025Updated 9 months ago
- C# Generic Repository for use with Entity Framework, RavenDB and more with built-in caching options.☆663Mar 4, 2023Updated 3 years ago
- .Net core MongoDB repository abstraction layer☆11Jan 19, 2020Updated 6 years ago
- NoSQL providers for EntityFramework Core☆281Aug 10, 2024Updated last year
- A full-featured starter template for `dotnet new` to quickly scaffold an Asp.Net 8 Web-Api project with MongoDB as the data store.☆201Feb 29, 2024Updated 2 years ago
- .NET 10 Nuget Packages☆469Feb 11, 2026Updated 3 weeks ago
- Fork of dotnet-architecture/eShopOnContainers in full DDD/CQRS design using my own patterns☆322Mar 4, 2023Updated 3 years ago
- Database driven localization provider for .NET applications (with administrative management UI)☆122Oct 22, 2024Updated last year
- A simple recipe for .NET Core microservices.☆958Mar 25, 2024Updated last year
- Event Sourcing, CQRS and DDD framework for C#/.NET Core.☆714Jan 30, 2026Updated last month
- Implementation of basic Todo app via tastejs/todomvc in C#/Typescript with eventsourcing, cqrs, and domain driven design