what are the advantage in vb.net and different between vb
and vb.net
Answer Posted / 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 |
Post New Answer View All Answers
Explain the use of serialization and deserialization?
Explain about delegate?
Define naming convention?
Explain an assembly and its use?
Explain cts?
Which is the tool which can convert visual basic old version to .net compatibility version?
Before in my vb app I would just load the icons from dll. How can I load the icons provided by .net dynamically?
Name some of the features of C# which are not present in VB.NET?
What is multiple form in vb?
difference between checkbox vs radiobutton??
What is the importance of a Button control?
Name and explain some of the exclusive features which are present in vb?
Explain about Visual basic.NET culture?
Explain managed code?
What is a static variable?