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 datareader c#?

0 Answers  


What do you mean by parsing and how to parse a date time string in c#?

0 Answers  


Why singleton pattern is used in c#?

0 Answers  


How can we main a Class as base class,i.e not inherited further?{please Dont tell using Sealed class,any other way}

6 Answers   ACB Group, IBM, Tech Mahindra,


What is dependency in software?

0 Answers  






How to use exception handling in stored procedure?

0 Answers   Wipro,


Explain dataset.acceptchanges method in .net?

0 Answers  


What are the fundamental principles of oo programming?

0 Answers  


What is the use of iqueryable in c#?

0 Answers  


What is a delegate, why should you use it and how do you call it ?

1 Answers  


What is verbatim literal in c#?

0 Answers  


What are "class access modifiers" in C#?

0 Answers   Genpact,


Categories