Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What is an assembly?

Answer Posted / dotnetfox

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.
--- Multiple versions can be deployed side by side in
different folders. These
different versions can execute at the same time without
interfering with each
other. Assemblies can be private or shared. For private
assembly deployment, the
assembly is copied to the same directory as the client
program that references
it. No registration is needed, and no fancy installation
program is required.
---When the component is removed, no registry cleanup is
needed, and no uninstall
program is required. Just delete it from the hard drive.
---In shared assembly deployment, an assembly is installed
in the Global Assembly
Cache (or GAC). The GAC contains shared assemblies that are
globally accessible to all .NET applications on the machine.

Is This Answer Correct ?    8 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why the javascript validation not run on the asp.net button but run successfully on the html button?

1001


How can we implement a identity (sql server) call in an asp.net page?

1067


Explain the difference between sql invalidation and sql notification.

1018


What are the differnt types of handler in ASP.NET?

1029


What is the extension of master page in asp.net?

1020


How do we implement bundling in MVC?

1152


Where sessions are stored?

1143


Are xaml file compiled or built on runtime?

1019


What is authorization in asp.net?

1127


How would you get asp.net running in apache web servers? Explain it's limitations.

1041


Explain repository pattern in asp.net mvc? : asp.net mvc

1085


How you can access the values from the Repeater control in ASP.NET?

1106


Explain the difference between debug.write and trace.write?

1028


Explain parts of assembly?

1014


What is server side session?

1071