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
What is associationset? : Entity framework
Possible ways to prevent xss attacks on mvc application?
What filters are executed in the end?
Where are the routing rules defined in an asp.net mvc application?
What is edm designer? : Entity framework
What are Code Blocks in Views?
What is Differnce between html.action and ajax.action?
Explain the new features added in version 4 of mvc (mvc4)?
mention what is the difference between ado.net and classic ado?
Explain the advantages and disadvantages of ASP.Net MVC over ASP.NET?
Are there any parts of the .net framework 3.0 that only work on windows vista?
What is entity client data provider? : Entity framework
What is separation of concerns in asp.net mvc?
Is razor a server side?
What are ajax helpers in mvc?