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 |
Is the following route definition a valid route definition? {controller}{action}/{id}
Explain what languages does the .net framework support?
What is the use of action filters in an mvc application?
Why is entity framework used?
What is the necessity for singning an assembly with a strong name?
Difference between ASP.NET MVC and ASP.NET WebForms?
what is Framework?
How route table has been created in asp.net mvc?
How we can handle the exception at controller level in ASP.Net MVC?
What is poco proxy? : Entity framework
If we write return statement in finally block will it works fine or throws any error?
Features in .net framework 1.1 ?