Top "Namespaces" questions

A namespace is a container that provides context for identifiers, within which names are unique.

What does a \ (backslash) do in PHP (5.3+)?

What does a \ do in PHP? For example, CSRF4PHP has \FALSE, \session_id, and \Exception: public function __construct($timeout=300, $…

php namespaces opcode opcache
How to use namespaces with import in TypeScript

I have two classes in two separate files and one extends from another. The base class contains some import statements …

typescript namespaces es6-modules
WCF: how to generate a single WSDL document, without WSDL:import?

I'm troubling into an issue... I'm trying to find a way to generate a single wsdl document from my WCF …

wcf web-services wsdl namespaces
C++: Namespaces -- How to use in header and source files correctly?

Consider a pair of two source files: an interface declaration file (*.h or *.hpp) and its implementation file (*.cpp). Let …

c++ namespaces header-files
C# namespace alias - what's the point?

Where or when would one would use namespace aliasing like using someOtherName = System.Timers.Timer; It seems to me that …

c# namespaces
Is there a better way to express nested namespaces in C++ within the header

I switched from C++ to Java and C# and think the usage of namespaces/packages is much better there (well …

c++ syntax namespaces
Creating an XML document using namespaces in Java

I am looking for example Java code that can construct an XML document that uses namespaces. I cannot seem to …

java xml namespaces xmldocument xom
'CompanyName.Foo' is a 'namespace' but is used like a 'type'

Restatement of the question I'm resurrecting this question because I just ran into this error again today, and I'm still …

c# linq-to-sql compiler-construction code-generation namespaces
Error "A namespace does not directly contain members such as fields or methods"

I'm trying to build my C# project and I'm getting the error message "A namespace does not directly contain members …

visual-studio namespaces buildaction
Changing Resource files (resx) namespace and access modifier

In my webproject I'm using 4 resources files in my App_GlobalResources folder. One of them (lang.resx) has been created …

c# visual-studio-2008 namespaces resx