Back to Browse

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

14.7K views
May 15, 2022
5:20

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]

Download

1 formats

Video Formats

360pmp46.7 MB

Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.

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