New and Interesting Features in C# 12

from blog The Angry Dev, | ↗ original
C# 12 introduces several features aimed at laying the foundation for future performance enhancements. These features include easy access to inline arrays, an experimental feature called interceptors, and enhancements to the nameof keyword. Inline arrays allow libraries to use them more conveniently without additional effort. They provide...