Querying MongoDB using .NET Core

Querying MongoDB using .NET Core Intro The following article shows how to querying MongoDB using .NET Core. MongoDB has recently released the .NET Core support inside the C# driver (Net Core Support Driver). In fact, 2.3.0 version of C# Drivers has already been released to Nuget. The demo code is available on GitHub. Setup the demo ...