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 |
Mention two instances where routing is not implemented or required?
How do you register the dotnet component or assembly ?
1 Answers Accenture, BirlaSoft,
What's an interface
What is the difference between using system.net and system.net.sockets?
How we can handle the exception at controller level in ASP.Net MVC?
What are the Main Features of .NET platform
Explain the use of Inversion of control (IOC)?
What is the difference between STA and MTA?
Is dapper better than entity framework?
Explain the 'page lifecycle' of an ASP.NET MVC?
what is VSS? Where we are using?
How route table is created in ASP.NET MVC?