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 RPC? What is the use of it?
What is the difference between imperative and interrogative code?
I want to serialize instances of my class. Should I use xmlserializer, soapformatter or binaryformatter?
What makes .net core cross platform?
Do you know what is .net standard?
What is a strong name in .net?
Do you know what is lambda expressions in c#?
How to load the contents of an xml file into an xmldocument object?
What tools is used to develop .NET applications?
Is .net front end or backend?
What is the need of OLE-automation?
Explain about the features and elements present in Visual studio.NET IDE?
What is the benefit of .net core?
What is singleton activation mode in .net?
How does the generational garbage collector in the .net clr manage object lifetime? What is non-deterministic finalization?