Answer Posted / manirajsahu
Assembly is unit of deployment like EXE or a DLL.
√ An assembly consists of one or more files (dlls, exe’s,
html files etc.), and
represents a group of resources, type definitions, and
implementations of those
types. An assembly may also contain references to other
assemblies. These
resources, types and references are described in a block of
data called a manifest.
The manifest is part of the assembly, thus making the
assembly self-describing.
√ An assembly is completely self-describing.An assembly
contains metadata
information, which is used by the CLR for everything from
type checking and
security to actually invoking the components methods. As
all information is in the
assembly itself, it is independent of registry. This is the
basic advantage as
compared to COM where the version was stored in registry.
| Is This Answer Correct ? | 15 Yes | 1 No |
Post New Answer View All Answers
What are advantages of Dependency Injection (DI) in ASP.Net MVC?
What is a model in programming?
what is use of entitydatasource control?
What is the use of the default route?
What is asp net framework?
What is stateless model?
What is a razor file?
what is datacontrols?
What is the purpose of a web form?
Explain Bundle.Config in ASP.Net MVC4?
Explain the methods used to render the views in mvc?
Explain .Net Framework? Why we use it?
How to change the action name in ASP.Net MVC?
How to update one of my table in database at 4pm every day how it is possible?
What is difference between html.beginform and ajax.beginform?