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 / saurabh kumar rao
1. There is no doubt that VB6 is a powerful and matured
tool, but as we all know in today's world people want
something which can perform both web & desktop applications
quickly and easily. This is one of the reason why developers
have moved from VB6 to say VB.NET.
2. If you think that OOPS concepts are the mother of all
modern programming language then VB6 misses out various
important OOPS concept and hence its outdated.
3. Developers at the miscrosoft have opted to shift to
VB.NET from VB and hence it is becoming outdated.
4 VB6 is not platform independent due to VB runtime. but
VB.NET is platform independent due to Dotnet's CLR.
The fourth point is wrong because as i know VB.Net is also
platform dependent and second thing platform dependence and
CLR are tatolly different things.
You may say fourth point as due to CLR you can work on a
same project in more than one language which are supported
by DotNet platform.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How would you attach pictures in column headers of List View Control?
How would you create Visual basic Document file?
How can I speed up my VB database application?
Can you create a tabletype of recordset in Jet connected ODBC dbengine.
___,_____ and ____ container objects.
Why can't I use an index with my VB accessed database?
How do I do Peek and Poke and other low-level stuff?
which property is used to change to some value to access a identity column in datacontrols?
Why do I get "object not an array" when I try reference the fields of a global object variable which I have set to a table?
What is the use of Tabledef?
what are the Default cursor Type and LockEdit type in DAO?
What are the rules which should be followed while naming a variable in VB?
Which type of object requires this object?
I'm getting error message "Reserved Error [-nnnn] ("There is no message for this error")" from Jet Engine 2.0.Why?
what is the Difference between Recordset and Querydef?