What does this do? sn -t foo.dll

Answers were Sorted based on User's Feedback



What does this do? sn -t foo.dll..

Answer / pramod gupta

Displays the public key token of foo.dll. foo.dll must be
strong-named.

Is This Answer Correct ?    1 Yes 0 No

What does this do? sn -t foo.dll..

Answer / subrmaniam

sn=Strong Name.
we can give a strong name for our assembly while deploying
our applications.

Is This Answer Correct ?    1 Yes 0 No

What does this do? sn -t foo.dll..

Answer / surendar

Creating a strong name,key pair generation

purpose for converting the private assembly into public
assembly

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

What is advantage of viewstate and what are benefits ?

1 Answers  


Is it true that a Web service must be written in .NET or not?

0 Answers   Siebel,


How can we prevent browser from caching an aspx page?

0 Answers  


How many types of validation are there?

0 Answers  


What is operator overloading in dotnet

1 Answers  






Advantage of data Reader?

2 Answers  


How can you display all validation messages in one control?

0 Answers  


How you will handle session when deploying application in more than a server?

0 Answers  


what is usercontrol how we can use acess the controls that are present in the usercontrol in the aspx page suppose we have 2 text boxes in a user control how u can acess the 2 textboxs in the aspx page

1 Answers  


To match the two different controls which control would we use ?

2 Answers   Siebel,


Explain diff between dataset and datareader?

0 Answers  


how we deploy the asp.net 2.0 application

2 Answers   Logistics,


Categories