Remix.run Logo
keltex 3 days ago

C# supports the "using alias" like this:

  using Project = PC.MyCompany.Project;
https://learn.microsoft.com/en-us/dotnet/csharp/language-ref...