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
Tell me how many .net languages can a single .net dll contain?
Explain about branching logic control in vb.net?
source code for how to login a vb.net application ?
Name the class which allows an element to be accessed using unique key?
Define clr?
what's ArrayList in .Net (VB.Net or C#).What's the advantageous using ArrayList.
What is the difference between a "jagged array" and multidimensional array" ?can anyone show me it practically ?
How to achieve Polymorphism in VB.Net?
What is the differences between dataset.clone and dataset.copy?
Explain internal keyword in .net framework?
What is the exact defination of object?
What is the difference between compiler and interpreter?
Name a feature which is common to all .net languages?
What is the feature anonymous type?
Explain namespace?