Skip to main content

Overview

MongoDbCore is designed to make working with MongoDB in .NET applications easy. It supports standard CRUD operations, efficient memory usage, and asynchronous support.

Key Features

  • Easy Setup: Simple configuration for MongoDB connections.
  • CRUD Operations: Supports Create, Read, Update, and Delete.
  • Asynchronous Support: Perform operations asynchronously for better performance.
  • Bulk Operations: Enables efficient handling of large data sets by performing multiple operations in a single request.