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 Layout in ASP.Net MVC?

577


What is the difference between entity framework and mvc?

521


What are the differences between Partial View and Display Template and Edit Templates in ASP.Net MVC?

593


What are HTML Helpers, AJAX Helpers in ASP.Net MVC?

576


Is http stateful or stateless?

549






what is code first approach?

588


Is the following route definition a valid route definition? {controller}{action}/{id}

753


What is the full form of sp?

495


What is page life cycle?

530


Mention what is the difference between “ActionResult” and “ViewResult” ?

577


Can you use Razor code in Javascript in ASP.Net MVC?

665


How does work clr?

535


How to Create an Intranet Site Using ASP.NET MVC?

591


How route table has been created in ASP.NET ASP.Net MVC?

554


How we can add the css in mvc?

590