What is namespaces
Answer / kirti
Namespace is a logical naming scheme for group related types.Some class types that logically belong together they can be put into a common namespace. They prevent namespace collisions and they provide scoping. They are imported as "using" in C# or "Imports" in Visual Basic. It seems as if these directives specify a particular assembly, but they don't. A namespace can span multiple assemblies, and an assembly can define multiple namespaces. When the compiler needs the definition for a class type, it tracks through each of the different imported namespaces to the type name and searches each referenced assembly until it is found.
Namespaces can be nested. This is very similar to packages in Java as far as scoping is concerned.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is GC (Garbage Collection) and how it works
What is controllercontext?
What is mapping in entity framework? : Entity framework
What is layout in mvc?
What is Globalizationa and Localization
Which is the institute which also caters to your personal development other than subject.
What is the difference between viewbag and viewdata in mvc?
Can you please explain the request flow in ASP.NET MVC framework?
What is entitytype? : Entity framework
If we want to construct our own Garbage collector what are the steps things we have to do?
3 Answers Honeywell, Semantic Space,
What is .net framework used for?
What is difference between Viewbag and Viewdata in ASP.NET MVC?