what is the difference between a namespace and assembly ?

Answers were Sorted based on User's Feedback



what is the difference between a namespace and assembly ?..

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

what is the difference between a namespace and assembly ?..

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

what is the difference between a namespace and assembly ?..

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

what is the difference between a namespace and assembly ?..

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

Post New Answer

More Programming Languages AllOther Interview Questions

How to update a data for the views in the relational data base schema

1 Answers   TCS,


how to convert hashmap to arraylist with iteration

0 Answers   DFD,


where is available in this mantis toturials?

0 Answers  


what you mean by mantis in IT interview? why we use mantis? advantage of mantis?

1 Answers  


Info for guidewire documents and interview questions

1 Answers  






What is meant by STACK?

5 Answers   Mascot,


1) How can u create the table?

0 Answers   IBM,


What is std::auto_ptr?

1 Answers   Amazon,


Is CTS company do serious backgroung check?

0 Answers   CTS,


What are the advantages of Server Controls over HTML/ASP Controls.

1 Answers   Tesco,


Can anyone send me NIC question papers alongwith answers on nidhi1485@yahoo.co.in? Urgently needed.. Thanks in advance

0 Answers  


5. How do you round the addition or subtraction of two numbers in assembler?

0 Answers   Wipro,


Categories