what is the difference between a namespace and assembly ?
Answer Posted / kumar abhinav
Namespace: It is a Collection of names wherein each name is Unique.
They form the logical boundary for a Group of classes.
Namespace must be specified in Project-Properties.
Assembly: It is an Output Unit. It is a unit of Deployment & a unit of versioning. Assemblies contain MSIL code.
Assemblies are Self-Describing. [e.g. metadata,manifest]
An assembly is the primary building block of a .NET Framework application. It is a collection of functionality that is built, versioned, and deployed as a single implementation unit (as one or more files). All managed types and resources are marked either as accessible only within their implementation unit, or by code outside that unit.
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
pleasew define carrier scope in abap (sap).
Is the IT field raise again? What is the position of IT after 4 years?
Can we write a method in JSP.If so how?
how do we provide security for web services
what are the activities you enjoy most and How do you see these Developing in the Future with Reference to in your work life and in your personal life
When we have two versions of the dot net installed how does the compiler know which version of DLL it has to select to an application.
5. How do you round the addition or subtraction of two numbers in assembler?
Given an array of size n, containing every element from 1 to n+1, except one. Find the missing element.
define profiler???
Describe the difference between Interface-oriented, Object-oriented and Aspect-oriented programming
how CLR identify vb file?
diffrence between oracle apps , .NET , SAP
Why did you ever become involved in QA/testing?
How to print No.of.rows affected after updation using ADO.Net
What do you understand by modular programming?