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 I extract the formated word(bold,italic,underline,font,color etc) from the msword file.?
Explain cts?
What are the differences between vb.net and c#, related to oops concepts
What is difference between metadata and manifest?
What is the maximum size of the textbox?
What is an application domain? how they get created?
Name some of the keywords used in vb.net?
i have two class that contain's two methods as same name in derived class i have to call these two methods what will happen at run time ?
How to execute VB.NET PROJECTS,VB6.0 PROJECTS AND write their test cases.Need Reply Urgently
Explain the differences between vb.net and c#, related to oops concepts?
What is DLL HELL in VB.NET
Explain the difference between thread and process?
What languages does the .net framework support?
How can we store decimal data in .net?
What is the source code for display the picture in button click event?