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

How to implement role based security in asp.net mvc? : Asp.Net MVC

0 Answers  


hi i am varinder. i am very eager to learn ASP.net in C#. i am beginer to it. i have refer some books but i found it tuff to understand. their language is tuff. So please tell me the best site or best book to learn ASP.net in C#. i will be very thankful. Varinder

1 Answers  


Are cookies stored on server or client?

0 Answers  


What are merge modules?

0 Answers  


What is the difference between application state and caching?

0 Answers  






Which @page directive should you create an asynchronous page?

1 Answers  


.net allows which inheritence

6 Answers   AG Technologies, Samcomm,


Diff between web user control and web custom control?

0 Answers  


What are different types of directives in .NET ?

1 Answers  


what is the difference b/w Asp.net server controls and html server controls in .net?

2 Answers   iGate, Profiniti Systems,


If I'm developing an application that must accommodate multiple security levels though secure login and my ASP.NET web application is spanned across three web-servers (using round-robin load balancing) what would be the best approach to maintain login-in state for the users?

7 Answers   Syntax Softtech,


How do we invoke queries from the application?

3 Answers   Microsoft,


Categories