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

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

Coding Simplified

2 года назад

9,693 Просмотров

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:
https://www.youtube.com/playlist?list=PLt4nG7RVVk1jeR69N8QlG6kf9M8I-Zjv6

CHECK OUT CODING SIMPLIFIED
https://www.youtube.com/codingsimplified

★☆★ VIEW THE BLOG POST: ★☆★
http://thecodingsimplified.com

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

★☆★ SUBSCRIBE TO ME ON YOUTUBE: ★☆★
https://www.youtube.com/codingsimplified?sub_confirmation=1

★☆★ Send us mail at: ★☆★
Email: [email protected]

Тэги:

#Tutorial #Coding #Simplified #tech #c# #c#_tutorial #c#_namespace #namespace_in_c# #c#_how_to_use_namespace #usage_of_namespace_in_c# #how_to_use_namespace #namespace_usages_in_c# #namespace_usages #namespace_with_examples #c#_namespace_keyword #c#_namespace_usages #C#_namespace_examples
Ссылки и html тэги не поддерживаются


Комментарии:

@yaswanthsai9894
@yaswanthsai9894 - 02.11.2023 15:54

Very Good Explanation.

Ответить
@jcgongavoe337
@jcgongavoe337 - 29.09.2023 08:56

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

Ответить
@umaimamujahid8551
@umaimamujahid8551 - 24.07.2023 18:27

I can understand ❤

Ответить
@ayyanpathan3749
@ayyanpathan3749 - 18.02.2023 14:42

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

Ответить
@god_father9421
@god_father9421 - 20.12.2022 11:18

why is it necessary?

Ответить