309 Views
One of the new features in .NET 6 and C¤ 10 is support for global usings. We can define using declarations as global and they work all over the project so we don't have to define them in other files anymore. Here's how it works.
0 comments