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

When using razor views, do you have to take any special steps to protect your asp.net mvc application from cross site scripting (xss) attacks?

0 Answers  


When will the .net framework 3.0 be released?

0 Answers  


Explain tempdata in asp.net mvc?

0 Answers  


What is "out" parameter how it is used in methods?

6 Answers   Polaris,


Explain the advantage of packaging over xcopy in .net?

0 Answers  






What's the access level of the visibility type internal ?

1 Answers  


What is serialization in .NET? What are the ways to control serialization?

2 Answers  


Can I uninstall microsoft .net framework?

0 Answers  


explain what is ado.net entity framework?

0 Answers   Microsoft,


What are the components of the .net framework.

0 Answers  


Can you please explain the request flow in ASP.NET MVC framework?

0 Answers  


If I have multiple filters implemented, what is the order in which these filters get executed?

0 Answers  


Categories