what is the difference between a namespace and assembly ?
Answers were Sorted based on User's Feedback
Answer / deepak srivastava
Following are the differences between namespace and
assembly :
√ Assembly is physical grouping of logical units. Namespace
logically groups
classes.
√ Namespace can span multiple assembly.
| Is This Answer Correct ? | 13 Yes | 0 No |
Answer / ramakrishna
assembly
1.an assembly is a .exe or .dll file.
2.an assembly may be contain several namespaces.
namespace
1.namespace is a group of entities like class
,object,functions under single name.
2.namespace used for avoiding clash of class names.
| Is This Answer Correct ? | 9 Yes | 0 No |
Answer / ashish
The Namespace is collection of Class &
Assembly is collection of software components information,
version information. You can say it machine language or it
is.
| Is This Answer Correct ? | 13 Yes | 7 No |
Answer / 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 |
can any one suggestion me present which course(except java,.net) has huge demand in the market?
in a company 30% are supervisors and 40% employees are male if 60% of supervisors are male. what is the probability that a randomly choosen employee is a male or female?need steps to solve this?
Give examples of macro quoting function?
Write a program to find duplicate number from array in minimum time complexity.
Which language they use during interview?
0 Answers State Bank Of India SBI,
how to run servlets in eclipse 3.3.2....if we choose file->new->servlet then after that it is showing javax.servlet.* ...cannot be resolved.......to avoid this error any external jar file is to be added? please help me regarding this issue........thank u
Suppose server object is not loaded into the memory, and the client request for it , what will happen?
Write a program to create a process in UNIX
is it acceptable if we declare multiple exceptions in same overridden method.
How many processes can listen on a single TCP/IP port?
iam confused to choose among testing, .net and java can anybody help me????????
can we retrieve only integer/String type columns from a table,if yes how?