what is satelite assembly?

Answers were Sorted based on User's Feedback



what is satelite assembly?..

Answer / anil kumar

Sattilite assembly is culture information of an application

Is This Answer Correct ?    3 Yes 1 No

what is satelite assembly?..

Answer / interviewkish

In Multilangual application in .NET to support multilangual functionality you can have modules which are customized for localization. These asemblies are called satelite assemblies. You can distribute these assemblies saperately than the core modules

Is This Answer Correct ?    1 Yes 1 No

what is satelite assembly?..

Answer / sharifuddin

Sattilite assemblies are language Specific assemblies for
localization.

Is This Answer Correct ?    0 Yes 0 No

what is satelite assembly?..

Answer / venky

A Satelite Assembly is contain resourses rather than code...bcoz When you wish to localize the application (make the application customizable for different languages and cultures), it can be written in culture-neutral code .
code that uses resources from an assembly rather than hard-coding the resources in the program and distribute the localized modules in separate assemblies called satellite assemblies.

Is This Answer Correct ?    0 Yes 1 No

what is satelite assembly?..

Answer / mukesh

satelite assemblies are used as reference type for other
assemblies. These are blank assamblies but they provide a
link to share two assemlies.

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More C Sharp Interview Questions

What is a hash table c#?

0 Answers  


What is the difference between directcast and ctype?

2 Answers   BirlaSoft, Wipro,


How do destructors and garbage collection work in c#?

0 Answers  


How Reflection is used and what it's significance ?

0 Answers   HCL,


What is a linq in c#?

0 Answers  






If the original method is not static you can declare an override method to be static or not?

0 Answers   Siebel,


Can properties be private in c#?

0 Answers  


What does this keyword mean in c#?

0 Answers  


What is a decimal c#?

0 Answers  


Can you put two constructor with the same structure in a class?

0 Answers  


How many bytes is an int c#?

0 Answers  


What?s the top .NET class that everything is derived from?

3 Answers  


Categories