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
What is void in c#?
What do u meant by "SBI" of an object?
Can enum have methods c#?
What is difference between iqueryable and ienumerable in c#?
3. Use layered architecture for coding. s.no name description 1 abc xxxxxxxxx 2 abc xxxxxxxxx 3 4 5 6 7 8 Select all Clear all Add Delete Name Description Save close
Does c# do array bounds checking?
What is verbatim literal in c#?
Why to use “using” in c#?
how to implement a web service in .net
Can derived classes have greater accessibility than their base types?
What is strongly typed in c#?
What are controls in c#?
What is the use of ienumerable?
Explain the difference between abstract class and interface.
Explain namespaces in c#.