Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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 :
&#8730; Assembly is physical grouping of logical units. Namespace
logically groups
classes.
&#8730; 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

the channel in the data communication model can be? option a.postal mail serv. b telephon lines c.radio signals d. all the above

2 Answers   iNautix, National Investment Commission,


any drawback are there in mantis?

0 Answers  


Crystal report proffessional 9 to filter the issue date!!

1 Answers  


When we have more than one main function in a program how does the compiler know the starting point of the program, i mean from which main the execution or compilation of the program begins?

2 Answers   247Customer,


Suppose server object is not loaded into the memory, and the client request for it , what will happen?

0 Answers  


write a program on c(or)c++(or)java language i.e if i have 5 numbers like (10,24,3,9,15) i want to display highest number from these numbers

2 Answers  


how many languages .net is supporting now?

4 Answers  


Where do we need Operator overloading?

0 Answers   BirlaSoft,


how many languages .net is supporting now?

2 Answers  


What is meant byStatic Variable ?

7 Answers   Mascot,


What is meant by SQL,PL/SQL,SQL PLUS? Is there any differnece between them?

2 Answers   HSBC,


how many keywords are present in "c"?

18 Answers   Assurgent, Cynosure Software, IBM,


Categories