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
what is difference between namespace and assembly?
What is the difference between readonly variable and constant variable?
Describe about visual basic.net?
Explain the difference between int and int32?
What is the differnce between managed code and unmanaged code?
Described strong typing
What is strong typing and weak typing?
What is branching logic control in VB.NET?
what is interface and when it is used?
Can you please explain the difference between vb and vb.net?
Name and explain some of the exclusive features which are present in vb?
What is an arraylist?
Explain nested classes?
What is the class that allows an element to be accessed using unique key?
What are the shared variables?