Package Description
This class library contains the base classes and interfaces for the MongoDB.Entities package.
Adds application insights tracking into MongoDB in an easy to use way. There is also a second libary, MongoDB.ApplicationInsights.DependencyInjection which adds convenience functions for configuring the .NET core dependency injection system.
TypeScript Definitions (d.ts) for mongodb. Generated based off the DefinitelyTyped repository [git commit: dc271c6b4b1e8b92b365af69a3b740726be6dd5a]. http://github.com/DefinitelyTyped
ASP.NET MVC 5 shipped with a new Identity system (in the Microsoft.AspNet.Identity.Core package) in order to support both local login and remote logins via OpenID/OAuth, but only ships with an Entity Framework provider (Microsoft.AspNet.Identity.EntityFramework). MongoDB.AspNet.Identity is a MongoDB backend provider that is a nearly in place replacement for the EF version.
This library is for adding optimistic concurrency control to MongoDB using techniques similar to Entity Framework as well as adding basic DbContext type of functionality to your applications.
MongoDbContext enables .NET developers to work with a MongoDb database using .NET objects.
Blueshift Software MongoDb Provider for Microsoft EntityFramework Core Edited by aleksamagicka; do not use
Light abstraction on top of MongoDB to provide basic message queue functionality.
A mongodb provider for the new ASP.NET Identity framework. My aim is to ensure this project is well tested and configurable.
A MongoDB provider for ASP.NET Core Identity framework.
The MongoDB Messaging library is a lightweight queue pub/sub processing library based on MongoDB data store.
SharpRepository generic repository implemented in MongoDb
MongoDB data store adaptor for ASP.NET Core Identity
MongoDB.Web is a collection of ASP.NET providers (caching, membership, profiles, roles, session state, web events) for MongoDB.
A distributed cache implementation based on MongoDb, inspired by RedisCache and SqlServerCache
Distributed cache implementation of Microsoft.Extensions.Caching.Distributed.IDistributedCache using MongoDB. This implementation is based on the official made by Microsoft for SqlServer and Redis. In order to fix an issue in the MongoDB driver using .net core 3.0, this release (2.1.2) upgrades the minimum version of MongoDB driver to 2.8.1.
Adds application insights tracking into MongoDB with convenience functions for configuring the .NET core dependency injection system.
MongoDbMigrations uses the official MongoDB C# Driver to migrate your documents in your mongo database via useful fluent API. Supports up and down migrations with cancelation and progress handling. Also, this library is able to check a schema of collections in your database during the migration run. This version supports on-premise Mongo database either Azure CosmosDB (with Mongo-like API) or even AWS DocumentDB. In addition you can use TLS and/or SHH tunnels in your migrations. PS1 script for integration with CI/CD pipelines provides inside of the repository
MongoDB C# Driver Change Stream Extension using Rx.NET
MongoDB Entities Change Stream Extension using Rx.NET
A MongoDB provider for ASP.NET Core 2 Identity framework. Upgrade https://github.com/g0t4/aspnet-identity-mongo to netcore2
MongoDbContext enables .NET developers to work with a MongoDb database using .NET objects.
Replaces .NET's default GIF and 8-bit PNG encoding with high-quality Octree Quantization and multi-pass dithering support. Docs: http://imageresizing.net/plugins/prettygifs Support: http://imageresizing.net/support Requires license, see http://imageresizing.net/plugins ## 30+ plugins available Search 'ImageResizer' on nuget.org, or visit imageresizing.net to see 40+ plugins. Some offer 4-30x performance improvements; some render PDFs and PSDs; others detect faces and trim whitespace. You'll find plugins for disk caching, memory caching, Microsoft SQL blob support, Amazon CloudFront, S3, Azure Blob Storage, MongoDB GridFS, automatic whitespace trimming, automatic white balance, octree 8-bit gif/png quantization and transparency dithering, animated gif resizing, watermark & text overlay support, content aware image resizing / seam carving (based on CAIR), grayscale, sepia, histogram, alpha, contrast, saturation, brightness, hue, Guassian blur, noise removal, and smart sharpen filters, psd editing & rendering, raw (CR2, NEF, DNG, etc.) file exposure, .webp (weppy) support, image batch processing & compression into .zip archives, red eye auto-correction, face detection, and secure (signed!) remote HTTP image processing. Most datastore plugins support the Virtual Path Provider system, and can be used for non-image files as well.
MongoDB integration testing helper from .NET projects
Ideagen Fork of Core Component of the Official MongoDB .NET Driver.
Official MongoDB supported provider for Entity Framework Core. See https://www.mongodb.com/docs/entity-framework/ for more details.
Document-oriented entities for the OpenIddict MongoDB stores.
A MongoDB-based implementation of the NoSQL abstraction layer
This library makes working with LINQ to MongoDB queries easier from C#. Specificially it is for debugging and runtime inquiry of LINQ queries. There are two basic use cases: (1) Explain a LINQ query (does it use an index for example?). (2) Convert a LINQ query to the JavaScript code run in MongoDB.
MongoDB.Driver.Extensions is a library that helps you to stay in love with MongoDb.
mongo基础操作,缓存由之前database改用cachekey=configkey+database