Saturday, March 3, 2018

Tutorial 8 NameSpace in Detail

What is the Advantage of Namespace?

Namespace is code marking method to segregate code from different team and use of project demand. We can define multiple namespaces and define classes, methods and call it inside main function.


Alternative way to achieve Namespace using Project References?

We can define multiple namespaces in dotnet using class library and reference it in main project using reference option.

Then we can use namespace and functions from other class libraries also.



No comments:

Post a Comment