Project Description

A lightweight service/repository framework on top of mongoDB. This framework will allow any project developer to get up and running with a service/repository framework that will store and retrieve data from a mongoDB database. This project is still very much in an "alpha" development phase. However, there are many planned enhancements (see the project roadmap for more details).

Features

Why did I create this project?

I am currently working on a side project and when I started, I created the start of the code base for this project. I thought that this might be something that others were creating over and over. I created this project as a starting point to for any .Net project that will have a need to store and retrieve data from a mongoDB database.

Some technical details

This project is written in Visual Studio 2010 using C# 4.0. It utilized the mongo c# driver from the creators of mongoDB. For testing it is using xUnit.Net and moq.

Project Roadmap

This is a list of the items that are currently planned for future versions.

You can follow me on Twitter: @MarkStarkman