# Build Your First .NET Core Application with MongoDB Atlas

DevFeed: [Build Your First .NET Core Application with MongoDB Atlas](<https://devfeed.tech/articles/build-your-first-net-core-application-with-mongodb-atlas-21809.md>)

Original publisher: [Read original article](<https://www.thepolyglotdeveloper.com/blog/2022/02/build-first-dotnet-core-application-mongodb-atlas/>)

Author: Nic Raboy

Published: 2022-02-09T14:00:00Z

Content type: tutorial

Language: en

Sources: [Nic Raboy](<https://devfeed.tech/sources/nic-raboy.md>)

Topics: [MongoDB](<https://devfeed.tech/topics/mongodb.md>), [.NET](<https://devfeed.tech/topics/net.md>), [CRUD](<https://devfeed.tech/topics/crud.md>), [C#](<https://devfeed.tech/topics/csharp.md>), [Command-line interface](<https://devfeed.tech/topics/cli.md>), [NuGet](<https://devfeed.tech/topics/nuget.md>), [Visual Studio Code](<https://devfeed.tech/topics/visual-studio-code.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [c-sharp](<https://devfeed.tech/tags/c-sharp.md>), [cli](<https://devfeed.tech/tags/cli.md>), [csharp](<https://devfeed.tech/tags/csharp.md>), [databases](<https://devfeed.tech/tags/databases.md>), [dotnet](<https://devfeed.tech/tags/dotnet.md>), [mongodb](<https://devfeed.tech/tags/mongodb.md>), [net](<https://devfeed.tech/tags/net.md>), [nosql](<https://devfeed.tech/tags/nosql.md>), [nuget](<https://devfeed.tech/tags/nuget.md>), [tutorial](<https://devfeed.tech/tags/tutorial.md>), [visual-studio-code](<https://devfeed.tech/tags/visual-studio-code.md>)

## AI overview

A tutorial for building a .NET Core console application that connects to MongoDB Atlas. It covers prerequisites, configuring the MongoDB driver with NuGet, using the command line, and verifying access to databases.

## Source excerpt

So you're a .NET Core developer or you're trying to become one and you'd like to get a database included into the mix. MongoDB is a great choice and is quite easy to get started with for your .NET Cor... The post Build Your First .NET Core Application with MongoDB Atlas appeared first on MongoDB.