what are the advantage in vb.net and different between vb
and vb.net
Answer Posted / rajeev singh
VB 6.0
1- Vb 6.0 object based.
2- Vb 6.0 only windows based application.
3- Vb 6.0 support connected architecture.
4- Vb 6.0 contain MDI form.
VB .NET
1- Vb .Net Object Oriented.
2- Vb .Net window based and also web based.
3- VB .Net Support disconnectet architecture.
4- VB .Net does not contain MDI form. We can make any form
MDI via ismdicontainer property.
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Explain private assembly?
How do you use two datareaders at the same time in a vb.net windows application ?
Why do we use byref keyword in vb.net?
What is globalization?
How many languages are supported by .net?
Explain the difference between namespace and assembly?
What is writeline in vb.net?
Define serialization in .net?
What is an assembly and its use?
What is code access security?
Can you please explain the difference between value and reference types?
Can you please explain the difference between system.string and system.stringbuilder classes?
Explain about rapid application development tool?
What is the exact defination of object?
What is the advantages of VB.NET?