Stories recently tagged with 'MongoDB'

No-SQL – MongoDB – From introduction to high level usage in C#(fredzvt.wordpress.com)

submitted by javeryjavery(5523) 1 year, 9 months ago

A good introduction to using MongoDB from C# read more...

add a comment |category: |Views: 737

tags: another

Implementing Blog Using ASP.NET MVC and MongoDb(www.highoncoding.com)

submitted by adimauroadimauro(22) 1 year, 10 months ago

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. read more...

add a comment |category: |Views: 179

tags: another

MongoDB provider for Blogengine.net, saving an entity.(blog.dynamicprogrammer.com)

submitted by hgarciahgarcia(1534) 1 year, 11 months ago

In the second part of this multi part serie, we finally save something to the database. We refactor our code and we set the foundations for further work on the select and mapping features. read more...

add a comment |category: |Views: 43

tags: another

Dynamic Programmer - Creating a MongoDB provider for Blogengine.Net 1(blog.dynamicprogrammer.com)

submitted by hgarciahgarcia(1534) 1 year, 11 months ago

In this multipart serie, I will create a MongoDB provider for BlogEngine.Net I will explore the problems and solutions I find during the development process. I will use mostly a test first approach and all the code is public in Codeplex for you to follow along. read more...

add a comment |category: |Views: 36

tags: another

Dynamic Programmer - Creating a MongoDB provider for Blogengine.Net 1(blog.dynamicprogrammer.com)

submitted by hgarciahgarcia(1534) 1 year, 11 months ago

MongoDb is a document oriented database, identified as part of the NoSql movement. In this series of post I will try to create a provider to use with the open source blogging engine Blogengine.net read more...

add a comment |category: |Views: 19

tags: another

Getting started with MongoDB – Using Json.Net and Castle Dynamic proxy(daniel.wertheim.se)

submitted by sedanwersedanwer(176) 2 years ago

This post is divided in three blocks: - Getting MongoDB to run on your machine - Consume it manually via the MongoDB – Console - Consume it from C# code. read more...

add a comment |category: |Views: 43

tags: another