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

How many web config files can be created for an application?

0 Answers  


Types of optimization and name a few ?

3 Answers   Accenture,


What is the main function of url routing system in asp.net mvc? : asp.net mvc

0 Answers  


asp.net page is a object or not?

5 Answers  


What is comparevalidator?

0 Answers  






How can we prevent browser from caching an aspx page?

0 Answers  


How we can set Different levels of Authentication in .Net? What are the difference between Windows Authenticatin, Passport Authentication and Form Authentication?

1 Answers  


Differences between session state and Application state?

6 Answers  


If 200 is for all successful operation then why do we have 201 response codes?

0 Answers  


What is http response header?

0 Answers  


How to consume a webservice in a windows application without adding through the web reference?

1 Answers   247Customer,


What is the difference between a page theme and a global theme?

0 Answers  


Categories