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
What is console readkey ()?
What is a statement c#?
Why we use get and set property in c#?
What is the difference between Java and .NET garbage collectors?
What is dictionary and hashtable in c#?
How do I do implement a assert?
What is the difference between array and arraylist in c#?
What is the difference between out and ref in c#?
Is array reference type in c#?
What is difference between constants and read-only?
What is primitive types in c#?
Why do we use stringbuilder in c#?
What is the use of system.environment class in c#.net?
Which is better interface or abstract class in c#?
What is the use of xmlserializer?