Getting Started with EF Core and MongoDB

Learn how you can use the Entity Framework Core with MongoDB.

Overview

In this Learning Byte, learn what the Entity Framework Core (or EF Core) provider in MongoDB is before exploring the benefits of working with EF Core versus using with the C# Driver for MongoDB. Watch a demonstration of connecting to a MongoDB Atlas database and performing CRUD operations on the data using EF Core.


Chapters

  • Introduction

  • What is EF Core?

  • The MongoDB EF Core Provider

  • Demo: EF Core with MongoDB Atlas

  • Learn More