From 70fbd0a62355cb67bdb34f170d6570345cda8a5d Mon Sep 17 00:00:00 2001 From: rishitb-mongodb <160672125+rishitb-mongodb@users.noreply.github.com> Date: Thu, 27 Jun 2024 16:53:38 -0400 Subject: [PATCH] Request to Add new .NET library for MongoDB The MongoDB OData extension for .NET is built on top of the MongoDB C# Driver. It allows developers intending to use OData to power their REST APIs with MongoDB quickly and seamlessly. --- _libraries/MongoDB-ASP-NET-Core-OData.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 _libraries/MongoDB-ASP-NET-Core-OData.md diff --git a/_libraries/MongoDB-ASP-NET-Core-OData.md b/_libraries/MongoDB-ASP-NET-Core-OData.md new file mode 100644 index 0000000..743cb63 --- /dev/null +++ b/_libraries/MongoDB-ASP-NET-Core-OData.md @@ -0,0 +1,11 @@ +--- +category: net +name: MongoDB ASP.NET Core OData +link: https://github.com/mongodb/mongo-aspnetcore-odata?tab=readme-ov-file +version: V4 +object: Server +downloads: + - source: nugetgallery + link: https://www.nuget.org/packages/MongoDB.AspNetCore.OData/ +--- +You can use OData with MongoDB in your ASP.NET Core applications by leveraging the MongoDB.OData extension which allows you to create your REST APIs for CRUD operations with MongoDB.