Computer ScienceScience & MathematicsEconomics & FinanceBusiness & ManagementPolitics & GovernmentHistoryPhilosophy

MongoDB 3 Succinctly

by Zoran Maksimovic

MongoDB 3 Succinctly

Subscribe to new books via dBooks.org telegram channel

Join
DescriptionTable of ContentsDetailsHashtagsReport an issue

Book Description

MongoDB is one of the biggest players in the NoSQL database market, providing high performance, high availability, and automatic scaling. It's an open-source document database written in C++ and hosted on GitHub. Zoran Maksimovic's MongoDB 3 Succinctly touches on the most important aspects of the MongoDB database that application developers should be aware of - from installation and the usage of the Mongo Shell, to examples of the MongoDB C# driver APIs for Microsoft .NET Framework.

This open book is licensed under a Open Publication License (OPL). You can download MongoDB 3 Succinctly ebook for free in PDF format (2.7 MB).

Table of Contents

Chapter 1
MongoDB Overview
Chapter 2
MongoDB Installation
Chapter 3
The Mongo Shell
Chapter 4
Manipulating Documents
Chapter 5
Data Retrieval
Chapter 6
Basic MongoDB with C#
Chapter 7
Data Handling in C#
Chapter 8
Inserting Data in C#
Chapter 9
Find (Query) Data in C#
Chapter 10
Binary Data (File Handling) in C#
Chapter 11
Back Up and Restore

Book Details

Title
MongoDB 3 Succinctly
Subject
Computer Science
Publisher
Syncfusion
Published
2017
Pages
111
Edition
1
Language
English
ISBN13 Digital
9781642001358
ISBN10 Digital
164200135X
PDF Size
2.7 MB
License
Open Publication License

Related Books

The Little MongoDB Book
Karl Seguin is a developer with experience across various fields and technologies. He's an expert .NET and Ruby developer. He's a semi-active contributor to OSS projects, a technical writer and an occasional speaker. With respect to MongoDB, he was a core contributor to the C# MongoDB library NoRM, wrote the interactive tutorial mongly as...
MongoDB Notes for Professionals
The MongoDB Notes for Professionals book is compiled from Stack Overflow Documentation, the content is written by the beautiful people at Stack Overflow....
Learning MongoDB
Data in the world started to grow tremendously after mobile application came in the market. This huge amount of data became almost impossible to handle with traditional relational database - SQL. NoSQL databases are introduced to handle those data where much more flexibility came like variable number of columns for each data. MongoDB is one of the ...
From Containers to Kubernetes with Node.js
This book is designed as an introduction to containers and Kubernetes by way of Node.js. Containers are the basis for distributed, repeatable workflows with orchestrators such as Kubernetes, and they allow developers and operators to develop applications consistently across environments and deploy in a repeatable and predictable fashion. The exa...
SQL Server Metadata Succinctly
SQL Server is a very complex and powerful product, but it provides tremendous amounts of data about itself. You can use this metadata to improve your database design, increase performance, review security, and more. Joseph D. Booth will show readers sample scripts and queries using information schema views as well as SQL Server-specific views in SQ...
Angular Succinctly
Angular is a massively popular JavaScript framework built to take advantage of component development in web apps. It is constantly evolving, with a new major release delivered every six months. In Angular Succinctly, author Joseph D. Booth guides you through setting up a development environment, interacting with the Angular CLI, building Hello Worl...