What are Satellite Assemblies? How you will create this? How
will you get the different language strings?
Answers were Sorted based on User's Feedback
Answer / guest
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 witha 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 withlocalized 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 ? | 5 Yes | 1 No |
Answer / 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 |
Answer / ponnuraj
Localized, resource only assembly is known as a satellite
assembly.
| Is This Answer Correct ? | 2 Yes | 0 No |
Please explain what is heap and what is stack?
Is there built-in support for tracing?
What are The Main Difference Between Client-server Based Applications and Web Based Applications
Explain how do assemblies find each other?
Please explain when should you use .net web forms over asp.net mvc?
How is .net core cross platform?
What is "common language specification" (cls) in .net?
Interop Services?
How will you do redo and undo in textbox control?
What are nullable types in .NET
0 Answers TryTechnicals Pvt Ltd,
Explain me what is the difference between an abstract class and an interface?
What method do you use to explicitly kill a users session? How?