1.wht is satellite assembly???
2.How Garbage Collector works can u explain ????
Answer Posted / kalyani
Satellite assembly:Assembly containing no executable code—
only resources. Typically, satellite assemblies are used
for storing localized data. Satellite assembles can be
added, modified, and loaded into a .NET application at
runtime without recompiling. Use the Assembly Linking
Utility to create satellite assemblies by
compiling .resource files.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Write a program to find all text files in a logical drive and return the count of the number of files?
What is the feature which is common to all .net languages?
What is the difference between vb 6 and vb.net?
Explain the components of common language runtime.
Explain how to send xml file on server using http protocol?
What is redim keyword?
how to deploy vb.net with key and evaluation time? any one can help me?
How vb implements the disconnected architecture as like vb.net?
Explain the use of option explicit?
What is the difference between convert.tostring and i.tostring method?
What is the role of new keyword?
What languages does the .net framework support?
How to run a dos command in vb.net?
Explain the difference between value and reference types?
What is the use of internal keyword?