What?s a satellite assembly?
Answers were Sorted based on User's Feedback
Answer / jigar
I think, "A .NET Framework assembly containing resources
specific to a given language. Using satellite assemblies,
you can place the resources for different languages in
different assemblies, and the correct assembly is loaded
into memory only if the user elects to view the application
in that language."
This means that you develop your application in a default
language and add flexibility to react with change in the
locale. Say, for example, you developed your application in
an en-US locale. Now, your application has multilingual
support. When you deploy your code in, say, India, you want
to show labels, messages shown in the national language
which is other than English.
| Is This Answer Correct ? | 14 Yes | 3 No |
Answer / guest
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.
| Is This Answer Correct ? | 12 Yes | 4 No |
What exactly happens when we debug and build the program?
How to navigate from one page(form) to another page(form) using C#.net...please give me the example
What is the difference between dynamic and var in c#?
Why are strings in c# immutable?
How is method overriding different from overloading?
Why is hashset faster?
What is console read in c#?
What is list collection in c#?
Why generics are used in c#?
Explain the difference between abstract class and interface.
You are creating a custom usercontrol, some of the newly created properties are shown in the properties window. How you can hide a new property named theme from the properties window?
Is c# a backend language?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)