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 / om namo bhagavathe vasudevaya

assembiles are two types
1.public assembly 2.private assembly
public assembly-:when ever we want our assembly to be used
globally through out the application.Then we have to keep
our assembly in global assembly cache.when ever we kept our
assembly in global assembly cache we have to provide strong
name for that assembly
these strong name is used to uniquely identified the
assembly in global assembly cache
these strong name is provieded by using sn.exe tool
in the command prompt we have to type like these
>sn.exe -k "C:anyfilename.snk"
these strong name can follow public key encyption
in the publickey encryption publickey is used for encryption
and corresponding private key is used to decrypt

note:for private assemblies their is no need to create
strong name because it is stored in the application folder

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is connection pooling and how do you make your application use it?

1083


How do you trigger the paint event in system.drawing?

1050


Tell us the difference between managed and unmanaged code?

1071


One user deleted one row after that another user through his dataset was trying to update same row. What will happen? How will you avoid this problem?

1023


Define marshling?

1198


Which namespace does it belong to by default?

1086


What is the use of Treeview control?

1158


Explain About GDI object ?

1133


What is the difference between imperative and interrogative code?

2107


What is assemblies in .net?

1169


Who is using .net core?

1015


Explain about .net?

1117


What's a windows process in .net?

1054


What are the two main parts of the .net framework?

1120


What are code contracts?

1098