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 do you mean by table-per-hierarchy?
What are the major improvements provided by the common language runtime and the base class libraries? Or what are the major improvements in .net framework 4.0?
Do you know about the new features in ASP.Net MVC 4 ?
Explain tempdata in asp.net mvc?
Explain the advantages of dependency injection (di) in asp.net mvc?
what is eager loading?
How can we determine action invoked from HTTP GET or HTTP POST?
What are the sub types of ActionResult?
How to change the action name in ASP.Net MVC?
When using razor views, do you have to take any special steps to protect your asp.net mvc application from cross site scripting (xss) attacks?
What is Separation of Concerns in ASP.NET ASP.Net MVC?
What is representational state transfer (rest) mean?
What are advantages of Dependency Injection (DI) in ASP.Net MVC?
What is .net framwork?
What is Dependency Injection in ASP.Net MVC