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 split entity?
What is mapping in entity framework? : Entity framework
Which .net framework is installed?
How to answer for project questions..?
What is needed for running an application built on winfx on the .net framework 3.0?
Explain how to use multiple submit buttons in ASP.Net MVC?
What is Area in ASP.Net MVC?
What is .net architecture?
What are Action Methods in ASP.NET MVC?
What is the meaning of unobtrusive javascript?
What is display mode in mvc?
what is scalar property?
What are authentication filters in web api?
What are the 3 segments of the default route, that is present in an ASP.NET MVC application?
What is the mvc pattern (model view controller pattern)?