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

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which namespace does it belong to by default?

574


What is a variable of implicit type and what is its scope?

518


What is reflection and what is it for?

580


What is meant by globalization?

575


What is garbage collection? Explain the difference between garbage collections in .net 4.0 and earlier versions?

715






What is cyclomatic complexity and why is it important?

1723


Describe the compilation process for .net code?

613


Give a brief introduction on side-by-side execution. Can two applications, one using private assembly and the other using the shared assembly be stated as side-by-side executables?

529


What is your observations between vb.net and vc#.net?

552


What is Code group in .Net with respect to CAS

1577


Please explain what is a delegate?

695


What is the purpose of enumerable class in .net?

663


What is a serviced component?

581


Please explain what are an object and a class?

533


What operating systems does the .net framework run on?

564