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
What is loosely coupled solution in.net?
What are the improvements made in cas in .net 4.0?
Do you know the difference between the stack and the heap?
What is WSDL? Explain its architecture?
How will you load an assembly which is not referenced by current assembly?
What is a windows process in .net?
What is the use com component in .net?
What is finalize method in .net?
Explain the different types of proxy patterns?
How is meant by dll in .net?
Explain the difference between the while and for loop. Provide a .net syntax for both loops?
What is garbage collection in .net? Explain the garbage collection process?
Is .net an object oriented language? What are their components?
Is .net core free?
What are the deferred execution and the immediate execution in linq?