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 the difference between adding routes, to a webforms application and to an mvc application?
What is .net core framework?
Mention two instances where routing is not implemented or required?
Can I add asp.net mvc testcases in visual studio express?
Difference between ASP.NET MVC and ASP.NET WebForms?
What is edm designer? : Entity framework
What are action filters?
Explain the request flow in asp.net mvc framework?
Why to use Html.Partial in ASP.Net MVC?
What is the need of Action Filters in ASP.Net MVC
Is dapper better than entity framework?
what is datacontrols?
what is entity data model?
When using aspx view engine, to have a consistent look and feel, across all pages of the application, we can make use of asp.net master pages. What is asp.net master pages equivalent, when using razor views?
What is routeconfig.cs in mvc 4?