I think it would be nice to include method syntax also. Thanks
@jingzheshan2 жыл бұрын
It is very handy for fixed table schema. I am wondering how you use LINQ to deal with those dynamic query/filter etc.
@kwakuemma8382 Жыл бұрын
How do we make it async?
@niclassmedberg69857 ай бұрын
How can you do a GroupBy(someFields).ToList() but async? It will not know "IEnumrable async"
@ShaneMontgomery321142 жыл бұрын
This looks so much nicer than the mongodb driver. Would you have a way to do a graphLookup for this? That's the only thing that i can't conceive using linq.
@abdulmuheetshaikh11212 жыл бұрын
Hey Nic, Please create a video on implementing Field Level Encryption in MongoDB in .NET Core application.
@biswamohandwari64609 ай бұрын
He looks like an egg, thats why he is a pro programmer
@bbjam44842 жыл бұрын
How would you map to an object in the document(the imdb entry for the movies collection)? and then an array of objects in the documents(the reviews in sample_airbnd.listingsAndReviews)?