Is .NET Core evolving faster than we can keep up? Join us on "The Breakpoint Show" podcast as we dive into whether developers can learn all the latest .NET and C# features or if we're racing to keep pace! https://www.breakpoint.show/podcast/episode-027-net-evolving-too-fast/
Episode 027 – .NET Evolving Too Fast?! - The Breakpoint Show

https://youtu.be/bINNOHe5XTYWelcome to the twenty-seventh episode of "The Breakpoint Show"! In this episode, we tackle a hot topic in the .NET community: Is .NET and C# evolving too fast? With all these rapid updates, can developers keep up and thoroughly learn the most recent features of .NET and C#?Join our hosts as they dive into the

The Breakpoint Show -
@breakpointshow I skimmed this and just FYI, BinaryFormatter is bad. It's both slower than STJ and the output is larger. Really the only two reasons to use it are 1) compat and 2) to bypass safety measures.