Answer Posted / anil
Namespace is a logical container for all types i.e
class,enum,struct,interface etc..
Namespace is used in two scenarios:
1. to overcome the naming collision
2. to group related items together
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
What are the main features of asp.net mvc 4 used by asp.net web api?
How to answer for project questions..?
What is viewdata?
Are there any parts of the .net framework 3.0 that only work on windows vista?
How do I use partial view?
What is entitycontainer? : Entity framework
What is entity sql? : Entity framework
which are the key concepts of entity data model?
What is a model in programming?
What is .net architecture and framework?
What does mvvm mean?
Can we free memory explicitly without waiting for garbage collector to free the memory in .net compact framework?
How does servicing work for the .net framework 3.0? If I install the .net framework 3.0, can I get service updates for the .net framework 2.0?
How can we determine action invoked from HTTP GET or HTTP POST?
What is attribute routing in mvc?