Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 582 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 582 Bytes

Build status

Repository.MongoDb.Net

A simple generic MongoDb repository (Driver 2.0.1) for C# language. This repository contains the basic CRUD methods (Get, Delete, Update, Insert, GetAll, Pagination).

Features

  • Completely Asynchronous
  • Document Version (Consistency)
  • Integration Tests
  • Exception Handling

PS: To run the tests it's necessary to configure the connectionString in folder "Core.Repository.MongoDb.Tests".