Always Developing

always learning | always growing | always paging (42)

ConcurrentDictionary AddOrUpdate method

ConcurrentDictionary (unlike Dictionary) has a useful AddOrUpdate method


Read more...


Exploring the new list pattern

Exploring the new list and slice pattern coming with C# 11


Read more...


Setting readonly variable using init

Readonly variable can be set using an init only setter


Read more...


Managing multi-thread access with ReaderWriterLockSlim

Using ReaderWriterLockSlim to allow concurrent reading but exclusive writing


Read more...


Static anonymous functions


Read more...