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
In .net compact framework, can we free memory explicitly without waiting for garbage collector to free the memory?
What is display mode in mvc?
Is it possible to share a view across multiple controllers?
What is controllercontext?
How does work clr?
What is the greatest advantage of using asp.net mvc over asp.net webforms?
what is split entity?
Explain Sections is ASP.Net MVC?
What is entity framework firstordefault?
What are actions in mvc?
What are the levels at which filters can be applied in an asp.net mvc application?
What is object service? : Entity framework
what is entity framework advantage?
What is layout in mvc?
What is the role of the jit compiler in .net framework?