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
How to achieve Polymorphism in VB.Net?
Which dll is used for microsoft .net run time?
What is an arraylist?
Define naming convention?
source code for how to login a vb.net application ?
What is the feature anonymous type?
Can you please explain the difference between value and reference types?
Explain enumerator?
What do you mean by Redim in VB.NET?
Sir, what code to store data from vb net sql server 2008 to 2005 and at the same time in order to validate the data entered is not the same, but there have been contacts in the module. Examples such as the log table that I created, the user name as the primary key.
Can you please explain the difference between authentication and authorization?
How to execute VB.NET PROJECTS,VB6.0 PROJECTS AND write their test cases.Need Reply Urgently
Which properties are used to bind a DataGridView control?
What is the maximum size of the textbox?
Write the role of new keyword?