What?s a satellite assembly?

Answers were Sorted based on User's Feedback



What?s a satellite assembly?..

Answer / daniel

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 ?    3 Yes 0 No

What?s a satellite assembly?..

Answer / anand

If you want to develop your application in your core language [i.e., other than Enlish. Ex: Tamil, Hindi, etc..]
this satellite assembly will be used....

For multilingual application development it will support

Is This Answer Correct ?    2 Yes 0 No

What?s a satellite assembly?..

Answer / ranjanatyagi

satillite assembly are used to deploy the language specific
resources.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

Suppose in a scenario if we want to display information only until 4.00 p.m and after that means after 4.00 p.m if any one tries to access the information it should give error mesage. Then how will you write a delegate for this ? Give coding.

1 Answers   HP, nTech Solutions, Primetech Software, PS,


i want the csharp questions&answeres

0 Answers   IBM, Siemens,


Does C# support multiple inheritance?

5 Answers  


How do I use the 'using' keyword with multiple objects?

0 Answers  


What is polymorphism and its types in c#?

0 Answers  






Can we override static class in c#?

0 Answers  


Can I define a type that is an alias of another type (like typedef in c++)?

0 Answers  


How do I automate my desktop application?

0 Answers  


Which are the loop types available in c#?

0 Answers  


How do I create a multi language, multi file assembly?

0 Answers  


What are the two uses of a ‘using’ statement in c#?

0 Answers  


Which is faster list or dictionary in c#?

0 Answers  


Categories