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?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to find out that the code is written as managed or un-managed code?

1150


what are nullable types in c#

1098


Explain About multi level and multiple inheritance how to achieve in .net

1090


What is overriding in c#?

946


List out the differences between array and arraylist in c#?

1053


Explain the constructor in c#.

1155


What is serialization of data?

1049


What are the Types of compatabilities and explain them

1065


How do you remove white spaces from a string?

991


What is array formula?

956


What is the advantage of constructor in c#?

951


What is namespace give the example?

952


How can I create image pieces/sub image?

992


What is difference between ienumerable and ienumerator in c#?

973


What are the types of assembly available

991