On MSDN I can read what it does, but I would like to know what it does technically (tells compiler where to look for types..)? I mean using as a directive.
using informs the compiler which namespaces to search for names used in the file but not defined in the file.
using