Posts by Matheus Andrade • 3 points
2 posts
-
0
votes1
answer122
viewsQ: Retrieving item from mongoDB array using C#
Good morning, I’m having trouble retrieving an array item within a Mongo document using C#. Below is an example of a document: {"_id":"5e1374ae38fa7026b88d4dc8", "Estacao":"NomeDaEstacao",…
-
-1
votes1
answer104
viewsQ: How to insert a Dictionary as an array in the Mongo using c#
I’m mounting a monitoring system, I have a process class that gets a string NomeDoProcesso, and a Dictionary<string,Float>Variavel, in which the user enters the variable name in a textBox, and…