How do you generate a strong name?



How do you generate a strong name?..

Answer / Saujanya Yadav

To generate a strong name for an assembly in .NET, you need to sign it with a key pair consisting of a private key (.snk file) and its corresponding public key (embedded in the assembly). You can use tools like signtool or Visual Studio's Signing tab in project properties to sign your assemblies.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Dot Net General Interview Questions

Describe the programming model of a windows service

1 Answers  


What is the difference between boxing and unboxing?

1 Answers  


Conceptually, what is the difference between early-binding and late-binding?

1 Answers  


Where?s Windows service database located?

2 Answers  


What is .net environment?

1 Answers  


What is the difference between a debug and release build?

1 Answers  


How Garbage Collector (GC) Works?

1 Answers  


Using activex control in .net?

1 Answers  


DateTime[] dt = new DateTime[10] for(i=0; i<10; i++) { dt[i] = DateTime(2008, 1, i+1) } How many heap object will be created for the above array. Choose the correct answer below. Ans: 1, 10, 11, 12

3 Answers  


What is .net core used for?

1 Answers  


What is the managed and unmanaged code in .net?

2 Answers  


in hibernate, what is dirty reading?

1 Answers   IBM,


Categories