sueden.social ist einer von vielen unabhängigen Mastodon-Servern, mit dem du dich im Fediverse beteiligen kannst.
Eine Community für alle, die sich dem Süden hingezogen fühlen. Wir können alles außer Hochdeutsch.

Serverstatistik:

1,8 Tsd.
aktive Profile

#DotNetCore

1 Beitrag1 Beteiligte*r0 Beiträge heute

Bart Wullems of The Art of Simplicity shares his experience using Microsoft's .NET Source Browser to take a peek at a particular API's internals. The code documentation pages have links to the corresponding Github repositories where you can see exactly how any given function is implemented.

"Browse the .NET code base with the .NET Source Browser"

bartwullems.blogspot.com/2025/

InfoWorld contributor Joydip Kanjilal reviews a group of read-only data structures in .NET Core that are optimized to allow very fast thread-safe reads over their data in comparison to plain dictionaries, lists, and hash sets.

Namely: FrozenSet and FrozenDictionary.

He also shows benchmark results, and includes a tutorial written in C#.

"How to use frozen collections in C#"

infoworld.com/article/4000458/