Answer Posted / daniel
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 ? | 3 Yes | 0 No |
Post New Answer View All Answers
Why linq is having select clause at the end?
Why are dynamic link library used over static one?
Can I use exceptions in c#?
Which string method is used for concatenation of two strings in c#?
Why do we need structs in c#?
How to find whether the application is run from inside ide or not?
What is the use of console application in c#?
What is difference between array and list in c#?
What is an assembly qualified name? Is it a filename? How is it different?
What is asynccallback c#?
How assembly versioning in .NET prevent DLL Hell problem?
What is serialization in .net?
What is a generic in c#?
What is c# commonly used for?
How many types of delegates are there in c#?