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 shared and private assembly?

Answer Posted / neelima

The assembly which is used only by a single application is
called as private assembly. Suppose you created a DLL which
encapsulates your business logic. This DLL will be used by
your client application only and not by any other
application. In order to run the application properly your
DLL must reside in the same folder in which the client
application is installed. Thus the assembly is private to
your application.

Suppose that you are creating a general purpose DLL which
provides functionality which will be used by variety of
applications. Now, instead of each client application
having its own copy of DLL you can place the DLL in 'global
assembly cache'. Such assemblies are called as shared
assemblies.

Is This Answer Correct ?    29 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the adavantage of using ASP.NET routing?

1241


What is data reader in asp.net?

1248


What is difference between datalist and gridview?

1126


What is the difference between CC and BCC?

1122


What is the parent class of all web server control?

1087


Explain the difference between singleton and single call?

1039


In a Repeater control how one can provide an alternating color scheme ?

1124


How do you declare static variable?

1080


What is content page in asp net?

1000


Is asp.net core faster?

1072


Are xaml file compiled or built on runtime?

1019


How you can stop the validation of ASP.NET controls from client side?

1095


Is it possible to write code in many languages in one asp.net project?

1061


Where would you use an ihttpmodule, and what are the limitations if any?

1077


What is the state management in asp.net?

1069