what is namespace?
Answers were Sorted based on User's Feedback
Answer / vinay
name space a super class which consists of all class.
Is This Answer Correct ? | 17 Yes | 5 No |
Answer / hari
It is a super class,which consists of all classes.
Is This Answer Correct ? | 3 Yes | 2 No |
Answer / anonymous
A namespace is a container which keeps classes related to a specific work.It helps to overcome the problem of naming of classes as well as it categorized all classes related to their work for ex. System.Net.Mail contain all classes related to email.
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / honey
A namespace is a collection of different classes.
System namespace is basic class for all classes in .net.
Is This Answer Correct ? | 2 Yes | 3 No |
Answer / radhika
firstly we use with using keyword.
the content which we want in our programe,some are allready
contain in library .these content are reside in namespace
Is This Answer Correct ? | 1 Yes | 2 No |
What are Resource Files ? How are they used in .NET
Explain the .net framework.
What are multicast delegates ? give me an example
What is CLR and how it generates native code ?
1 Answers Digital GlobalSoft, Vital Soft,
What type of filter does outputcacheattribute class represents?
What are ajax helpers in asp.net mvc?
Can you Write the GC(Garbage Collector) Algoritham in .NET? (But not Explination of Working of GC).
What is entity framework firstordefault?
will this code works fine? or will it gives error? Object obj=5; int i=6; i=i+obj;
What is partialview in asp.net mvc?
I want to fetch data from datareader. i have three tables in datareader. i want to bind my two table with datagrid, then i want to fetch a value from my third table. do u have any idea pls help me. we use dr.nextresult() for multiple tables.
What is the necessity for singning an assembly with a strong name?