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
How will you register com+ services?
With these events, why wouldn't microsoft combine invalidate and paint, so that you wouldn't have to tell it to repaint, and then to force it to repaint?
Can you write a class without specifying namespace?
Explain how to load the contents of an xml file into an xmldocument object?
Is there built-in support for logging?
What is managed code in .NET?
SAP Business One(this is intigrated tool of .net)
Is .net core managed code?
What is view state in .net?
What is the difference between boxing and unboxing?
What is STA in .NET?
What are the new 2.0 features useful for?
What is an exe and a dll?
What is shared and repeatable inheritance?