Answer Posted / 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 |
Post New Answer View All Answers
Which are access modifiers available in c#?
What is scaffolding in c#?
Is c# substring zero based?
What is Private Constructor? and it’s use? Can you create instance of a class which has Private Constructor?
Explain nullable types in c#?
What is namespace explain with example?
How many bytes is an int in c#?
What is a delegate? How can it works?
Give an example of removing an element from the queue?
What is datatable and dataset in c#?
Why data types are important?
Explain namespaces in c#.
Is std :: string null terminated?
What is ado net in c#?
What is extension method in c sharp?