Relative Content

Tag Archive for c#asp.net-core.net-core

Run IConfiguration .Build() more than once

Can someone clarify once and for all whether running IConfiguration’s .Build() more than once is ok or not? I see the following type of answer in many SO answers but I heard somewhere that you weren’t supposed to do this.

How to compute byte size of list in C#

I want to send a large list of objects to another web service for intake. The web service has a byte limit of 6Mb. I want to send my list of 7,000+ objects in 5Mb “batches.”