Hello World MongoDB (.NET)
π A repository to learn MongoDB with .NET (C#)

About
This repository is a starting point for learning how to integrate MongoDB, a popular NoSQL database, with .NET (C#). It demonstrates how to connect to a MongoDB instance, perform CRUD operations, and use advanced MongoDB features within a .NET application.
Features
- MongoDB Integration: Learn how to interact with MongoDB from a .NET application.
- CRUD Operations: Practice Create, Read, Update, and Delete functionalities.
- Flexible Schema: Explore the flexibility of MongoDBβs schema-less nature in .NET.
Prerequisites
To get started, make sure you have:
- MongoDB Instance: Install MongoDB locally or use a cloud provider like MongoDB Atlas.
- .NET SDK: Install the latest .NET SDK from dotnet.microsoft.com.
- MongoDB Driver for .NET: The required driver is included in the project dependencies.
Getting Started
- Clone this repository:
git clone https://github.com/GuilhermeStracini/hello-world-mongodb-dotnet.git
cd hello-world-mongodb-dotnet
- Install dependencies:
- Set up your MongoDB connection string:
- Rename
appsettings.example.json to appsettings.json.
- Add your MongoDB connection details.
- Run the application:
- Follow the console instructions to explore MongoDB operations.
Helpful Links
License
This repository is licensed under the MIT License.