MongoRepository 1.2.1
See the version list below for details.
dotnet add package MongoRepository --version 1.2.1
NuGet\Install-Package MongoRepository -Version 1.2.1
<PackageReference Include="MongoRepository" Version="1.2.1" />
paket add MongoRepository --version 1.2.1
#r "nuget: MongoRepository, 1.2.1"
// Install MongoRepository as a Cake Addin #addin nuget:?package=MongoRepository&version=1.2.1 // Install MongoRepository as a Cake Tool #tool nuget:?package=MongoRepository&version=1.2.1
An easy to use library to use MongoDB with .NET. (Implements Repository pattern on top of Official MongoDB C# driver with use of FluentMongo).
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
-
- fluentmongo (>= 1.3.1)
NuGet packages (4)
Showing the top 4 NuGet packages that depend on MongoRepository:
Package | Downloads |
---|---|
AppBlocks.Models
The BASE of ALL THE THINGS |
|
DaoMongo
Dao para utilização do mongo db - utiliza recursos do projeto mongorepository |
|
BinbinMessageQueue
BinbinMessageQueue |
|
getAddress.Sequence.Mongo
A multiple instance and thread safe unique number sequence generator. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated | |
---|---|---|---|
1.6.11 | 73,542 | 3/31/2016 | |
1.6.10 | 15,138 | 11/20/2015 | |
1.6.9 | 5,675 | 10/9/2015 | |
1.6.8 | 31,608 | 2/3/2015 | |
1.6.7.1 | 6,975 | 11/27/2014 | |
1.6.6 | 7,437 | 8/18/2014 | |
1.6.5 | 5,417 | 5/20/2014 | |
1.6.4 | 3,568 | 4/8/2014 | |
1.6.3 | 7,002 | 2/5/2014 | |
1.6.2 | 4,933 | 12/11/2013 | |
1.6.1 | 3,034 | 10/25/2013 | |
1.6.0 | 1,690 | 10/25/2013 | |
1.5.2 | 3,116 | 8/7/2013 | |
1.5.1 | 2,688 | 7/9/2013 | |
1.5.0 | 3,998 | 6/11/2013 | |
1.4.3 | 2,793 | 4/10/2013 | |
1.4.2 | 1,988 | 4/3/2013 | |
1.4.1 | 4,035 | 11/28/2012 | |
1.4.0 | 1,893 | 11/25/2012 | |
1.3.4 | 2,172 | 11/6/2012 | |
1.3.3 | 3,150 | 9/4/2012 | |
1.3.2 | 2,189 | 7/11/2012 | |
1.3.1 | 4,841 | 6/1/2012 | |
1.3.0 | 2,912 | 4/20/2012 | |
1.2.4 | 2,106 | 2/22/2012 | |
1.2.3 | 1,961 | 1/27/2012 | |
1.2.2 | 1,997 | 12/20/2011 | |
1.2.1 | 1,863 | 12/14/2011 | |
1.2.0 | 1,817 | 12/14/2011 | |
1.1.5 | 1,829 | 12/14/2011 | |
1.1.0 | 1,941 | 12/13/2011 | |
1.0.0 | 2,672 | 12/6/2011 |
It is now possible to implement IEntity as opposed to inheriting from Entity to override the Object ID generation for use with custom keys (for example: natural keys). V1.2.1 is mostly a bugfix.