codejnki / Codejnki.Utility.MongoRepository

A MongoDb Repository written in C#

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Codejnki Utility MongoRepository

This code was originally based off of https://github.com/alexandre-spieser/mongodb-generic-repository.

Been reworking it over time to fit my programming styles.

There is an autofac module MongoRepositoryModule that you can add to you dependency injection.

Create a class that implements IMongoDbConfig and it should just work :)

That's about it.

About

A MongoDb Repository written in C#

License:MIT License


Languages

Language:C# 100.0%