what is Assemble

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


Please Help Members By Posting Answers For Below Questions

what is lazy loading in entity framework?

761


What is RouteConfig.cs in ASP.Net MVC 4?

770


What is work of clr?

766


What is conceptual model? : Entity framework

686


What are the 3 main components of an asp.net mvc application?

728






what is eager loading?

766


What is the use of razor view engine?

708


What does mvvm mean?

735


What are actions in asp.net mvc?

779


How to Redirect Tracing to a File

765


Can a view be shared across multiple controllers? If yes, how we can do that?

788


What are the options can be configured in AJAX helpers?

758


What is .net framwork?

716


What is the need of Action Filters in ASP.Net MVC

765


Explain the difference between Viewbag and Viewdata in ASP.NET MVC?

769