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
Using activex control in .net?
What is the difference between reference type and value type?
Which namespace is used to support multithearding in .NET?
Do I have any control over the garbage collection algorithm?
Explain how to stop a thread?
What is lazy initialization?
Explain how to spawn a thread?
How will you make .NET programs work in Linux ?
What is managed code in .NET?
What is the advantage of .net core?
What is static constructor, when it will be fired?
What is namespaces in .net?
Please explain when should you use .net web forms over asp.net mvc?
What versions of .net are there?
Explain the difference between public and static modifiers?