by Janice Friedman | Jun 7, 2016 | Lessons
This lesson introduces you to C# Namespaces. Our objectives are as follows: Understand what Namespace is. Learn how to implement the using directive. Learn to use alias directive. Understand what are namespace members. In Lesson 1, you saw the using System; directive...