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 the difference between a private assembly and a shared assembly?



What is the difference between a private assembly and a shared assembly?..

Answer / Sachin

A private assembly (also known as a satellite assembly) is intended for use by a single application or set of applications. It's stored in the same directory as its application and does not need to be versioned.nA shared assembly (also known as a public assembly) is intended for reuse by multiple applications. It must have a strong name and version number, and it can be installed in the GAC.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

Why ienumerable is used in c#?

1 Answers  


What the different phase/steps of acquiring a proxy object in webservice?

1 Answers  


What is sql transaction in c#?

1 Answers  


How do you mark a method obsolete?

1 Answers  


Write a program to find the angle between the hours and minutes in a clock

1 Answers  


hi my question is about understanding a text the user entered to a site , so i want to analyse that text looking for some specific items such as "honda" "shoffere" etc.. so if this site could help or could tell me where to go with such question ,i wonder. thanks

1 Answers  


What are the differences between events and delegates in c#?

1 Answers  


How does it work?

1 Answers  


What is the difference between select and selectmany?

1 Answers  


What are STA And MTA in threading?

4 Answers   Kanbay,


Can namespace contain the private class?

1 Answers  


What is decimal in c#?

1 Answers  


Categories