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...

How .net assemblies are registred as private and shared
assembly ?

Answer Posted / prabhakar

Any assembly file (.net dll, .net exe ) is by default is
Private assembly. This means the assembly is visible only to
the application that loads/references it explicitly. Each
application that refers our private assembly will get its
own copy in its assembly.

Shared assembly is the assembly that is registered to the
GAC (Global Assembly Cache) that is part of the .Net
framework installed (under 'windows/assembly' directory) on
a system. We use 'gacutils.exe' binary to register the GAC
such as gacutil -i MyAssembly.exe. All applications those
reference a 'registered global assembly' would use the same
copy of the assembly present in the GAC. Hence it is called
'Shared assembly'.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How we can add the CSS in ASP.Net MVC?

1078


Explain Model, view and Controllers in Asp.Net MVC?

1112


What are the 2 popular asp.net mvc view engines?

1063


What is .net architecture and framework?

1103


What are the main components of .net framework?

1090


What is a model in programming?

1047


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

1132


What is the purpose of a web form?

1064


explain why t4 entity is important in entity framework?

1083


What is meant by domain model?

1104


What is the benefit of entity framework?

1045


How route table is created in ASP.NET MVC?

1106


What is the difference between tempdata and viewbag?

992


What is the use of web api ? Why web api needed, if you have already restful services using wcf ?

1057


What is the significance of nonactionattribute?

1079