What?s a satellite assembly?

Answers were Sorted based on User's Feedback



What?s a satellite assembly?..

Answer / jigar

I think, "A .NET Framework assembly containing resources
specific to a given language. Using satellite assemblies,
you can place the resources for different languages in
different assemblies, and the correct assembly is loaded
into memory only if the user elects to view the application
in that language."

This means that you develop your application in a default
language and add flexibility to react with change in the
locale. Say, for example, you developed your application in
an en-US locale. Now, your application has multilingual
support. When you deploy your code in, say, India, you want
to show labels, messages shown in the national language
which is other than English.

Is This Answer Correct ?    14 Yes 3 No

What?s a satellite assembly?..

Answer / guest

When you write a multilingual or multi-cultural application
in .NET, and want to distribute the core application
separately from the localized modules, the localized
assemblies that modify the core application are called
satellite assemblies.

Is This Answer Correct ?    12 Yes 4 No

Post New Answer

More C Sharp Interview Questions

What is the default value of datetime in c#?

0 Answers  


About a class access specifiers and method access specifiers ?

3 Answers   MMTS,


What is the difference between properties and indexer in c#?

0 Answers  


What is func c#?

0 Answers  


Is it possible to force garbage collector to run?

0 Answers  






What is #region in c#?

0 Answers  


Why would you use untrusted verificaion?

1 Answers  


What is data hiding in c#?

0 Answers  


What is threading in c# with example?

0 Answers  


What is jagged array?

0 Answers  


Why do we use delegates?

0 Answers  


How can I create a process that is running a supplied native executable (e.g., Cmd.exe)?

0 Answers  


Categories