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
Suppose two interfaces have same method, so how will you implement these methods in derive class?
Can you mark static constructor with access modifiers?
Explain the difference between event and a delegate in c#?
What are c# attributes and its significance?
What is void method?
What is the process of delegation?
Can we extend static class in c#?
What is predicate builder?
What are primitive data types in c#?
Are enums static c#?
Why do we use dictionary in c#?
Is string a data type in c#?
In a memory when you Box and Unbox a value-type what happens?
What are the advantages of generics in c#?
Is c and c# the same?