Tag: dotnet
All the articles with the tag "dotnet".
Prompt To Benchmark: C# Benchmarking Via GitHub Agent Running .NET In The Cloud
A reusable prompt for a GitHub coding agent to create and run C# BenchmarkDotNet benchmarks in the cloud.
C# List<T> Add Method Missing Items When Count Inspected When Adding Items In An Async Task
Why concurrent List<T>.Add calls can lose items, and when a concurrent collection can help.
C# Tasks Unexpectedly Running More Than Once (Async Lambda IEnumerable<Task> With foreach Loop)
Why enumerating a deferred IEnumerable<Task> more than once can unexpectedly run asynchronous work again.
Leniently Parse Comma Separated Configuration Values Using C#
Parse comma-separated configuration values while tolerating spaces, empty entries, and missing values in C#.