How can I get C# to distinguish between ambiguous class types without having to specify the full HtmlAgilityPack.HtmlDocument name every time (it is ambiguous compared to System.Windows.Forms.HtmlDocument)?
Is there a way to make C# know that I am ALWAYS talking about one class or the other, and thus not have to specify it each time I use it?
Use aliases: