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
Given an array of size n. It contains numbers in the range 1 to n. Find the numbers which aren?t present.
if 3 duplicate records, by keeping one original and one duplicate record, and how to delete remaining 2 duplicates in sql server 2008
In JCl , we have COND parameter.This holds comparison code and condition.It also has only and even parameters. ex: COND((4,GE),EVEN).what the comma mean here. is that 'and' or 'or'.
how to add a new table with variables and thier values into a imported file uisng proc import?
what are the topics choosen for jam round for interviews
how many types of operating system are avaliable?
what is woransient key word? how it is used in java
how do i add a column dynamically in a table by using java application?
Is buffer size and file block size is similar? If similar,at which case it will be same size?
can u send some model papers how computer awareness questions are asked in goverment jobs(oriental insurance)to my mail id me.priyankapadma@rediff.com
how many types of bytes are there???
Compare any 4 software development life cycle paradigms with each other. Indicate at least one application for each of the paradigms that are suitable to developed using that paradigm.
which worker is involved in all the phases of SDLC?
what is best way to create a Thread class & why?
Write code to read the records from a file and load any array of size 99?make sure that you take care of all the error conditions?