/MongoDBTutorial

A small mongodb project with asp.net mvc.

Primary LanguageJavaScript

MongoDBTutorial

A small mongodb project (small blog example) with asp.net mvc.
You have users, categories and articles collections on the mongodb.
You can do crud operations. It's not relational(!) but you can join tables with objectids by using Linq.