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
Why do we use methods in c#?
Define c# i/o classes? List the commonly used classes?
Why do we use yield in c#?
what optimizations does the c# compiler perform when you use the /optimize+ compiler option?
Can the nested class access, the containing class. Give an example?
What is the difference between an integer and int?
When do we generally use destructors to release resources?
Is it good to use var in c#?
Distinguish between array and arraylist in c#?
What is static void main in c#?
What is different between Implicit conversion and Explicit conversion in C#?
What is the best dependency injection c#?
What does string format do?
Is inheritance possible in c sharp?
What is the usage of OLE?