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 caching? Explain.

0 Answers  


What is razor? : asp.net mvc

0 Answers  


Differences between session state and Application state?

6 Answers  


What describes a query?

0 Answers  


What are the components of ado.net?

0 Answers  






What is Web API Routing?

0 Answers  


What is a Repeater Control and how does it works? and what is the diffrence b/w Gridview,datalist and repeater control?

2 Answers   USi,


How to change Master page in ASP.Net using code?

0 Answers   HCL,


What is the use of @Register directives?

3 Answers  


what is session ?how sessions are handeled in application? write the clauses of sql server in their order.

3 Answers   Olive Tech,


Define web.config in .net?

0 Answers  


What is the parent class of all web server control?

0 Answers  


Categories