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 are Code Blocks in Views?
What is the greatest advantage of using asp.net mvc over asp.net webforms?
What is reflection?
5 Answers Accenture, Merrill Lynch, Microsoft,
What are Non Action methods in ASP.Net MVC?
Why is the .net framework 3.0 a major version number of the .net framework if it uses the .net framework 2.0 runtime and compiler?
im software developer (.net). i goth1b (usa )appointment 30th of this month . chennai people asking responsbilities .can anyone wht responsbilities i need say . plz help me
mention what is code first approach and model first approach in entity framework?
What is the need of .Net framework ?
Can we access the web controls in a page pre initialising event?
What is Attribute Routing in ASP.Net MVC?
What “beforFilter()”,“beforeRender” and “afterFilter” functions do in Controller?
If u have an Empty Xml file and u have to bind dataset data to empty xml file? if u have an empty dataset u have to bind xml file data to it?