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


Please Help Members By Posting Answers For Below Questions

What is the advantage of .net core?

756


How do I spawn a thread?

753


Does .net supports destructors concept?

1846


What is the purpose of enumerable class in .net?

862


Is .net a compiler?

737


Explain when should you use .net web forms over asp.net mvc?

729


What is multiThreading in .NET?

815


Explain is the jit an interpreter?

795


what is prototype design pattern in .net

773


What are the properties of ADO.NET?

873


Which file is taken by compiler when we have both file Application and Server Configuration file?

1795


Is it true that objects don't always get destroyed immediately when the last reference goes away?

792


Interop Services?

1667


What's a windows process in .net?

747


What is a metadata in .net?

793