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
Is .net a language?
Do you know what are three common acronyms used in .net, and what do they stand for?
In code behind class, name the type of code found. Is it the server side code or client side code?
Explain asp.net?
Explain .NET architecture?
What is the single responsibility principle?
How do we access crystal reports in .net?
Explain difference between panel and groupbox classes using .net?
If a dataset contains 100 rows, how to fetch rows between 5 and 15 only?
Explain the difference between asp.net & vb.net and explain architecture?
What is the transport protocol you use to call a seb service soap?
What is different between webusercontrol and in webcustomcontrol?
What is .net latest version?
What are the advantages of .net core?
Describe the difference between inline and code behind which is best in a loosely coupled solution?