C# Programming - Namespaces - Discussion
Discussion Forum : Namespaces - General Questions (Q.No. 1)
1.
If a namespace is present in a library then which of the following is the correct way to use the elements of the namespace?
Discussion:
5 comments Page 1 of 1.
Raj said:
1 decade ago
By default some namespaces are added to every main file. If you need to use even more you have to add those namespaces either to xml configuration file or working file to import and the name space and then you can use the classes of it.
Roy said:
1 decade ago
How many types of namespaces are there and what is their importance?
How many namespaces are there?
How many namespaces are there?
Mahesh said:
1 decade ago
We cannot find out the namespace because of the program depends upon the key word like delegate or collections or link etc like that so we cannot find out name spaces but one more thing without namespace we cannot develop a program.
Amit said:
7 years ago
It should be;
Add Reference of the library not namespace.
Import the namespace.
Use the elements of the namespace.
Add Reference of the library not namespace.
Import the namespace.
Use the elements of the namespace.
VeX said:
2 years ago
@All.
They said it's in the library, why would we need to add the reference again?
Please explain to me.
They said it's in the library, why would we need to add the reference again?
Please explain to me.
Post your comments here:
Quick links
Quantitative Aptitude
Verbal (English)
Reasoning
Programming
Interview
Placement Papers