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 the difference between method overriding and method overloading?
Can abstract classes be final?
What is the advantage of singleton class?
How can I check the type of an object at runtime?
What are the types of delegates in c#?
If c# destructors are so different to c++ destructors, why did ms use the same syntax?
Difference between directcast and ctype.
What is type cast in C#?
For methods inside the interface why can’t you specify the accessibility modifier?
What is lazy t?
Can we use "this" command within a static method?
Is stringbuilder thread safe c#?
What is difference between dynamic and var in c#?
What is the difference between early binding and late binding in c#?
What's the difference between abstraction and encapsulation?