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 is the advantage of .net core?
How do I spawn a thread?
Does .net supports destructors concept?
What is the purpose of enumerable class in .net?
Is .net a compiler?
Explain when should you use .net web forms over asp.net mvc?
What is multiThreading in .NET?
Explain is the jit an interpreter?
what is prototype design pattern in .net
What are the properties of ADO.NET?
Which file is taken by compiler when we have both file Application and Server Configuration file?
Is it true that objects don't always get destroyed immediately when the last reference goes away?
Interop Services?
What's a windows process in .net?
What is a metadata in .net?