what is satelite assembly?
Answers were Sorted based on User's Feedback
Answer / anil kumar
Sattilite assembly is culture information of an application
Is This Answer Correct ? | 3 Yes | 1 No |
Answer / interviewkish
In Multilangual application in .NET to support multilangual functionality you can have modules which are customized for localization. These asemblies are called satelite assemblies. You can distribute these assemblies saperately than the core modules
Is This Answer Correct ? | 1 Yes | 1 No |
Answer / sharifuddin
Sattilite assemblies are language Specific assemblies for
localization.
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / venky
A Satelite Assembly is contain resourses rather than code...bcoz When you wish to localize the application (make the application customizable for different languages and cultures), it can be written in culture-neutral code .
code that uses resources from an assembly rather than hard-coding the resources in the program and distribute the localized modules in separate assemblies called satellite assemblies.
Is This Answer Correct ? | 0 Yes | 1 No |
Answer / mukesh
satelite assemblies are used as reference type for other
assemblies. These are blank assamblies but they provide a
link to share two assemlies.
Is This Answer Correct ? | 0 Yes | 2 No |
In a site to turn off cookies for one page which method is followed?
What is dataview c#?
What is the purpose of a namespace?
Is array passed by reference in c#?
How do switch statements work?
What is activator c#?
What is datarelation c#?
Explain the three test cases in unit testing?
What are most desktop applications written in?
What are the types of comments in c#?
What?s the advantage of using System.Text.StringBuilder over System.String?
What is field in c#?