From b1a7da9bd77cd55684bacdd006b7184d097b5808 Mon Sep 17 00:00:00 2001 From: rishitb-mongodb <160672125+rishitb-mongodb@users.noreply.github.com> Date: Tue, 9 Jul 2024 11:39:12 -0400 Subject: [PATCH] Request to Add new .NET library for MongoDB (#371) 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.