Top "Satellite-assembly" questions

A satellite assembly is a compiled library (DLL) that contains (“localizable”) resources such as strings, bitmaps, etc.

How to embed a satellite assembly into the EXE file

I got the problem that I need to distribute a C# project as a single EXE file which is not …

c# embed satellite-assembly
How to deal with multiple resource files for localization?

I have a Project in which lot of resource strings are used. So, I keep them organized based on modules …

c# localization resource-files satellite-assembly