Answer Posted / anjana
Assembly will generated for the project when it complies.
Each project have assembly either in .dll or .EXE format
Assembly file contains the IL, metadata , manifest(
information about the assembly version and other related
informations)
there are two types single file and multifile.
in multifile all (metadata, manifest, IL) in separate files.
while in single file all( IL, Manifest, Metadata) are in one
file.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
explain lazy loading, eager loading, and explicit loading?
mention what are the various methods provided by the dataset object to generate xml?
What are the components required to create a route in ASP.Net MVC?
What are the levels at which filters can be applied in an asp.net mvc application?
What is objectset? : Entity framework
Explain the advantages of asp.net mvc over asp.net?
What is the 'page life cycle' of an ASP.NET MVC?
What is the use .glimpse in mvc?
Is the following route definition a valid route definition? {controller}{action}/{id}
How does the .net framework 3.0 relate to windows vista?
Mention the core components of .net framework?
How to change the action name in ASP.Net MVC?
How route table is created in ASP.NET MVC?
How we can invoke child actions in ASP.Net MVC?
What is representational state transfer (rest) mean?