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

Explain the components of common language runtime.

0 Answers  


Why Datareader is useful?

5 Answers  


How to create a constant in vb.net?

0 Answers  


What languages does the .net framework support?

0 Answers  


What is code security?

0 Answers  






what are the types of threading models in VB.net ?

1 Answers   Satyam,


What do you mean by deserialization?

0 Answers  


Explain the difference between namespace and assembly?

0 Answers  


diff b/w windows and console application?

4 Answers  


Which is the tool which can convert visual basic old version to .net compatibility version?

0 Answers  


Explain the use of serialization and deserialization?

0 Answers  


What is trace in vb.net?

0 Answers  


Categories