The using-namespace-directive imports all the types contained in the given namespace. By specifying the namespace around which

Question:

The using-namespace-directive imports all the types contained in the given namespace. By specifying the namespace around which you are building an application, you can eliminate the need of preceding a class with a dot

( . ) and the name of the namespace.

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: