Re: vb6 -v- Net!
- From: "Robert Morley" <rmorley@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 29 Mar 2007 12:00:03 -0400
"Robert Conley" <robertsconley@xxxxxxxxx> wrote in message
news:1175180235.183963.66350@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
On Mar 27, 2:11 pm, "Robert Morley"
<rmor...@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
Which, as I understand it, comes back to the fact that .NET is unusably
slow
unless you go the unmanaged code route.
Any "managed" system is going to be slow. QuickBASIC, VB, Java, COM,
and now .NET.
Last I heard, no previous version of basic was a managed system. Perhaps in
the strictest sense, but not in any meaningful sense when compared with
VB.NET.
The trick is to write a good wrapper around the
unmanaged bit.
Which in .NET implies that you MUST convert everything to C++ in order to
have an executable that works as fast as your old one did. AFAIK, that's
the only language .NET supports unmanaged code in, and many VB programmers
will have neither the knowledge or time to go that route.
invalid because the reason X is faster in first place is because of a
well honed implementation of the required library/interface.
Why is it invalid to expect that something that worked excellently in VB6
will slow by a factor of 50% or more (often significantly more) in what's
supposed to be an "upgrade" of that language?
With .NET microsoft has broken
compatibility with older VB and added performance hits to older COM
software.
That was a two-liner that I posted; I wasn't trying to re-hash every
argument that has ever been made in this debate, just a broad overview of
statements already made previously in the discussion.
Rob
.
- Follow-Ups:
- Re: vb6 -v- Net!
- From: Robert Conley
- Re: vb6 -v- Net!
- From: Karl E. Peterson
- Re: vb6 -v- Net!
- References:
- vb6 -v- Net!
- From: Aalaan
- Re: vb6 -v- Net!
- From: Paul Clement
- Re: vb6 -v- Net!
- From: MikeD
- Re: vb6 -v- Net!
- From: Robert Morley
- Re: vb6 -v- Net!
- From: MikeD
- Re: vb6 -v- Net!
- From: Paul Clement
- Re: vb6 -v- Net!
- From: Stefan Berglund
- Re: vb6 -v- Net!
- From: Paul Clement
- Re: vb6 -v- Net!
- From: Robert Morley
- Re: vb6 -v- Net!
- From: Robert Conley
- Re: vb6 -v- Net!
- From: Robert Morley
- Re: vb6 -v- Net!
- From: Robert Conley
- vb6 -v- Net!
- Prev by Date: Re: Vista Installations
- Next by Date: Open Excel file
- Previous by thread: Re: vb6 -v- Net!
- Next by thread: Re: vb6 -v- Net!
- Index(es):
Relevant Pages
|