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

How do we access crystal reports in .net?

867


How we can achieve Connection pooling in .Net?

886


Define satelite assembly?

780


Please explain what is heap and what is stack?

789


What is the difference between response.write & response.output.write?

838


Explain what is heap and what is stack?

827


What makes .net core cross platform?

746


What is il and c#?

810


Explain what are an object and a class?

827


How many types of generations are there in a garbage collector?

767


What is the difference between "using system.data;" and directly adding the reference from "add references dialog box"?

858


What is the difference between server.transfer and response.redirect? Why?

829


Explain the procedure to add assemly to gac to make it shared one?

788


When we go for html server controls and when we go for web server controls?

823


Explain re-clarification of object based in .net?

785