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 code security?
what is intermediate language?
Explain about rapid application development tool?
Described strong typing and weak typing?
What is redim keyword and its use?
What is option strict?
Which properties are used to bind a DataGridView control?
How to store images in sql server database through vb.net?
Define clr?
What is the source code for display the picture in button click event?
Thank you for replying to my Question regarding Barcodes in VB.net. My next question is that how to use Barcode Fonts in VB.net I need a small code to Generate Barcodes in VB.net from a string of Values. This is the only problem i am left with in my project. Any body can help me please.
What are the features of c# which are not present in vb.net?
What is the difference between convert.tostring and .tostring() method?
What is public assembly?
What are the shadow variables?