what is namespace?
Answers were Sorted based on User's Feedback
namespace is collection of different types of classes
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / payal mehta
Namespace is naming schema in which we can organize no. of
classes.Using that classes we can use or inherit properties
and methodes in our application.Namespace also can contain
number of assemblies.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / komilla shaheen
Namespace is logical unit of all classes .Namespace can
span multiple assemblies.
eg.System.Web.UI logically group all UI related features.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / venkat2050
namespace is nothing but the call method of funcion which
need to be envoked when you need to adde some of the
function so we call by using the namespace
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / jyothish vakkom
namespace
{
class 1
{
}
class2
{
}
.....
.....
.....
}
got d idea???
| Is This Answer Correct ? | 0 Yes | 1 No |
What are the valid parameter types we can pass in an Indexer ?
What does char mean in c#?
What is access specifier in c#?
What is the difference between overriding and overloading in systemverilog?
Explain About stateless and state full web service
if we inherit class in stack so object of stack will store in stack or heap? as class a { int s; public aa(){} } stack mystack:a { } mystack obj; ans: about obj
Is c# strongly typed?
What is the namespace for datatable in c#?
Which is faster dictionary or list?
can we drive a class from delegate?
Is int a struct in c#?
Explain the difference between user control and custom control. Also, explain their use.
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)