MongoDB is a popular
NoSQL database that makes it a great backend for Web APIs which lend themselves towards a
document store. Here we show how you can use
MongoDB with
ASP.NET Web API to build an ApiController with support for HTTP GET, PUT, POST, and DELETE.