Coding Grounds
Compilation of different programming projects I amuse myself with.
Saturday, 16 November 2024
Url encoding base 64 strings in .NET 9
›
This article shows new functionality how to url encode base 64 strings in .NET 9. In .NET 8 you would do multiple steps to url encode base...
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:
‹
›
Home
View web version