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 assembly
manifest

Answers were Sorted based on User's Feedback



Difference between assembly manifest & metadata assembly manifest..

Answer / guest

Manifest --> Self describing information about an assembly.
Metadata --> Content of that assembly.

Is This Answer Correct ?    6 Yes 1 No

Difference between assembly manifest & metadata assembly manifest..

Answer / satyambabu

Manifest means all the assembly meta data specifyed.
Metadata means data about data.

Is This Answer Correct ?    1 Yes 1 No

Difference between assembly manifest & metadata assembly manifest..

Answer / raman

an assembly is a unit of deployment.like exe or dll.once
the code is compilde it wil generate the exe.that can be
used for deplaying you appliaction
when you build the class library it results into dll that
can be used in othere application by importing the dll.
Manifest:which contains the assembly name and version nuber
and method info...etc are stored in the manifest

Is This Answer Correct ?    0 Yes 1 No

Difference between assembly manifest & metadata assembly manifest..

Answer / guest

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 ?    2 Yes 4 No

Post New Answer

More Dot Net General Interview Questions

String[] a = new string[10] for(i=0; i<10; i++) { a[i] = i; } How many heap object will be created for this array. Choose the answer below. Ans: 1, 10, 11, 12

6 Answers  


What does il do?

0 Answers  


Explain the Scope of public/private/friend/protected/protected friend.

1 Answers   Wipro,


What is a metadata in .net?

0 Answers  


How to Create and Consume a Web Service?

1 Answers  


What are the drawbacks for Model-View-Controller Architecture?

1 Answers  


Can we share session between ASP.Net & ASP

3 Answers   Accenture, Value Labs,


Describe difference between inline and code-behind?

0 Answers  


Please explain what are an inheritance, polymorphism, and encapsulation?

0 Answers  


Do you know what is lambda expressions in c#?

0 Answers  


Please explain the difference between constants and read-only variables?

0 Answers  


How to implement CAS in .Net?

0 Answers   247Customer,


Categories