Q. What is a namespace in asp .net ? Can we call a namespace as a class ?
Srinivas Pabballa
Namespace is something which contain the classes we can not call a namespace as class
A namespace used to declare a scope that contains a set of related objects.They also provide assistance in avoiding name clashes between two sets of code.