|
Latest Articles
Implementing Blog Using ASP.NET MVC and MongoDb
MongoDb is a schema free, scalable, high performance document database. In this article we will demonstrate how quickly you can make a blog using ASP.NET MVC Framework, MongoDb and the C# driver.
Implementing Business Object to Documents Converter for MongoDb
In both the previous articles we manually created documents and inserted into the MongoDb database. Unfortunately, this technique will not work in real world since we are surrounded by objects. This article demonstrates how to implement a simple business object to Document converter.
Persisting Hierarchical Data Using MongoDb
In the last article we gave an introduction to the MongoDb document database. We learned how to insert simple independent documents. This article will demonstrate how to persist nested documents into the MongoDb database using C# driver.
Introduction to MongoDb Database
We all work with objects in our .NET application. But when it is time to persist those objects we are always inclined towards the relational database. In this article we are going to demonstrate how to use MongoDb database to store our objects.
|