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.
Answers were Sorted based on User's Feedback
Answer / nitish singh
Version information is stored in assembly in manifest
Is This Answer Correct ? | 17 Yes | 0 No |
Answer / 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 |
Can you please explain the difference between int and int32?
What is the difference between value and reference types?
Why do we use byref keyword in vb.net?
What are different types of jit ?
How to store decimal data in .net?
What are the differences between vb.net and c#, related to oops concepts
visual basic 6.0 hava print statement for printing on form.what is the alternative for this in vb.net?
What is the difference between system.applicationexception class and system.systemexception?
Which is the base class for all the classes in .net framework?
Can you please explain the difference between thread and process?
difference between control and component more than one differences
What is early binding?