Is there a way to reference a certain class/interface/... by enclosing it with its namespace rather than a using directive "using namespace_name" ?!
As, I'm working on a website, which uses
SAP .NET connector. I already added a reference for connector ddl, and while referencing its namespace "using namespace_name", or set class
…