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 are the types of assemblies and where can u store them
and how ?

Answer Posted / kakarala sowjanya

*Single and Multi-File Assemblies:
There are several ways to group the various elements in an
assembly. You can group all elements (manifest, MSIL and
resources) in a single physical file or group them
separately in several files. An assembly that groups all
elements in a single file is called a single file assembly,
whereas the assembly that groups its elements in multiple
files is called a multi-file assembly.

A single-file assembly can be created by compiling the
application in Visual Studio .NET. The Visual Studio .NET
IDE for Visual Basic can only be used to create single-file
assemblies. Multifile assemblies can be created using
command-line compilers.

*Private and Shared Assemblies:
Private assemblies are those assemblies that are accessible
only to the applications residing in the same directory as
that of the assembly. When you create an assembly, it is
private by default. No other application can make use of
private assembly. For a private assembly to be accessible
by more than one application, you must copy the files of
the assembly separately into the folder in which the other
application resides.

Shared assemblies are assemblies added to the GAC (Global
Assembly cache). GAC is used to store assemblies and to
share them between multiple applications. IN the shared
system, the names of the assemblies should be unique as it
can be accessed by all applications. The newer versions of
the component should also have unique names. These can be
achieved by using a strong name for the assembly. A shared
assembly is placed in the GAC folder that is reserved for
shared assemblies.

Is This Answer Correct ?    3 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which version of the common language runtime (clr) does the .net framework 3.0 use?

1140


What is entitycontainer? : Entity framework

1072


What is entitytypes? : Entity framework

1085


How can I tell what .net framework is installed?

1032


What is entity sql? : Entity framework

1093


What is managed extensibility framework?

1053


what is conceptual model?

1092


Is dapper better than entity framework?

1029


What is .net core framework?

1055


Can you set the unlimited length for "maxjsonlength" property in config?

1036


Will c# 3.0, vb.net 9.0, atlas, or linq be included in the .net framework 3.0?

997


Is .net framework going away?

1089


explain how you can load related entities in ef (entity framework)?

1059


What is .net framework & its benefits?

1141


How do I install .net framework?

1019