Nested Namespaces
This article covers more insights as we're going deeper in namespaces structure by providing Nested Namespaces. Nested Namespaces, as you can understand, is a child namespace in a parent namespace.
Some examples regarding Nested Namespaces can be:
- Product/Categories/SubCategories
- League/Teams/Players
- Program/Product/Project
- Company/Departments/Employees
- University/Faculties/Classes/Students
In our example we'll extend a namespace with a subnamespace which we call Nested Namespaces.
Let's start building!
Building the App
It's better if we use the same app we've created on our previous article as I linked above.
Since we need to extend the functionality of an existing namespace, I'm planning on taking "ShareJob" namespace.
What can be a child of ShareJob? I thought about a few, for instance:
- Facebook, Twitter, LinkedIn, Google+
- Share via Email
- Share via SMS


Humayun Kabir MamunPosted Apr 4, 2016, 5:04 AM
Nice...
Gowtham RajamanickamPosted Apr 2, 2016, 5:24 AM
Good one...
Kumaresh RajalingamPosted Mar 23, 2016, 9:10 PM
Nice one
Debasis SahaPosted Mar 23, 2016, 1:20 PM
Nice one..
Vignesh ManiPosted Mar 23, 2016, 7:18 AM
nice