关于[Create a RESTful API with .NET Core and MongoDB]的摘要:
If you've been keeping up with my development content, you'll remember that I recently wrote Build Your First .NET Core Application with MongoDB Atlas, which focused on building a console application that integrated with MongoDB. While there is a fit for MongoDB in console applications, many developers are going to find it more valuable in web applications. In this tutorial, we're going to expand upon the previous and create a RESTful API with endpoints that perform basic create, read, update, and delete (CRUD) operations against MongoDB Atlas.
原文地址: https://www.mongodb.com/developer/how-to/create-restful-api-dotnet-core-mongodb/