IntroductionLesson 1: Getting Started with C#Lesson 2: Operators, Types, and VariablesVariables and TypesThe Boolean TypeIntegral TypesFloating Point and Decimal TypesThe string TypeEscape SequencesC# OperatorsThe Array TypeSummaryLesson 3: Control Statements - SelectionThe if StatementThe if-else statementThe switch StatementBranching StatementsLesson 4: Control Statements - LoopsThe while LoopThe do while LoopThe for LoopThe foreach LoopLesson 5: MethodsMethod StructureLesson 6: NamespacesNamespace DeclarationLesson 7: Introduction to ClassesClassesLesson 8: Class InheritanceLesson 9: PolymorphismPolymorphismLesson 10: PropertiesOverview of PropertiesCreating Auto-Implemented PropertiesCreating a Write-Only PropertyCreating Read-Only PropertiesEncapsulating Type State with PropertiesTraditional Encapsulation Without PropertiesLesson 11: IndexersIndexersOverloaded IndexersInheritance 7.Lesson 6: Namespaces # 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. Was this helpful? Yes No Suggest edit « Method StructureNamespace Declaration » Suggest Edit Captcha : Submit