Tuesday 2024-09-17 Assorted Links
Today is a .NET focused day.
Assorted links for Tuesday, September 17:
- Performance Improvements in .NET 9
- How Async/Await Really Works in C#
- Dynamically Adapting To Application Sizes: A blog post about advanced garbage collection techniques.
- Preventing breaking changes in public APIs with PublicApiGenerator. See also Preventing breaking changes in .NET class libraries.
- A Complete .NET Developer’s Guide to Span with Stephen Toub