Answer Posted / 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 |
Post New Answer View All Answers
What is using directive in c#?
What is difference between singleton and static class in c#?
What is scaffolding in c#?
Explain the types of errors in c#?
Is everything an object c#?
What is thread.sleep()?
What is meant by clr?
What is encapsulation in csharp?
Explain the process of abstraction with an example?
What is difference between il and dll ?
Explanation on Generic?
What is thread and explain states of a thread in c#?
Can you specify an access modifier for an enumeration?
Is comparator a functional interface?
List the difference between interface and abstract class?