C# (Sharp) Programming Language Question:

What is a satellite assembly in C#?

Tweet Share WhatsApp

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.

Read All 163 C# (Sharp) Programming Language Questions
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#?