Download
100% FREE
Office Document APIs for .NET
Online: 677
Home
Articles
Interviews
Forums
For Beginners
Popular Questions
ITIL Career Advice
PMP Career Advice
Career Advices
Codes
Videos
ASP.NET
ASP.NET MVC
Android Intel XDK
Sql Server
AngularJS
Bootstrap
Backbone.JS
MongoDB
LESS (CSS)
jQuery
WPF
WWF
SSIS
LightSwitch
Tutorials
News
ASP.NET MVC
|
Be Interview Ready
|
Top Performers
|
DNF MVP
|
Top Posts
|
Winners
|
Subscribe
|
Catalogs
Welcome Guest !
Register
Login
Home
>
Interviews
>
.NET Framework
>
Loading ...
How do you generate a strong name?
Posted by
Blessybaby
on 1/6/2010 | Category:
.NET Framework Interview questions
| Views: 3591
Post
|
Interview FAQs
|
Exclusive Questions
|
Interview Home
Answer:
.NET provides an utility called strong name tool. You can run this toolfrom the VS.NET command prompt to generate a strong name with an option "-k" and providing the strong key file name. i.e. sn- -k < file-name >
|
Alert Moderator
Bookmark It
< Previous :
What is the difference between a Debug and Release ...
Next > :
What is strong-typing versus weak-typing?
Comments or Responses
Login to post response
More Interview Questions by Blessybaby
What is strong-typing versus weak-typing?
What is the difference between an EXE and a DLL?
Describe the difference between a Thread and a Process?
Why can't you specify the accessibility modifier for methods inside th ...
Can you allow class to be inherited, but prevent the method from being ...
Can you prevent your class from being inherited and becoming a base cl ...
Can you override private virtual methods?
Can you declare the override method static while the original method i ...
Latest Interview Questions
What will be the length of string type variable which is just declared ...
What is the use of @@IDLE in Transact-SQL?
What is the purpose of @@LANGUAGE statement?
Illustrate Server.Transfer and Response.Redirect?
How can we cancel a transaction?
What is the syntax of try catch?
Can we have Try catch in Sqlserver?
How do we raise the error message?
More ...