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
Can you please explain the difference between system.string and system.stringbuilder classes?
Explain the difference between dispose and finalize()?
What is the difference between custom control and user control?
my project run very wel in my sytem yhen i am deploying my project on client machine ,after deployment i run my project then it show " can no find server name " what i do .
What is static member?
How to connect crystal report in vb.net ?
Which classes a dll can contain?
Explain the difference between namespace and assembly?
Explain about the keyword must inherit?
What are different types of jit ?
What is the size of .net object?
What is strong typing and weak typing?
What is difference between inline and code behind?
Tell me which namespace are used for accessing the data?
difference between control and component more than one differences