C# (Sharp) Programming Language Question:

What is a satellite assembly in C#?

C# (Sharp) Programming Language Interview Question
C# (Sharp) Programming Language Interview Question

Answer:

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.


Previous QuestionNext Question
What compiler switch creates an xml file from the xml comments in the files in an assembly? What is a delegate in C#?