0 votes
in C Sharp by

What’s a satellite assembly?

1 Answer

0 votes
by

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.

...