@manhng

Welcome to my blog!

MongoDB

January 25, 2019 11:38

MongoDB (edit)

MongoDB Transactions

Working with MongoDB Transactions with C# and the .NET Framework

Software's needed:

Samples

yogyogi/First-ASP.NET-Core-Microservice: First ASP.NET Core Microservice with Web API CRUD Operations on a MongoDB database [Clean Architecture] (github.com)

fpetru/WebApiMongoDB: Using MongoDB with ASP.NET Web API and ASP.NET Core to perform CRUD operations and build a NotebookApp (github.com)

C# and MongoDB Delete Operation

C# and MongoDB Delete Operation (github.com)

First ASP.NET Core Microservice with Web API CRUD Operations on a MongoDB database [Clean Architecture]

First ASP.NET Core Microservice with Web API CRUD Operations on a MongoDB database [Clean Architecture] (hosting.work)

Getting Started with ASP.NET Core and MongoDB

Getting Started with ASP.NET Core and MongoDB - Code Maze (code-maze.com)

ASP.NET Core series

.NET Core Tutorial - Creating the restful Web API - Code Maze (code-maze.com)

ASP.NET Core Microservices series

This tutorial is a part of ASP.NET Core Microservices series. It contains the following tutorials:

CRUD Operations Using ASP.NET Web API, MongoDB, and Angular 8

  • Angular 8
  • CRUD
  • MongoDB
  • ASP.NET Core WEB API
  • Cross-Origin Resource Sharing (CORS)

CRUD Operations Using ASP.NET Web API, MongoDB, and Angular 8 - DZone Web Dev

Terminology and Concepts

If you're not familiar with MongoDB, here's a quick translation cheat sheet to get you familiar with the terminology.

SQL Server MongoDB
Database Database
Table Collection
Index Index
Row Document
Column Field
Joining Linking & Embedding
Partition Sharding (Range Partition)
Replication ReplSet

Categories

Recent posts