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

Name some of the features of C# which are not present in VB.NET?

0 Answers  


What is friend and protected-friend access specifier in vb.net?

1 Answers  


what are the advantage in vb.net and different between vb and vb.net

6 Answers   Data Entry Operator, Infosys, TCS, Zansa,


hi dear ! thank u for replying to my question regarding adding third party software in vb.net .My next question is that i haven created Data base in SQL server 2000 for Library and has connected that with VB and VB.net separately but it only works on single computer and when i takes my software to another computer on same Network it does not work . Can any body help me what i do to solve. Regards!

1 Answers  


Explain the difference between thread and process?

0 Answers  






Can you please explain the difference between c# and vb.net?

0 Answers  


What are the assembly entry points?

0 Answers  


What are the difference between dispose(), close(), exit(), end()?

0 Answers  


How do you retrieve the customized properties of a .net application from xml .config file?

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  


hello! I am developing software in vb6 and vb.net separately which i need to generate barcodes e.g i have a string "182346-u",so the problem is that how to generate barcode from this type of string can any body help me please thanks regard !

2 Answers  


What is static member?

0 Answers  


Categories