Softlogger
Categories

Using aliases in C# - Notes on extern alias, the :: operator and even more


Introduction Today I have a post for you about a feature that's not so well-known as it should be in my opinion: aliases in C#. Everyone should know about the using keyword to import a namespace: using System; ... Console .WriteLine( "Hello" ); //instead of System.Console.WriteLine It doesn't have any runtime

Filed under: CSharp  |    On : 2006 Oct 06  |  From: B# .NET Blog   | related Posts

Similar Posts



Most Popular

Archives

  • 2008
  • 2007
  • 2006
  • 2005
  • 2004
  • 2003