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 / imatoria

Types of Assemblies
S.N. Single-file Single-file Multi-file
1 A single-file assembly can consist of a single .DLL or
.EXE file containing application code, embedded resources,
and the assembly's assembly manifest A multi-file assembly
can have multiple files in an assembly. Out of these
multiple files, one file should be an .EXE or a .DLL file

S.N. Static Single-file Dynamic
1 Static assemblies are those that generate files
responsible for creating an assembly when a program is
compiled. These files are stored on a disk for later
use. Dynamic assemblies are those that create assemblies
during a program execution

S.N. Private Single-file Shared
1 Private assemblies are those that are deployed using only
a single application. Shared assemblies are those that
are deployed using multiple applications in shared mode
2 These assemblies are deployed in the directory or
sub-directory on the same computer where the related
application is installed All the shared assemblies are
deployed on the same computer and are installed in a
specific area known as the Global Assembly Cache (GAC).
3 There is no strict security policy and version requirement
while installing a private assembly in the application's
directory In the Global Assembly Cache, each assembly is
identified by a strong name that consists of an assembly's
name, a version number, a culture, a public key, and a
digital signature. The GAC has the capability to maintain
multiple copies of an assembly with a same name but
different versions

S.N. Satellite or Resource-only
1 The assemblies that contain culture-neutral resources are
referred to as satellite assemblies
2 These assemblies are used to deploy language-specific
resources for an application These assemblies are used
to deploy language-specific resources for an application
3 Satellite assemblies do not contain any executable code,
but contain only such resources that are culture-neutral.

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are differences between entity framework and l2s? : Entity framework

1210


Which approach provides better support for test driven development - asp.net mvc or asp.net webforms?

1044


What are advantages of Dependency Injection (DI) in ASP.Net MVC?

1141


what is model first approach?

1188


What is .net framwork?

1071


How route table is created in ASP.NET MVC?

1109


What are the 3 segments of the default route, that is present in an ASP.NET MVC application?

1133


What is presentation framework?

1064


Will there be a .net compact framework 3.0 release with release of .net framework 3.0?

1064


i just want to write an exam regarding .net?plz give me information about taking a test?where to pay 4 d exam,exam centre?

2276


The order of the filters that get executed, if the multiple filters are implemented?

1083


What is the difference between ViewData, ViewBag and TempData?

1132


What is definingquery in entity framework? : Entity framework

1046


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

1092


What is the advantage of using asp.net routing?

1153