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 controllercontext?
If I have multiple filters implemented, what is the order in which these filters get executed?
In which assembly is the mvc framework defined?
Please explain me what the project manager will ask in the interview.The interview is for senior position in .Net (5 years experience )
What is the domain object?
What is meant by viewdata?
What is objectcontext? : Entity framework
what is entity framework?
what is entityclient?
Is entity framework slow?
What is poco proxy? : Entity framework
What is entity framework? : Entity framework
i have done enough testing in life but now stated developing intereset in development work,Can i think of entering into development work that too in >Net after more then 4 years of testing experiece?
What is tempdata?
How do you handle variable number of segments in a route definition?