MongoDB (edit)
MongoDB Transactions
Working with MongoDB Transactions with C# and the .NET Framework
Software's needed:
Samples
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]
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:
- 1. First ASP.NET Core Microservice with Web API CRUD Operations on a MongoDB database [Clean Architecture]
- 2. Synchronous Communication between Microservices built in ASP.NET Core
- 3. Microservices API Gateway to unify Multiple Microservices
- 4. Microservices Asynchronous Communication with RabbitMQ and MassTransit
- 5. ASP.NET Core Microservices Code Refactoring into Reusable NuGet Package
CRUD Operations Using ASP.NET Web API, MongoDB, and Angular 8
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 |