adspace
1.wht is satellite assembly???
2.How Garbage Collector works can u explain ????
Answer Posted / dilip
Satellite assemblies are often used to delpoy langauge-
specific resources for an application. These language
specific assemblies work in side-by-side execution because
the application has a separate product ID for each language
and installs satellite assemblies in language-specific
subdirectory for each language.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Explain the difference between system.string and system.stringbuilder classes?
What are the features of c# which are not present in vb.net?
What is early binding?
Explain the difference between datatable and dataset?
How to store images in sql server database through vb.net?
Explain an assembly?
How to retrieve images in sql server database through vb.net?
Explain how can we remove handlers at run time?
What is option strict?
What is the use of assembly?
How can I extract the formated word(bold,italic,underline,font,color etc) from the msword file.?
How to send xml file on server using http protocol?