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 |
What is associationset? : Entity framework
What are the sub types of ActionResult?
What is difference between razor and web form engine?
Why to use '{resource}.axd/{*pathInfo}' in routing in ASP.Net MVC?
Diffence between .net framework 1.0 and 2.0?
How can Bitwise OR operator reresents in .Net?? To which alias name a variable points to if it is declared as "int" variable??
What are action filters?
What is edm designer? : Entity framework
what are the aggregate functions in ASP.NET?
Why to use html.partial in mvc?
What is the difference b/w constant & read only variable?
4 Answers IMI Soft Engineering,
Explain Keep method in Tempdata in ASP.Net MVC?