Namespace
I'm building a web application following the book:
ASP.NET 2.0
Wensite programming
problem-design-solutions
Some of the code examples, such as classes, start of with a namespace, such as MB.TheBeerHouse.UI.
I have a limited understanding of namespaces, namely from a previous Java course. I've downloaded the sample code form the book, and have searched for it, with no luck.
Is there a place where the namespace is set/defined for a web site project?
|