what are the advantage in vb.net and different between vb
and vb.net

Answers were Sorted based on User's Feedback



what are the advantage in vb.net and different between vb and vb.net..

Answer / guest

vb is not follow the oops concept.But vb.net follow the
oops concept.

Is This Answer Correct ?    24 Yes 2 No

what are the advantage in vb.net and different between vb and vb.net..

Answer / rahul godse

1. VB uses vb runtime while vb.net uses CLR
2. VB object based,vb.net is object oriented
3. VB Suports splash screen
4. VB Uses on error goto while vb.net uses Try..
Catch..Finally
5. vb.Net Supports inheritance

Is This Answer Correct ?    13 Yes 1 No

what are the advantage in vb.net and different between vb and vb.net..

Answer / ashok

Adv of VB.NET
vb is object based.vb.net is object oriented
vb use record set for database connection
vb.net use dataset for database connection

Is This Answer Correct ?    15 Yes 5 No

what are the advantage in vb.net and different between vb and vb.net..

Answer / iftekhar

1)vb.net provide XML conversion
2)vb.net provide disconnect architecture
3)vb.net object orineted base
4) any think is class

vb 6.0
1)not support XML
2)not support ado.net so no support disconnect architecture
3)in vb first create class then call object

Is This Answer Correct ?    7 Yes 1 No

what are the advantage in vb.net and different between vb and vb.net..

Answer / 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

what are the advantage in vb.net and different between vb and vb.net..

Answer / kannan.k

1.vb is window application and data stored to database.but
vb.net is web design .
2.vb.net use:for example i am one company how to known my
company name and detail other pepole.so design one web site
release to internet

Is This Answer Correct ?    1 Yes 3 No

Post New Answer

More VB.NET Interview Questions

What are the various open source tool available for VB.NET?

0 Answers  


Explain option strict?

0 Answers  


my project run very wel in my sytem yhen i am deploying my project on client machine ,after deployment i run my project then it show " can no find server name " what i do .

0 Answers  


Which classes a dll can contain?

0 Answers  


Explain the advantage of option strict on?

0 Answers  


What are the types of generations in garbage collector?

0 Answers  


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.

0 Answers   Infosys,


How to Insert a TextBox value in to Sql database using VB.Net coding?

5 Answers  


How to retrieve images in sql server database through vb.net?

0 Answers  


code for itemstockgroupwise record?

1 Answers  


What are the objects in asp.net?

0 Answers  


What is jagged array in vb.net?

0 Answers  


Categories