Construct queries using idiomatic builders - no need to learn a new query language. MongoDB supports LINQ operators — so that you can get the data you need with the syntax you know.
Manipulate data using the tools of your choice
Easily work with your data using extensions for VS Code and Visual Studio. Browse your databases, prototype queries and aggregations with dynamic playgrounds, and query data directly from your IDE.
Learn how you can deploy key MongoDB Atlas features — from aggregation pipelines to data encryption — using C# syntax. Helpful code snippets are included for easy copy-and-paste.
Transform and process your data with MongoDB’s modular, multi-stage aggregation framework. Easily customize and configure your data analysis using familiar LINQ expressions and syntax.
Add an extra layer of security with client-side field level encryption (CSFLE). Enable CSFLE on the MongoClient and encrypt fields with JSON schema — so sensitive data is never transmitted unencrypted nor seen unencrypted by the MongoDB server.
Transform and process your data with MongoDB’s modular, multi-stage aggregation framework. Easily customize and configure your data analysis using familiar LINQ expressions and syntax.
Add an extra layer of security with client-side field level encryption (CSFLE). Enable CSFLE on the MongoClient and encrypt fields with JSON schema — so sensitive data is never transmitted unencrypted nor seen unencrypted by the MongoDB server.