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

Always use scope terminator like End-If with IF, End- Evaluate with Evaluate statement.Can somebody explain me the detail logical explanation?

0 Answers  


Write a program to find factorial of a number using functions

0 Answers   Peerless,


what is the difference between uservariables and systemvariables (in Environmental variables)???

0 Answers  


I have try to write a record in a TDQ from a fle.... what are the steps to do... can anybody plz come with a solution

0 Answers  


what is meaning of MDM in sap?let me know that meaning

0 Answers  


5.Call by value and Call by reference with program?

0 Answers  


iam confused among testing ,.net and java. can anybody help me.

0 Answers  


Write a shell program to test whether a given year is leap year or not ?

0 Answers   Patni,


Hi can you please send me recent(present) interview questions and technical qyestions with answers for "BUSSIESS OBJECTS" and "DATA WAREHOUSE".pls its urgent for me my mail id is sekhar.cs82@gmail.com,manjuforgis@gmail.com. thanks in advance

0 Answers  


Describe the difference between Interface-oriented, Object-oriented and Aspect-oriented programming

1 Answers  


I want sample papers for NIC Examination. Plz send them to my mail Id das.neelam@gmail.com . Plz send it today, tomorrow i've the exam.

0 Answers  


what is software

2 Answers  


Categories