Location via proxy:
[ UP ]
[Report a bug]
[Manage cookies]
No cookies
No scripts
No ads
No referrer
Show this form
Home
C# / C Sharp
2D Graphics
Class Interface
Collections Data Structure
Components
Data Types
Database ADO.net
Date Time
Design Patterns
Development Class
Event
File Stream
Generics
GUI Windows Form
Internationalization I18N
Language Basics
LINQ
Network
Office
Reflection
Regular Expressions
Security
Services Event
Thread
Web Services
Windows
Windows Presentation Foundation
XML
XML LINQ
NameSpace « Language Basics « C# / C Sharp
C# / C Sharp
Language Basics
NameSpace
1.
Using the alias keyword to refer to a nested namespace
2.
Define an alias to represent a namespace
3.
Creating an alias
4.
Namespaces are additive
5.
Namespaces can be nested
6.
Illustrates the use of two namespaces
7.
The use of namespace hierarchies (part 1)
8.
How the using statement is used to specify namespaces
9.
Using namespace
10.
Demonstrates using as a statement
11.
Demonstrate a namespace
12.
Namespaces prevent name conflicts
13.
Demonstrate a namespace 2
14.
C# Namespaces and Using