Answer Posted / guest
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 ? | 12 Yes | 4 No |
Post New Answer View All Answers
Why delegates are type safe in c#?
What are anonymous functions in c#?
What is assembly c#?
Write a sample code to write the contents to text file in c#?
Is hashset serializable c#?
Why do we need nullable types in c#?
What is the difference between ienumerable and icollection?
Does c# have a 'throws' clause?
Can a private virtual method can be overridden?
How do you specify a custom attribute for the entire assembly?
What is literal control
Explain about ODP.net
What is collection of classes in c#?
What is the value which is accepted by all data types ?
In which way a two-dimensional array declared in C#?