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 is domain class model?
How we can call a JavaScript function on the change of a Dropdown List in ASP.Net MVC?
What is side by side Execution ?
what happened when type url in address bar and press enter?
What are the methods in Thread class?
What is an asynchronous controller in asp.net mvc?
What is html.renderpartial?
What is rxjava used for?
What are the different authentication modes in the .NET environment?
What is .net framwork? what is web application? what is CLR? How does work CLR & wht is work of CLR? What is compile? wht is thread? what does use in .net?
What is the difference between model view and controller?
What is ASP.NET MVC?