Translating JSON Aggregation query to C#

Hi @Bill_Finch and welcome in the MongoDB Community :muscle: !

  1. Please format your code correctly by using the markdown code blocks like this one:
```
Like this!
```

All the double quotes are not real double quotes, it’s not easy to work with these & as the shell doesn’t understand them.

  1. Also, in this post, I explained how to use the “Export Pipeline to Specific Language” feature of MongoDB Compass. You can also check out the official doc to export to C#, Node, Python or Java.

Cheers,
Maxime.

2 Likes