Explain About the Sattilite Assembly in .Net Technology?
Answers were Sorted based on User's Feedback
Answer / sk
satellite assemblies are used to deploy language specific
resources to the application
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / vijay
In Multilingual application in .net to support multilingual
functionality you can have modules which are customized for
localization, these assemblies are called as satellite
assemblies
Is This Answer Correct ? | 4 Yes | 2 No |
Difference between directcast and ctype.
How to find out that the code is written as managed or un-managed code?
Can a abstract class have a constructor?
What type of data type conversion happens when the compiler encounters the following code?
What is the difference between parse and tryparse in c#?
How many parameters can a method have c#?
How to assign Null value to Var?
What is xml serialization in c#?
What is the value which is accepted by all data types ?
Explain the difference between abstract class and interface.
What the different phase/steps of acquiring a proxy object in webservice?
How do you name a variable in c#?