By dnadotnetaid
via dotnetaid.com
Submitted: Mar 06 2013 / 01:14
As we know that every piece of code in .Net exists inside a .Net Type. Generally we put the code inside the class. The namespace is a collection of these classes or types. Every type exists inside a namespace.
Add your comment