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



Where is the Version Information Stored on a assembly ? Write the Namespace to load assemblies at r..

Answer / nitish singh

Version information is stored in assembly in manifest

Is This Answer Correct ?    17 Yes 0 No

Where is the Version Information Stored on a assembly ? Write the Namespace to load assemblies at r..

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

Post New Answer

More VB.NET Interview Questions

what do you mean by .Net Framework

17 Answers   Assurgent, College School Exams Tests, Guru Tech, Krishna Infotech, Ksb, Microsoft,


what is the advantage of option strict on?

0 Answers  


What is the size of .net object?

0 Answers  


Write a program that accepts an array of numbers and a number, and return a string “Yes” if the number is found in the array, “No” if the number is not found in the array.

2 Answers  


Explain what observations between vb.net and vc#.net?

0 Answers  


Explain and brief about rapid application development tool?

0 Answers  


What is MSIL.

8 Answers   HDFC,


Which class allows an element to be accessed using unique key?

0 Answers  


What is visual basic.net culture?

0 Answers  


Which dll is used for microsoft .net run time?

0 Answers  


Tell us how many languages are supported by .net?

0 Answers  


What is the difference between convert.tostring and .tostring() method?

0 Answers  


Categories