What are Satellite Assemblies? How you will create this? How
will you get the different language strings?

Answer Posted / raghuraj pillai

Satellite assemblies are often used to deploy language-
specific resources for an application. These language-
specific assemblies work in side-by-side execution because
the application has a separate product ID for each language
and installs satellite assemblies in a language-specific
subdirectory for each language. When uninstalling, the
application removes only the satellite assemblies
associated with a given language and .NET Framework
version. No core .NET Framework files are removed unless
the last language for that .NET Framework version is being
removed. For example, English and Japanese editions of
the .NET Framework version 1.1 share the same core files.
The Japanese .NET Framework version 1.1 adds satellite
assemblies with localized resources in a \ja subdirectory.
An application that supports the .NET Framework version
1.1, regardless of its language, always uses the same core
runtime files.

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Using activex control in .net?

776


What is the difference between reference type and value type?

739


Which namespace is used to support multithearding in .NET?

793


Do I have any control over the garbage collection algorithm?

819


Explain how to stop a thread?

819


What is lazy initialization?

830


Explain how to spawn a thread?

748


How will you make .NET programs work in Linux ?

1736


What is managed code in .NET?

868


What is the advantage of .net core?

771


What is static constructor, when it will be fired?

768


What is namespaces in .net?

873


Please explain when should you use .net web forms over asp.net mvc?

786


What versions of .net are there?

840


Explain the difference between public and static modifiers?

862