Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 392 Bytes

README.md

File metadata and controls

6 lines (6 loc) · 392 Bytes

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.