How to get two collections output in a single document in MongoDb in c#?
Lets say I am having two collections named CollectionA and CollectionB, Both collection have different fields. CollectionA will have multiple documents with Same field, CollectionB contain only one document Example CollectionA { "UniqeId" :1, "Hobbies" : "Eating" }, { "UniqeId"…