What is strong name and which tool is used for this?

Answers were Sorted based on User's Feedback



What is strong name and which tool is used for this?..

Answer / srikanth

Strong name is the unique identifier for the public
assemblies. This will be generated using sn.exe tool.

Is This Answer Correct ?    9 Yes 0 No

What is strong name and which tool is used for this?..

Answer / sivaprasad

strong is comprises of four things
1)Assembly name
2)version
3)Identifier
4)public
which is used to uniquely identifie Assembly in GAC

Is This Answer Correct ?    11 Yes 2 No

What is strong name and which tool is used for this?..

Answer / om nama shiva ya namaha

when ever we place our assembly in global assembly cache.to
identify our assembly uniqly in the golbal assembly cache we
have to provide stong name for our assembly
we can provide strong name by using sn.exe tool
in command promt==>sn.exe -k "\anyassemblyname.snk";
these sn.exe tool provieds stong name for the assembly and
follw public key cryptogaphy

Is This Answer Correct ?    4 Yes 1 No

What is strong name and which tool is used for this?..

Answer / vasunthara

It is used to create a globally unique name for an assembly.
It is similar to GUID.Strong name users publi key
cryptography(pkc) to ensure tha noone can sppof it.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

What is base class of .net?

0 Answers  


how can u create the blog in asp.net with C#?what is the data type u will use to store in sql server?

0 Answers   IBM,


Can viewstate be accessed in another page?

0 Answers  


What is the use of view state?

0 Answers  


About remoting and web services. Difference between them?

2 Answers   Microsoft,






Which protocol is used to call a web service?

0 Answers  


What are PDBs? Where must they be located for debugging to work?

4 Answers  


What is the difference between the get method () and post method ()?

0 Answers  


Define data caching?

0 Answers  


How do cookies work?

0 Answers  


What is the DLL Hell Problem?

2 Answers  


Define web.config in .net?

0 Answers  


Categories