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

where are connection strings stored?

1 Answers   Manhattan,


What is .net debug & trace?

0 Answers  


What is the difference between vb.net and vc#.net?

0 Answers  


Is there any attempt system for microsoft technology papers?

0 Answers  


which methos do you invoke on the dataadapter control to load your generated dataset with data?

0 Answers  






In code behind class, name the type of code found. Is it the server side code or client side code?

0 Answers   Accenture,


What is an anonymous method?

0 Answers  


What is boxing in .NET?

1 Answers  


How do you trigger the paint event in system.drawing?

0 Answers  


what is the keyword used for self reference?

0 Answers  


What base class do all Web Forms inherit from?

1 Answers  


If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?

0 Answers  


Categories