Where is the Version Information Stored on a assembly ?
Write the Namespace to load assemblies at runtime
Can you allow a class to be inherited but prevent the
method from being overridden ?
What happens in memory when you box and unbox a value type ?
Write a progtam to convert decimal to byte without using
library function.
Answer Posted / nitish singh
Version information is stored in assembly in manifest
| Is This Answer Correct ? | 17 Yes | 0 No |
Post New Answer View All Answers
What are the types of generations in garbage collector?
Allowed program to auto-correct the database when loading a presentation.
What is redim keyword?
Define clr?
Explain what observations between vb.net and vc#.net?
Why do we use byref keyword in vb.net?
What is datatype conversion?
What are the assembly entry points?
How to run a dos command in vb.net?
How to achieve Polymorphism in VB.Net?
How to store images in sql server database through vb.net?
What would you do to remove microsoft visual basic name space?
Explain option strict?
What is the maximum size of the textbox?
What are the difference between dispose(), close(), exit(), end()? When do we use them?