Hi,
I’ve a problem. I have a template that starts by building a data structure by making different calls.
This take about 20 minutes to retrieve datas.
Then I have 4 foreach loops that process the data and displaying …... private static readonly Lazy<IReadOnlyList<MyRecord>> _cachedRecords..._cachedRecords = new Lazy<IReadOnlyList<MyRecord>>(BuildDataStructure);...