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 is work of clr?
What is storage model? : Entity framework
What is action methods in web api?
explain lazy loading, eager loading, and explicit loading?
What is the significance of nonactionattribute?
What are non action methods in mvc?
Explain how you can implement Ajax in MVC?
Which is the default http method for an action method?
What is route config?
Can a view be shared across multiple controllers? If yes, how we can do that?
What are Validation Annotations?
Name a few different return types of a controller action method?
explain how you can load related entities in ef (entity framework)?
What is partialview in asp.net mvc?
How large is the .net framework 3.0?