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 a strong name?

Answer Posted / anonymous

A shared Assembly is one that is used by multiple
applications. A shared Assembly must have a name that is
globally unique. .Net framework creates this unique name
through a technique called STRONG NAMES.
A combination of Assembly name(the name of your
assembly ie .dll) + version number + culture locale + public
key token(a 16digit number) makes up a strong name.

Advantages of creating a strong name is :

1) Two dll with same name can be installed on the same
machine(as strong names would be different)
2)Different versions can be worked on the same side by side.

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Usually in .net, the clr takes care of memory management. Is there any need for a programmer to explicitly release memory and resources? If yes, why and how?

1157


What is value type and refernce type in .net?

1111


What are the important components of .net?

1062


How to customize the trace output?

1099


Explain me what is an anonymous method and how is it different from a lambda expression?

1045


What are the new features in .net core?

1088


Explain me what is the difference between an abstract class and an interface?

1075


Do you know what is linq?

1114


Explain the difference between managed and unmanaged code?

971


Is atl redundant in the .net world?

1043


How viewstate is being formed and how it's stored on client in .net?

1044


Explain soap and xml?

1094


Differentiate between 'DataSet' and 'SQLDataReader' in ADO.NET?

1181


What is a formatter in .net?

1070


What's singleton activation mode in .net?

1122