What are Satellite Assemblies? How you will create this? How
will you get the different language strings?

Answers were Sorted based on User's Feedback



What are Satellite Assemblies? How you will create this? How will you get the different language st..

Answer / 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

What are Satellite Assemblies? How you will create this? How will you get the different language st..

Answer / raghuraj pillai

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 with a 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 with localized 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 ?    3 Yes 0 No

What are Satellite Assemblies? How you will create this? How will you get the different language st..

Answer / ponnuraj

Localized, resource only assembly is known as a satellite
assembly.

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More Dot Net General Interview Questions

How to use datagrid value in select statements where condition ,if cell is hyperlink bounded column?

1 Answers  


What are the namespace available in .net?

1 Answers  


Explain webfarm vs webgardens in .net?

1 Answers  


What is alias ? Is it used in .Net ?

1 Answers   MCN Solutions,


differance between checkbox and rediobutton in vb.net?

1 Answers  


Explain the different parts of an assembly?

1 Answers  


Difference between Panel and GroupBox classes?

3 Answers  


How to send the Mail in C# using ASP.Net ? And my Answer is as follows ?

3 Answers   Intel,


Name the classes that are introduced in the system.numerics namespace.

1 Answers  


Why did they call it .net?

1 Answers  


State the methods used during deserialization and serialization process.

2 Answers  


Describe difference between inline and code-behind?

1 Answers  


Categories