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 option strict on?

0 Answers  


what r the properties should be given to set method?

2 Answers   PSI Data Systems,


Explain the difference between dispose and finalize()?

0 Answers  


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

0 Answers  


Explain the advantages of vb.net?

0 Answers  






What is the top .net class that everything is derived from?

0 Answers  


What is redim keyword?

0 Answers  


How does you get record no from 5 to 15 from a dataset of 100 records?

3 Answers   ABC,


Before in my vb app I would just load the icons from dll. How can I load the icons provided by .net dynamically?

0 Answers  


How to execute VB.NET PROJECTS,VB6.0 PROJECTS AND write their test cases.Need Reply Urgently

0 Answers  


Explain about visual basic.net?

0 Answers  


is ADO.NET important to connect sql server? is any other way to connect sql server?

1 Answers  


Categories