What are the contents of assembly?
Answers were Sorted based on User's Feedback
Answer / guest
In general, a static assembly can consist of four elements:
o The assembly manifest, which contains assembly metadata. o
Type metadata. o Microsoft intermediate language (MSIL) code
that implements the types. o A set of resources.
| Is This Answer Correct ? | 8 Yes | 1 No |
Answer / satyambabu
manifest
metadata
type definations
msil
resources
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / narendra
An assembly represents a group of resources,type
definitions,and implementation of those types.
An ASSembly is self describing .an assembly consists
metadata information, which is used by CLR for everything
from typechecking and security to actually invoking the
component methods.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / kiran
Manifest
Metadata
IL Code
Resources
these are contents of assembly
| Is This Answer Correct ? | 2 Yes | 0 No |
What is lambda expressions in c#?
Explain the difference between the while and for loop. Provide a .net syntax for both loops?
Explain Creational design pattern in .NET?
If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?
Explain security measures exist for .net remoting in system.runtime.remoting?
can any one tel me the complete Testing Procedure of any one simple PROJECT i mean either web/windows based application?
Explain the Difference between value and reference type.
Do you know the difference between the stack and the heap?
What is boxing and un-boxing in .net?
How is threading done in .net?
what all type of application can u make with visual studio?
Explain soap and xml?