HighTechTalks DotNet Forums  

Satellite Assembly

Dotnet FAQs microsoft.public.dotnet.faqs


Discuss Satellite Assembly in the Dotnet FAQs forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
Brahmam
 
Posts: n/a

Default Satellite Assembly - 12-10-2005 , 08:07 AM






Hi,
Can any one tell me what is a satellite assembly and where do we use
this.

Thanks in advance,
BR



Reply With Quote
  #2  
Old   
Richard Grimes
 
Posts: n/a

Default Re: Satellite Assembly - 12-11-2005 , 10:38 AM






Brahmam wrote:
Quote:
Hi,
Can any one tell me what is a satellite assembly and where do we
use this.

Thanks in advance,
BR
Satellites are explained on this page,

http://www.grimes.demon.co.uk/workshops/fusWSNine.htm

but you should really do the entire tutorial at:

http://www.grimes.demon.co.uk/workshops/fusionWS.htm

They are not really 'assemblies' in several respects: they do not
contain code and they are not loaded by Fusion, .NET's assembly loading
technology. Satellites contain localised resources and are loaded with
the ResourceManager class. An object of this class will determine the
culture that is required and will locate and load the satellite that has
resources for that culture. ResourceManager will even load the resource
from the satellite. If a suitable satellite is not available,
ResourceManager will determine the next best satellite.

Anyway, you'll find all the details in my tutorial.

Richard
--
http://www.grimes.demon.co.uk/workshops/fusionWS.htm
http://www.grimes.demon.co.uk/workshops/securityWS.htm




Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.