what are the advantage in vb.net and different between vb
and vb.net
Answer Posted / 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 |
Post New Answer View All Answers
Explain how to send xml file on server using http protocol?
What is an application domain? how they get created?
Explain strong name in .net assembly?
What is strong name in .net assembly?
Write program in VB.Net with SQL Server and Crystal Reports to develop a small windows application to add,edit,save, search and print Employee Information and send sourcecode as zip file. empcode : .............. empname : .............. dateofjoin : dd/mm/yyyy dateofbirth : dd/mm/yyyy TableName: EmpMaster EmpCode EmpName DOB DOJ TableName: EmpDocs EmpCode DocNo DocName ExpDate
What are the advantages of an assembly?
Explain jagged array in vb.net?
Name some different types of control?
Explain the difference between datatable and dataset?
How do you script this scenario in QTP using VB? Verify XML attributes in XML message against XSD and data mapping of fields to Oracle tables? Verify data in XML to data in a defined table?
Explain about garbage collection?
Which properties are used to bind a DataGridView control?
Explain an assembly?
What is the role of new keyword?
What keyword is used to accept a variable number of parameter in a method?