Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


How can we give strong name to assembly? What is satellite
assembly?

Answers were Sorted based on User's Feedback



How can we give strong name to assembly? What is satellite assembly?..

Answer / srilakshmi

To sign an assembly with a strong name, we must have a
public/private key pair. It can be generated by using
sn.exe (strong name) utility.

1. Type the following at the command prompt
sn -k mykey.snk

2. Open the project in VS.NET
3. open solution explorer window, right click on ur project
name -> properties
4. click on the signing tab in the properties page
5. select the "sign the Assembly" checkbox
6. click the dropdown list and select strong name key file.
7. Build the application


Satellite Assembly: is a resource assembly that include
separte resources for different cultures. This assembly
allow a different set of resources to be loaded
automatically based on the culture of the thread.

Is This Answer Correct ?    3 Yes 0 No

How can we give strong name to assembly? What is satellite assembly?..

Answer / fabin rodrigues

Before signing an assembly we have to prepare the strong
key.

Step 1:

Go to Command prompt type---> sn.exe -k "Path for saving
the key"

eg:

C:\Program Files\Common files\test> sn.exe -k "D:\test.snk"

the key pair will be generated in the particular location

Step 2:

Click on the Project Properties and Go to signing Tab
And browse for the strong key generated and and sign the dll


Satellite assemblies are assemblies which do not contain
source code. They only contain resource files. You can
create a satellite assembly using rsgen.exe and al.exe.
They are in binary DLL format which makes it easier to ship
it during deployment. So finally during deployment you do
not need to ship the resx files but only the compiled
satellite DLL.

Is This Answer Correct ?    3 Yes 4 No

Post New Answer

More C Sharp Interview Questions

What is bit in c#?

0 Answers  


Define thread? Explain about multithreading?

0 Answers  


What is Assembly. and Describe type of assembly. why most developer happy with private assembly.

0 Answers   MCN Solutions,


What are the advantages of using partial classes?

0 Answers  


Explain the difference between .net and c#?

0 Answers  


If I want to override a method one of class A and in class b then how do you declare?

0 Answers  


Why do we use reflection in c#?

0 Answers  


What is the root element of an xml file?

0 Answers  


How we free the memory in C#.NET.

3 Answers   Synechron,


What is the function of .IsDescendent()?

0 Answers   Abacus,


What are access modifiers in c#?

0 Answers  


How long can loop recorders stay in?

0 Answers  


Categories