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
What are the concepts of dispose method?
Please explain value types and reference types used in c#?
For methods inside the interface why can’t you specify the accessibility modifier?
Can properties be private in c#?
Name any three ways to pass parameters to a method in c#?
What is the difference between “constant” and “readonly” variables in c#?
Why do I get an error (cs1006) when trying to declare a method without specifying a return type?
If I have more than one version of one assemblies, then how'll I use old version (how/where to specify version number?)in my application?
What are the two kinds of properties in c#.
What's the c# syntax to catch any possible exception?
Are arrays value types or reference types?
What is null in database?
How do you create partial methods?
Where do we use static class in c#?
What is array and arraylist?