I belive VB6 is a powerful and matured tool that any other
front end tool, why is it outdated? is it because of lack
of awareness or because of difficult to use?
Answer Posted / anand shanbhag
>>VB.Net is also platform dependent and second thing platform dependence and CLR are tatolly different things.
I agree with you on one point that CLR is not the one which make .net platform independent. Its CIL/MSIL/IL that makes it Platform independent. This IL concept is absent in the VB6. Though there is something like p-code (portable code) but that doesn't make it platform independent.
1) .Net framework like Mono on MAC OS make this VB.NET program executable on MAC OS X 10.5 Leopard platform!!!
2) With CIL/IL it is possible to create the machine level code depending upon the type of processor with the help of Jit compilers/Jitters.
And hence because of these all reasons, i dare to say that VB.NET is platform independent and VB6 is not.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Can you create a Updatecascade, Deletecascade relation in Ms- Access?
what are the different Types of Recordsets.
What is the difference between c++ and visual basic?
How would you create Visual basic Document file?
How would you attach pictures in column headers of List View Control?
What is the need of tabindex property is label control.
What are the Internet tools available in VB 6.0?
which property is used to change to some value to access a identity column in datacontrols?
How can I speed up my VB database application?
What is the use of command Object?What are the various types of variables?
What is hyperlink?
Is visual basic case sensitive?
What is "Reserved Error -1209"?
___ is the control used to call a windows application.
what is the Difference between Dynaset and Snapshot?