What you want to see on DotNetFunda.com ?
DotNetFunda.Com Logo
Twitter TwitterLinkedIn
YouTubeGoogle
 Online : 21483 |  Welcome, Guest!   Register  Login
 Home > Interview Questions > C# Interview Questions > What is Satellite Assembly ? ... ...

What is Satellite Assembly ?

Interview question and answer by: Chvrsri | Posted on: 1/7/2011 | Category: C# Interview questions | Views: 2449 | | Points: 40


Answer:

When we create a Multi-Cultural or Multi-lingual Application and if we want to distribute this application seperately from local modules , the local assemblies that change this core application are said to be Satellite Assemblies .

To create the satellite assemblies, We will use Assembly Linker i.e al.exe utility to link the resource file to an assembly.

For example :

al /t:library /embed:strings.en.resources /culture:en /out:MyAppSrikanth.resources.dll

The /t option ----> will direct Assembly Linker to build a library,
and the /embed ----> option identifies the file to be linked.

Source: My Own !!! | Asked In: Many Interviews | Alert Moderator 
Found interesting? Add this to:


>> Write Response - Respond to this post and get points

Even more ... | Submit Interview Questions and win prizes!

More Interview Questions from Chvrsri

Even more ... | Submit Interview Questions and win prizes!


About Us | Contact Us | The Team | Advertise | Software Development | Write for us | Testimonials | Privacy Policy | Terms of Use | Link Exchange | Members | Go Top
General Notice: If you find plagiarised (copied) contents on this page, please let us know the original source along with your correct email id (to communicate) for further action.
Copyright © DotNetFunda.Com. All Rights Reserved. Copying or mimicking the site design and layout is prohibited. Logos, company names used here if any are only for reference purposes and they may be respective owner's right or trademarks. | 5/24/2013 9:42:23 AM