How exciting! We know all about MongoDB’s developer data platform now and even all the ways you can interact with your data. Over the course of the next few chapters, we are going to build out an application, using C# and the MongoDB driver, and begin to carry out the most common operations: create, read, update, and delete.
The plan over the next few chapters is to build a minimal Web API, using ASP.NET Core with .NET 6.0. We are creating a Web API project as we don’t need to have a front end in order to access ...