.Net Framework Interview Questions and Answers
<< Previous Question Next Question >>
 Question: 3867 Page Views: 

What is a satellite assembly in .Net?



Posted By: Avi Date: 29 August 2009 07:33:53 AM
 Answer:

Shared assembly contains resources specific to a given language/culture. 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. Satellite assemblies are typically used with multi-lingual applications.


Posted By: eTechPlanet


Date: 29 August 2009 07:33:53 AM
Post a better Answer if you have
 
(Will show your Gravatar icon)  
  Country flag

Loading
Enter the text as shown in the image NsRetF
Related Questions
.Net Framework : What is jagged array?

What is jagged array?

It’s array of arrays. It’s not the same as multidimensional array.
Category: .Net Framework Date: 10/14/2010 4:08:48 AM
.Net Framework : What type of pipes does the .Net framework supports?

What type of pipes does the .Net framework supports?

Anonymous pipes, named pipes
Category: .Net Framework Date: 10/14/2010 2:24:48 AM
.Net Framework : How do you overload a method?

How do you overload a method?

By giving new method the same name as existing one and changing the list of parameters (adding, remo....
Category: .Net Framework Date: 10/14/2010 1:41:49 AM
.Net Framework : What is difference between for and foreach?

What is difference between for and foreach?

Foreach loop iterates through given collection, for loop can iterate until check expression evaluat....
Category: .Net Framework Date: 10/14/2010 1:31:49 AM
.Net Framework : What new types comes with .NET framework 4?

What new types comes with .NET framework 4?

BigInteger, Complex
Category: .Net Framework Date: 10/13/2010 11:47:48 PM