What are the contents of assembly?

Answers were Sorted based on User's Feedback



What are the contents of assembly?..

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

What are the contents of assembly?..

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

Post New Answer

More Dot Net Framework Interview Questions

What is Separation of Concerns in ASP.NET ASP.Net MVC?

0 Answers  


What is mvc entity framework?

0 Answers  


What is html.renderpartial?

0 Answers  


what is view state

3 Answers   Wipro,


Can any particular component of .net framework 3.0 be removed?

0 Answers  






Requirement is: try { \\SQL Query } catch(Exception i) { print a } catch(SQLQueryException e) { \\SQL Query } Qu)I Got Exception in "try" block. Which "catch" statement (i.e. 1st catch or 2nd catch ) catches the exception and Why???

6 Answers   3i Infotech,


Explain the methods used to render the views in mvc?

0 Answers  


Is .net framework going away?

0 Answers  


What is NonActionAttribute ?

0 Answers   Cognizant,


What is .net framework & its benefits?

0 Answers  


Changes to which portion of version number indicates an incompatible change

1 Answers  


What are multicast delegates ? give me an example

1 Answers  


Categories