what is namespace?

Answers were Sorted based on User's Feedback



what is namespace? ..

Answer / charan

Namespace is a collection of classes

Is This Answer Correct ?    18 Yes 4 No

what is namespace? ..

Answer / vinay

name space a super class which consists of all class.

Is This Answer Correct ?    17 Yes 5 No

what is namespace? ..

Answer / vijay

Namespace is logical grouping of classes.

Is This Answer Correct ?    10 Yes 1 No

what is namespace? ..

Answer / anil

Namespace is a logical container for all types i.e
class,enum,struct,interface etc..

Namespace is used in two scenarios:
1. to overcome the naming collision
2. to group related items together

Is This Answer Correct ?    5 Yes 2 No

what is namespace? ..

Answer / hari

It is a super class,which consists of all classes.

Is This Answer Correct ?    3 Yes 2 No

what is namespace? ..

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

what is namespace? ..

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

what is namespace? ..

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 is namespace? ..

Answer / kumar

namespace is a collection of a class

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More Dot Net Framework Interview Questions

What are Resource Files ? How are they used in .NET

1 Answers  


Explain the .net framework.

0 Answers  


What are multicast delegates ? give me an example

1 Answers  


What is CLR and how it generates native code ?

1 Answers   Digital GlobalSoft, Vital Soft,


What type of filter does outputcacheattribute class represents?

0 Answers  


What are ajax helpers in asp.net mvc?

0 Answers  


Can you Write the GC(Garbage Collector) Algoritham in .NET? (But not Explination of Working of GC).

0 Answers  


What is entity framework firstordefault?

0 Answers  


will this code works fine? or will it gives error? Object obj=5; int i=6; i=i+obj;

9 Answers   Kanbay,


What is partialview in asp.net mvc?

0 Answers  


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.

0 Answers  


What is the necessity for singning an assembly with a strong name?

1 Answers   L&T,


Categories