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 lazy loading in entity framework?
What is RouteConfig.cs in ASP.Net MVC 4?
What is work of clr?
What is conceptual model? : Entity framework
What are the 3 main components of an asp.net mvc application?
what is eager loading?
What is the use of razor view engine?
What does mvvm mean?
What are actions in asp.net mvc?
How to Redirect Tracing to a File
Can a view be shared across multiple controllers? If yes, how we can do that?
What are the options can be configured in AJAX helpers?
What is .net framwork?
What is the need of Action Filters in ASP.Net MVC
Explain the difference between Viewbag and Viewdata in ASP.NET MVC?