Dear sir
i want a full details please sent me sir?
thanks and regards
palanivel
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Satyapriya NayakPosted Jul 6, 2012, 9:06 AM
A namespace is an organization construct. It helps you find and understand how your code base is arranged. Namespaces are not essential for C# programs. They are usually used to improve the code's understandability. They can be nested and also included with the using directive.
Refer
http://www.dotnetperls.com/namespace
http://www.dotnetfunda.com/forums/thread474-what-is-namespace.aspx
Thanks