.NET 6: Global Using Directives
A long and extensive list of using directives at the top of a .cs or .razor file is a familiar sight as a C# developer. The more dependencies you have, the longer this list goes. Some apply the #region directive on this part of the code, while others...
blog.gmlunesa.com3 min read