Answer Posted / vidya
•VB6 was only considered good for desktop windows
application
•VB6 was not a type-safe language
•VB6 does not allow developing the multithreaded
applications
| Is This Answer Correct ? | 10 Yes | 9 No |
Post New Answer View All Answers
what is common language specification?
What is the difference between vb 6 and vb.net?
Explain option explicit?
Define clr?
Explain the difference between .dll extension and .exe extension files?
Explain an assembly and its use?
What is DLL HELL in VB.NET
Why do you need Lock in Visual Basic?
How do you retrieve the customized properties of a .net application from xml .config file?
Write a program that would find the nth term of a geometric progression, given the value of first term and common ratio. Any inbuilt function that the language provides for calculating exponent should not be used.
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 is the difference between datagrid and gridview?
Define naming convention?
What are the advantages of VB.NET?
Before in my vb app I would just load the icons from dll. How can I load the icons provided by .net dynamically?