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
Explain can the validation be done in the server side? Or this can be done only in the client side?
What is the use of gacutil.exe?
explain the states of a window service application?
Can you explain what do you understand about web service?
As you know read-only variables and constants have many similarities, but what is at least one way that they differ?
What is view state in .net?
Explain what is the reason of occurring overflow-underflow arithmetic exception error, it shows error message when we run our program by adding control?
What are the new 2.0 features useful for?
What are the improvements made in cas in .net 4.0?
What is the difference between boxing and unboxing?
What does cli do?
State some of the different languages supported by .net?
How many namespaces are in .net version 1.1?
What is difference between system.string and system.stringbuilder classes?
Explain Creational design pattern in .NET?