code4it-dev / blog-comments

https://www.code4it.dev/
1 stars 0 forks source link

blog/mongodb-introduction-with-csharp #8

Open utterances-bot opened 3 years ago

utterances-bot commented 3 years ago

How to integrate MongoDB with C# - Code4IT

MongoDB is a database based on JSON-like documents, but it can be queried using C#. We'll see how to perform CRUD operations and we'll create some advanced queries.

https://www.code4it.dev/blog/mongodb-introduction-with-csharp

woaksie commented 3 years ago

Would love to see a C# article on Aggregation and MongoDb. That is where the real power is ;-)

bellons91 commented 3 years ago

Thanks for the suggestion! I'm going to study it and write an article :)

orghale commented 3 years ago

Great article! It was very helpful in learning and teaching CRUD concepts with mongoDB

bellons91 commented 3 years ago

Glad you liked it!