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
how to deploy vb.net with key and evaluation time? any one can help me?
what is difference between web.config and machine.config and where it will be ?
How do you script this scenario in QTP using VB? Verify XML attributes in XML message against XSD and data mapping of fields to Oracle tables? Verify data in XML to data in a defined table?
Explain managed code?
Explain some of the exclusive features which are present in vb?
Name some of the features present in vb 2005?
How to retrieve images in sql server database through vb.net?
How to send xml file on server using http protocol?
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.
Can you please explain the difference between dataset and datareader?
What is different between web.config and machine.config and where it will be ?
What is the source code for display the picture in button click event?
How can I extract the formated word(bold,italic,underline,font,color etc) from the msword file.?
What is the difference between import system.data.sqlclient and system.data.oledb?
What is the class that allows an element to be accessed using unique key?