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

What is loosely coupled solution in.net?

765


What are the improvements made in cas in .net 4.0?

711


Do you know the difference between the stack and the heap?

760


What is WSDL? Explain its architecture?

870


How will you load an assembly which is not referenced by current assembly?

762


What is a windows process in .net?

792


What is the use com component in .net?

783


What is finalize method in .net?

858


Explain the different types of proxy patterns?

938


How is meant by dll in .net?

775


Explain the difference between the while and for loop. Provide a .net syntax for both loops?

739


What is garbage collection in .net? Explain the garbage collection process?

780


Is .net an object oriented language? What are their components?

717


Is .net core free?

844


What are the deferred execution and the immediate execution in linq?

781