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...


Difference between assembly manifest & metadata

Answers were Sorted based on User's Feedback



Difference between assembly manifest & metadata..

Answer / guest

assembly manifest - An integral part of every assembly that
renders the assembly self-describing. The assembly manifest
contains the assembly's metadata. The manifest establishes
the assembly identity, specifies the files that make up the
assembly implementation, specifies the types and resources
that make up the assembly, itemizes the compile-time
dependencies on other assemblies, and specifies the set of
permissions required for the assembly to run properly. This
information is used at run time to resolve references,
enforce version binding policy, and validate the integrity
of loaded assemblies. The self-describing nature of
assemblies also helps makes zero-impact install and XCOPY
deployment feasible.

metadata - Information that describes every element managed
by the common language runtime: an assembly, loadable file,
type, method, and so on. This can include information
required for debugging and garbage collection, as well as
security attributes, marshaling data, extended class and
member definitions, version binding, and other information
required by the runtime.

Is This Answer Correct ?    3 Yes 0 No

Difference between assembly manifest & metadata..

Answer / pavan

there isi'nt much of the difference in them
as i can say assembly manifest is part of meta data
ie meta data contains two parts type info & assembly info

type info tells u about the ilcode , what are the function
in it
what are the parameters it have etc
while assembly info or manifest tell u about name , size,
version

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Dot Net General Interview Questions

What's singleton activation mode in .net?

0 Answers  


what is yield keyword in .Net?

2 Answers  


What are the different types of memory in .net?

0 Answers  


Explain the garbage collection process?

0 Answers  


Which namespace does it belong to by default?

0 Answers  


How many types of design patterns available in .NET?

0 Answers  


What is Garbage Collection in .Net? Garbage collection process?

3 Answers  


What is .net3.0 and .net3.5?

0 Answers  


.What is Marshaling?

2 Answers  


What is MSIL code ?

3 Answers   TCS,


What is data type and how many types of data types are in .NET ?

0 Answers  


Explain what is reflection in microsoft .net context?

0 Answers  


Categories