C# (Sharp) Programming Language Question:
What is a satellite assembly in C#?
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 Question | Next Question |
What compiler switch creates an xml file from the xml comments in the files in an assembly? | What is a delegate in C#? |