Hacker News new | ask | show | jobs
by keltex 272 days ago
C# supports the "using alias" like this:

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