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
How can we remove handlers at run time?
What would you do to remove microsoft visual basic name space?
How do you retrieve the customized properties of a .net application from xml .config file?
What are the difference between structure and class?
What is the difference between .dll extension and .exe extension files?
What are the advantages of an assembly?
What is the differences between dataset.clone and dataset.copy?
What is sealed class?
Explain strong name in .net assembly?
Explain the difference between int and int32?
Can you please explain the difference between int and int32?
What is the difference between static or dynamic assemblies?
Explain about the keyword must inherit?
What are the features of c# which are not present in vb.net?
Can we use Vb.Net and C# language simultaneously in one .Net application?