C#.NET satellite assembly

Define satellite assembly.

Satellite assembly is created to write a multilingual or multi-cultural application in .NET. It allows distributing the core application separately from the localized modules.

Define Satellite Assembly.

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.
Debugging an ASP.NET Web application - C#.NET
C#.NET - Debugging an ASP.NET Web application - Attach the aspnet_wp.exe process to the DbgClr debugger...
Purpose of tracing levels in System.Diagnostics.TraceSwitcher - C#.NET
C#.NET - purpose of tracing levels in System.Diagnostics.TraceSwitcher - Five levels range from none to Verbose, allowing fine-tuning the tracing activities...
Difference between the Debug class and Trace class - C#.NET
C#.NET - Difference between the Debug class and Trace class - Debug class is used for debug builds while Trace class is used for both debug and release builds...
Post your comment