Answer Posted / swati m
VB.Net is a programming language which is an extension of
Visual Basic to make it compliant to the Dot Net Framework.
Also VB.Net is fully Object Oriented unlike Visual Basic and
everything in VB.Net is an object.
As it is compliant to the Dot Net Framework VB.Net can make
full use of Framework Class Library provided by dot Net
Framework.
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the significance of delegates. Where should they be used? What are the situations where we require them?
Explain how to send xml file on server using http protocol?
Can you please explain the difference between value and reference types?
Explain about Visual basic.NET culture?
What are the different types of a stream?
What are all the parts of .net framework?
Explain how to achieve polymorphism in vb.net?
What are the types of generations in garbage collector?
What are the difference between dispose(), close(), exit(), end()? When do we use them?
How can I extract the formated word(bold,italic,underline,font,color etc) from the msword file.?
Explain the difference between dispose and finalize()?
Explain about globalization?
What is branching logic control in VB.NET?
Explain how can we remove handlers at run time?
What is datatype conversion?