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 is Thread Priority?

2 Answers  


what is entity graph in entity framework?

0 Answers   Microsoft,


Is .net framework backwards compatible?

0 Answers  


which is good java or Dot net?

3 Answers   Halosys,


How can I return string result from action in asp.net mvc?

0 Answers  






How does assembly versioning work?

1 Answers  


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

1 Answers  


What does 'managed' mean in the .NET context

1 Answers  


What is the difference between a Struct and a Class

1 Answers   Siebel Systems,


please tell me the best book of asp.net in the markit. which explain in simple and detail.

4 Answers  


If background completes its processing will it wait for foreground threads?

2 Answers   Kanbay,


What is the use of web api ? Why web api needed, if you have already restful services using wcf ?

0 Answers  


Categories