Topics that I am currently tracking: technical dotnet content, debugging from the console and on linux

Dotnet Deep-Drive Content & Questions

Videos:

Questions:

  • ICollection.SyncRoot as used in HttpListener
  • AVX-512 in dotnet?

Debugging on Linux and the command-line

Pollyfill - make newer features available on older versions

The PolySharp project is a wonderful idea, allowing new C# language features on older targets (I think it uses SourceGenerators behind the scenes).