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
What is garbage collection and how it works. Provide a code example of how you can enforce garbage collection in .net?
Explain asp.net?
i m fresher,hav SQL knowledge but in my ofc. i hav to work on dotnet. so plz tell me how to learn it,? from where to stat? i hav C prog. knowledge, ASP.net
Explain what is an application domain?
Explain what is the difference between a class and an object?
What are Attributes in .NET?
Explain Different kinds of methods?
What are the new thee features of com+ services, which are not there in com (mts)?
Please explain what are an object and a class?
Can a try block have more than one catch block?
Please explain what is reflection and what is it for?
What is the difference between task and thread in .net?
What is il in vb.net?
What is the difference between response.redirect & server.transfer?
What is Ajax? How it is related to your project?