Hi! Id like to stress test LINQ queries and the performance of different collections. What kind of amount of mock data should i use and how to generate it? Its only out of being curios so im looking for a less complicated way if possible.


You can use Bogus to generate the mock data. (Unless you need Db data?)
And BenchmarkDotNet for measuring.
C# devs
null reference exceptions

source

Categories: .NetCodingCsharp