What are the contents of assembly?
Answers were Sorted based on User's Feedback
Answer / swapna
In general, a static assembly can consist of four elements:
The assembly manifest, which contains assembly metadata.
Type metadata.
Microsoft intermediate language (MSIL) code that implements
the types.
A set of resources
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / swapnil
Assembly having 3 main parts 1) IL- containing Business logic,
2)Metadata- structure of class 3) Manifest-- All additional
info regarding to assembly
| Is This Answer Correct ? | 0 Yes | 0 No |
exe abrevatiom
What does assemblyinfo.cs file consists of ?
1 Answers Accenture, BirlaSoft,
What are the types of authentication in .net
mention what is csdl, ssdl and msl sections in an edmx file?
Is it possible to share a view across multiple controllers?
Explain Model, view and Controllers in Asp.Net MVC?
What are the benefits of .net framework?
Is the lack of deterministic destruction in .NET a problem
Is it possible to use multipe inheritance in .net
Explain dependency resolution?
What is the difference between model and entity?
what is mean by type-safe? Please answer me. Advance thanks.