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 class access modifiers
Explain Model, view and Controllers in Asp.Net MVC?
If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?
Is there built-in support for tracing/logging
What are Resource Files ? How are they used in .NET
how to disable the lazy loading framework?
Types of assemblies that can be created in dotnet ?
What symbol would you use to denote, the start of a code block in razor views?
What is Global Assembly Cache (GAC) and what is the purpose of it?
What are the sub types of ActionResult?
What is rxjava used for?
what do you mean by table-per-type?