CSharp 10
Exploring C# 10: Global Using Declarations
Let's explore global using directives in C# 10, a nice way to make your namespaces available throughout your project.
Exploring C# 10: Save Space with File-Scoped Namespaces
In this post, let's explore file-scoped namespaces in the new version of C#, C# 10.