Posts Tagged ‘NoRM’
No-SQL – MongoDB – From introduction to high level usage in C# with NoRM.
First I would like to apologize in advance for my bad English. This is a translation of my original article in Portuguese. I will be grateful for any corrections.
In this article I’ll try to make an introduction to the No-SQL movement, the document oriented database MongoDB and three ways to use it: via shell, via the C# driver mongodb-csharp and via the NoRM library.
The objective of this article is that the reader becomes aware of what is and the basics of how to use MongoDB. For that, the examples that we will cover are intentionally simple and does not seek to explore the various ways to perform an operation on MongoDB either to demonstrate it’s full capacity.
No-SQL – MongoDB – Da introdução a utilização em alto nível em C# com NoRM.
Neste artigo tentarei fazer uma introdução ao movimento No-SQL, a base de dados orientada a documentos MongoDB e três formas de utilizá-la: via shell, via o driver para C# mongodb-csharp e via a biblioteca NoRM.
O objetivo deste artigo é que o leitor tome conhecimento do que é e de como utilizar de forma básica o MongoDB, para isso os exemplos de utilização que percorreremos são intencionalmente simples e não visam explorar as diversas formas de se executar uma operação no MongoDB tampouco demostrar toda a sua capacidade.