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 autopostback in asp net?

0 Answers  


What are the difference between overriding and overloading?

0 Answers  


How to automatically get the latest version of all the asp.net solution items from source safe when opening the solution?

0 Answers  


Which class is used to send an email message from an ASP.NET Web page?

0 Answers   Sans Pareil IT Services,


I have a webform in asp.net.In that webform there is 2 division class(DIV).in one of the div class there is a text box for enter the id & a button for to check id with database value.My doubt is that how can i appear the 2nd Div contents only when the id is true with database value.if wrong do not display the div . i Want code in c#.

2 Answers  






Define repository pattern in asp.net mvc? : asp.net mvc

0 Answers  


Difference between DataGid and Girdview? Difference b/w .Net 2.0, 3.0 and 3.5 ? Diff b/w dispose & Finialize Methods?

0 Answers   Accenture, Value Labs,


How Many types of Page Load functions in asp.net

2 Answers  


what is satellite assembly in .net?

4 Answers   iSoft,


What are the different method of navigation in asp.net?

0 Answers  


what is page life cycle state management postback cross page postback types of feilds in gridview gridview events their life cycle cte in sql diff truncate and delete paging concepts in gridview diff bet gridview datalist and repeater what new operations in sql 2005 compared to earlier you get

1 Answers   e4e,


How to find out what version of asp.net I am using on my machine?

0 Answers  


Categories