Answer Posted / 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 |
Post New Answer View All Answers
How to reduce image resolution in C#?
What is parsing? How to parse a date time string?
If c# destructors are so different to c++ destructors, why did ms use the same syntax?
Explain the importance and use of each, version, culture and publickeytoken for an assembly.
Difference between call by value and call by reference in C#?
Why do we use abstraction in c#?
What is an inheritance in c#?
What is multithreading? What are the problems that comes with multithreading and how to manage them?
What is asp net c#?
Is Facebook a desktop application?
List down the differences between public, static and void keywords?
What do you mean by delegates and explain different types of delegates?
What is task parallel library?
Is for loop faster than foreach?
What is a nested type. Give an example?