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 is entityset? : Entity framework
What is the difference between old ADO.NET and Entity framework coding techniques?
Can you Write the GC(Garbage Collector) Algoritham in .NET? (But not Explination of Working of GC).
mention what is csdl, ssdl and msl sections in an edmx file?
Explain what is asp.net mvc?
Explain representational state transfer (rest) in detail?
Can I add mvc testcases in visual studio express?
What is the advantage of using asp.net routing?
explain what does .edmx file contains?
What are HTML Helpers, AJAX Helpers in ASP.Net MVC?
what is explicit loading?
What is Attribute Routing in ASP.Net MVC?
Is .net core faster than .net framework?
What is objectcontext? : Entity framework
How does work clr?