MongoDB C# Developer Path

This learning path contains a series of courses to teach you MongoDB skills. In this path, you’ll learn the basics of building modern applications with C#, using MongoDB as your database.

When you complete this learning path, you will receive 50% off an Associate Developer certification exam attempt. 


Milestone
  • Learning Path for C# Developers


    Start Here - Intro to MongoDB

    Required
    Unit
    | Colleen Day, Emily Pope, Daniel Curran, Camden Kirkland, Sequoyha Pelletier

    15 Minutes

    Learn all about MongoDB Atlas, MongoDB's database-as-a-service and data platform.
    View Details

    Getting Started with MongoDB Atlas

    Required
    Unit
    | Katie Redmiles, Camden Kirkland, Emily Pope, Manuel Fontan Garcia, Sequoyha Pelletier, Colleen Day, Julianna Chen, John McCambridge, Davenson Lombard

    1.25 Hours

    Learn how to leverage MongoDB Atlas, the modern, multi-cloud data platform, and deploy your first cluster. Plus, learn the foundations of MongoDB and get an overview of its architecture.
    View Details

    MongoDB and the Document Model

    Required
    Unit
    | Sequoyha Pelletier, Manuel Fontan Garcia, Colleen Day, Daniel Curran, Sarah Evans, John McCambridge, Davenson Lombard

    1.25 Hours

    Learn about the MongoDB document model and the data types it supports. In addition, learn basic principles of data modeling in MongoDB and how to use Atlas to manage your documents and collections.
    View Details

    MongoDB Data Modeling Intro

    Elective
    Unit
    | Rachelle Palmer, Xijing Zhang, Daniel Curran

    45 Minutes

    Learn the basics of data modeling, the process of defining how data is stored and the relationships among different entities in your data, in MongoDB.
    View Details

    Connecting to a MongoDB Database

    Elective
    Unit
    | Sarah Evans, Parker Faucher, Daniel Curran

    1.75 Hours

    Learn how to connect to MongoDB databases by using connection strings. Connection strings allow you to connect your cluster with the mongo shell, with Compass (our GUI that enables querying, optimizing and analyzing MongoDB data), and to an application.
    View Details

    Connecting to MongoDB in C#

    Required
    Unit
    | Daniel Curran, Parker Faucher, Caleb Thompson

    .75 Hours

    Learn about the C# driver for MongoDB and how to use it to connect to your C# applications.
    View Details

    MongoDB CRUD Operations: Insert and Find Documents

    Required
    Unit
    | Emily Pope, Parker Faucher

    1.75 Hours

    Learn how to create, find, and query MongoDB documents in the mongo shell.
    View Details

    MongoDB CRUD Operations: Replace and Delete Documents

    Required
    Unit
    | Camden Kirkland, Emily Pope, John McCambridge

    1.75 Hours

    Learn how to replace and delete documents in the mongo shell.
    View Details

    MongoDB CRUD Operations: Modifying Query Results

    Required
    Unit
    | Camden Kirkland, Emily Pope

    1.25 Hours

    Learn how to sort and limit query results and how to count documents in MongoDB.
    View Details

    MongoDB CRUD Operations in C#

    Required
    Unit
    | Parker Faucher, Daniel Curran, Caleb Thompson

    3 Hours

    Learn how to perform basic CRUD operations with the MongoDB C# driver.
    View Details

    MongoDB Aggregation

    Elective
    Unit
    | Laura Gutierrez Munoz, Julie Gauthier, Emily Pope

    1.75 Hours

    Learn how to create aggregation pipelines that enable you to analyze and summarize data by stringing together stages that filter, sort, group, and/or transform data.
    View Details

    MongoDB Aggregation with C#

    Required
    Unit
    | Parker Faucher, Daniel Curran, Caleb Thompson

    1 Hour

    Learn how to create aggregation pipelines with C#.
    View Details

    MongoDB Indexes

    Required
    Unit
    | Laura Gutierrez Munoz, Daniel Curran, John McCambridge

    1.75 Hours

    Learn how to improve MongoDB performance by learning how to create single, compound, and multikey indexes as well as how to delete indexes.
    View Details

    MongoDB Atlas Search

    Required
    Unit
    | Emily Pope, Julie Gauthier

    1.5 Hours

    Learn about MongoDB Atlas Search, a full text search feature that combines three systems - database, search engine, and sync mechanisms.
    View Details

    MongoDB Transactions

    Elective
    Unit
    | Camden Kirkland, Sarah Evans, Parker Faucher

    1 Hour

    Learn about ACID transactions in MongoDB and how they guarantee certain database operations happen together or not at all to ensure data integrity within the database.
    View Details

    MongoDB Compass

    Elective
    Learning Byte
    | 20 Minutes
    Learn how to use MongoDB Compass: the official Graphical User Interface built by – and for – MongoDB. This Learning Byte will cover how to set up and use MongoDB Compass to oversee and optimize your database.
    View Details