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?

Answers were Sorted based on User's Feedback



what is a strong name?..

Answer / 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

what is a strong name?..

Answer / 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

what is a strong name?..

Answer / deepa ,cse

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.

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More Dot Net General Interview Questions

What are the purposes of using .net?

0 Answers  


What is the advantage of packaging over xcopy in .net?

0 Answers  


What is view state in .net?

0 Answers  


what are connection strings?

0 Answers   Manhattan, RTRT,


How to create multiple inheritance in c#, with example?

0 Answers  


What are the two kinds of properties.

2 Answers   Wipro,


How do you define the lease of the object?

1 Answers  


What is meant by .Net framework?

1 Answers  


Explain the difference between asp.net & vb.net and explain architecture?

0 Answers  


What are the challenging issues you have faced in implementation project/Maintainance project in .net Functionality? How you have overcome that issue?

0 Answers   TCS,


How you apply a theme in whole application in .Net?

0 Answers   PUCIT,


What is PageIndex in DataGrid?What is the event used in the Datagrid for while moving from one page to another page in the Grid?write code for it

2 Answers  


Categories