Top "Namespaces" questions

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

Visual Studio 2010 suddenly can't see namespace?

My C# WinForms solution has two projects. A DLL which is the main project I'm working on, and an executable …

c# winforms namespaces
PHP Autoloading in Namespaces

I have had a slight problem with autoloading in my namespace. As shown on the PHP manual here: http://us.…

php namespaces autoload spl-autoload-register
parse an XML with SimpleXML which has multiple namespaces

I have this ugly XML which has alot of namespaces on it, when I try to load it with simpleXML …

php soap namespaces simplexml
WCF service reference namespace differs from original

I'm having a problem regarding namespaces used by my service references. I have a number of WCF services, say with …

c# .net wcf namespaces svcutil.exe
Why an unnamed namespace is a "superior" alternative to static?

The section $7.3.1.1/2 from the C++ Standard reads: The use of the static keyword is deprecated when declaring objects in a …

c++ namespaces standards iso
Can PHP namespaces contain variables?

Can PHP namespaces contain variables? If so, how can this be accomplished?

php variables namespaces
Can't include Microsoft.Security.Application?

I can't include Microsoft.Security.Application using Microsoft.Security.Application; Gives this error: The type or namespace name 'Security' does …

c# .net asp.net namespaces antixsslibrary
System.Web.Mvc not functioning as expected after Windows Update

After yesterday's Windows Update, I seem to have issues building my projects. Related Windows Updates could be: ASP.NET MVC 2.0: …

c# asp.net-mvc namespaces windows-update
What are the double colons (::) in R?

I am following a tutorial in Rbloggers and found the use of double colons, I looked online, but I couldn't …

r scope namespaces operators scoping