Create, Retrieve, Update, and Delete Dragons With MongoDB on C# .NET
Kory Becker:
In this tutorial, we’ll create a basic C# .NET application that creates and displays Dragons from a NoSQL MongoDb database. Our C# .NET architecture will utilize the repository pattern, combined with a global database context provider. We’ll create a 3-tier system for accessing the Dragons, creating, updating, and deleting.
Original title and link: Create, Retrieve, Update, and Delete Dragons With MongoDB on C# .NET (©myNoSQL)