Answer Posted / shafi syed
NameSpace means is a library which contain all supported
files so u defined the NameSpace on the top of ur
applicaton when u run Your application....the application
takes all the necessary supported files for execution.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
If the interface in c# only contains the declaration of the methods and we need to define those methods in the class, then why we use the interface?
Is a dll an assembly?
What is an escape sequence?
What are desktop applications examples?
What is the advantage of singleton class?
What is difference between iqueryable and ienumerable in c#?
What are Types of assemblies that can be created in dotnet
Can you specify nested classes as partial classes?
What is serialization of data?
Describe the parts of assembly.
What is c# console application?
What is .cs file in c#?
How to get the sum of last 3 items in a list using lambda expressions?
When do you generally use a class over a struct?
Can fields inside a class be virtual?