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
What relationship is between a process, application domain, and application?
Explain me what is encapsulation?
What is smart navigation in .net?
Do you know what's the difference between .net and laravel?
How ccw (com callable wrapper) and rcw (runtime callable wrappers) works?
Different levels of priority provided by .net.
I'm having some trouble with cas. How can I troubleshoot the problem?
If I am writing in a language like vb or c++, what are the procedures to be followed to support .net?
Describe the programming model of a windows service
Using activex control in .net?
what is prototype design pattern in .net
what is machine key error in .NET how can we solve it?
How to produce an assembly?
What is the lapsed listener problem?
Write Code for DataSet,Datareader,and by deleting the button gridview should be empty?