Coding Grounds
Compilation of different programming projects I amuse myself with.
Monday, 28 October 2024
Enumerating concurrent collections with snapshots in C#
›
In standard collections in C#, it is not allowed to alter collections you iterate upon using foreach for example, since it throws InvalidOpe...
2 comments:
Monday, 7 October 2024
Partition methods for collections in C#
›
This article will look at some partition methods for collections in C#, specifically List<T>, ConcurrentDictionary<TKey, TValue>...
1 comment:
Monday, 30 September 2024
Generic alternate lookup for Dictionary in .NET 9
›
Alternate lookup for Dictionary in .NET 9 demo This repo contains code that shows how an alternate lookup of dictionaries can be implemen...
1 comment:
‹
›
Home
View web version