Using the MongoDB C# v2 Driver
Curious about using MongoDB with .NET applications? Then tune in to this continuation of my prior course, "Using MongoDB with ASP.NET MVC."
What you'll learn
Curious about using MongoDB with .NET applications? This course is a continuation of my prior course "Using MongoDB with ASP.NET MVC." The purpose of this course is to jump start your understanding of the latest version 2 of the MongoDB C# driver. This course provides a fast paced comparison of the v1 MongoDB C# driver to the latest v2 MongoDB C# driver using the example MVC application built in "Using MongoDB with ASP.NET MVC." You'll also learn how to upgrade an app written with the v1 driver to v2.
Table of contents
- Overview 2m
- Synchronously Finding All Documents 5m
- Asynchronously Finding All Documents 3m
- IAsyncCursor 3m
- Filtering Documents 5m
- Definitions and Builders 7m
- Combining Filter Conditions 6m
- Sorting Documents 3m
- Inserting Documents 1m
- Inserting Asynchronously 1m
- Find One Document by Id 3m
- Replacing Documents 3m
- Updating Documents 4m
- Upsert 3m
- Deleting Documents 2m
- Projections 4m