C# Tutorial: Explaining 'namespace' in C# | Why 'namespace' is used

preview_player
Показать описание
Namespaces have the following properties:

- They help in organizing large code projects.
- They're delimited by using the . operator.
- 'using' directive obviates the requirement to specify the name of the namespace for every class.
- .Net also use namespace to organize library classes
- We can add our custom namespace

C# Playlist:

CHECK OUT CODING SIMPLIFIED

★☆★ VIEW THE BLOG POST: ★☆★

I started my YouTube channel, Coding Simplified, during Dec of 2015.
Since then, I've published over 500+ videos.

★☆★ SUBSCRIBE TO ME ON YOUTUBE: ★☆★

★☆★ Send us mail at: ★☆★
Рекомендации по теме
Комментарии
Автор

Wrong, it's to prevent class name collision or same-name-repetitions since you may import hundreds of classes in your project

jcgongavoe
Автор

Watch full. Video still don't get what are u saying

ayyanpathan
Автор

Question is clear but where is the answer? 😑

TZR