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
How do we access crystal reports in .net?
How we can achieve Connection pooling in .Net?
Define satelite assembly?
Please explain what is heap and what is stack?
What is the difference between response.write & response.output.write?
Explain what is heap and what is stack?
What makes .net core cross platform?
What is il and c#?
Explain what are an object and a class?
How many types of generations are there in a garbage collector?
What is the difference between "using system.data;" and directly adding the reference from "add references dialog box"?
What is the difference between server.transfer and response.redirect? Why?
Explain the procedure to add assemly to gac to make it shared one?
When we go for html server controls and when we go for web server controls?
Explain re-clarification of object based in .net?