
How To Make ConcurrentDictionary(Of T, T) As Fun As Dictionary(Of T, T)!
Seekers, I often need a dictionary to hold stuff, but the annoying thing about Dictionary is that if you try to update an existing key, it unceremoniously barfs. So doing […]
Seekers, I often need a dictionary to hold stuff, but the annoying thing about Dictionary is that if you try to update an existing key, it unceremoniously barfs. So doing […]
Seekers, Here are some VB.NET functions I’ve written & collected that form a tidy utility class I use often in my work with IP v6 & v4 addresses. They are […]