Answer Posted / swapna
When you write a multilingual or multi-cultural application
in .NET, and want to distribute the core application
separately from the localized modules, the localized
assemblies that modify the core application are called
satellite assemblies.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is method in c#?
How does foreach loop work in c#?
What is generic delegate in c#?
What is xaml file in c#?
What is constants in c#?
How do I register my code for use by classic com clients?
What is the advantage of static class in c#?
How do I format a string in c#?
What is the purpose of ienumerable in c#?
What is multithreading with .net?
Can we have two main methods in c#?
What is default class in c#?
Is int reference type c#?
Why is it not a good idea to use empty destructors?
Name the method of servicebase class?