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
Similar Posts
Okay, so here's the code of the C# Quiz presented a couple of days ago using System;public abstract class Foo{ static Foo() { Console.WriteLine( .cctor
Introduction Imagine the following situation you've created a large software library with lots of types defined in it and lots of people are using it already
Windows Vista has support for symbolic links , and of course the API does too. Support for hard links has been there since the Windows 2000 days and won
Global Xml namespaces in VB 9.0 provide the ability to create alias for Xml namespace that can be used in the Xml axis properties and in the Xml literals