News

AI can write useful code, but it can also produce unusable garbage. Here's my advice on making the most of AI from my many adventures in coding.
The FrozenSet and FrozenDictionary classes introduced in .NET 8 are immutable collections optimized for fast look-ups. Here’s ...