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 / manasi
Version information is stored in assembly in manifest..
Namespace to load assemblies at run time is System...
in boxing & unboxing... boxing=value type convert into
refrence type for boxing no explicit conversion is required
unboxing=unboxing is opposte of boxing refrence type convert
into value type for unboxing explicte conversion is required..
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Explain strong name in .net assembly?
Is vb net a scripting language?
What is the difference between static or dynamic assemblies?
List the types of authentication?
What is normal jit?
Tell me which namespace are used for accessing the data?
What keyword is used to accept a variable number of parameter in a method?
Explain the advantage of option strict on?
i am attending to US consulate i kept my projects on vb.net ,please help me what questions will be ask on vb.net in us consulate
What is sealed class?
What is the difference between value and reference types?
What would you do to remove microsoft visual basic name space?
Explain the difference between an xml "fragment" and an xml "document."
What is the feature which is common to all .net languages?
What is global assembly cache (gac)?