Relative Content

Tag Archive for c#dictionarysum

Summing dictionary values in c#

I’m trying to sum some values over a year. My code runs per day, so I need to sum these values after the calculations. The goal is then to export them back to SQL. I’ve already set up a table and I did manage to export some values to the table, but only the daily values and not the yearly yet.

Summing over a year

I’m trying to sum some values over a year. My code runs per day, so I need to sum these values after the calculations. The goal is then to export them back to SQL. I’ve already set up a table and I did manage to export some values to the table, but only the daily values and not the yearly yet.