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
How do I run a cshtml file?
What is use of abstract class in c#?
What is dynamic object in c#?
Is predicate a functional interface?
How do I create a multi language, multi file assembly?
What are Namespaces?
what is the equivalent to regsvr32 and regsvr32 /u a file in .net development?
Does the system.exception class have any cool features?
What is difference between hashtable and dictionary in c#?
What is equal c#?
How do I make a dll in c#?
Can a struct have a default constructor (a constructor without parameters) or a destructor in c#?
Can we create extension method for interface?
What is a hashset c#?
How do you implement thread synchronization in c#?