Accessing the index of an element when using foreach in C#
·2 mins
Accessing the index inside a foreach loop in C# — the clean way, and why for is not always the answer.
→ read moreAccessing the index inside a foreach loop in C# — the clean way, and why for is not always the answer.
→ read moreWe call C#, Java, and Python languages — and that word choice is not accidental. Language implies grammar, meaning, and a community of speakers. Thinking about…
→ read moreTriggering the native device prompt from .NET MAUI Blazor — bridging the gap between web and native.
→ read moreThe ??= operator in C# 8: what it does, when to use it, and when it is cleaner than a null check.
→ read more