Re: VB.net vs VB 6.0
- From: "Gary Nelson" <gn@xxxxxxxxxx>
- Date: Thu, 26 May 2005 09:39:42 +0100
Brad,
We have a very large code base in VB6 and have a nearly finished project in
Asp.Net.
> There appears to be a huge learning curve for .net.
There is, but it is not insurmountable, and .net has a lot of new and
interesting ideas.
> Is moving to .net really going to buy us anything down the road?
Well, if you're not planning on retiring soon. The problem with VB6 is that
it's great today, but sooner or later it is going to wear out.
> Should we even bother looking at it or should we stay with version 6?
For new development, I would definitely suggest looking at it. If you have a
large code base that you want to conserve, I would suggest sticking with
VB6. Except for the Asp.Net project we are doing, all the rest of our
development work is in VB6. Porting our apps at present is out of the
question.
>Is it buggy?
It's not bad. I've worked with much worse.
> How well does it perform? The design interface sure seems sluggish...
The design interface crawls like a snail, but once you've got your program
up and running it's not bad. It is different from VB6 though. Some things in
Vb.Net are slower than VB6 (like Mid$, binary file access), but once you
adjust to the .net philosophy and code to be fast in .net, it's ok. One
thing that really is lacking is edit and continue (promised in VS2005).
Every time you have to stop to modify something, the behemoth has to stop
rolling, you change a line of code, hit F5 and the behemoth tries to get up
on its feet again.
> Are there any horror storys with .net?
Not that I know of, except for those who have attempted porting a large VB6
program.
> Is VB 6 going to continue to be supported by Micorosoft for a while ?
No way.
> We are just unsure exactly what to do...
Join the group.
Gary
.
- References:
- VB.net vs VB 6.0
- From: Brad Pears
- VB.net vs VB 6.0
- Prev by Date: Re: Just Curious
- Next by Date: Re: PaintPicture with Printer Object in VB ver 6
- Previous by thread: Re: VB.net vs VB 6.0
- Next by thread: Re: VB.net vs VB 6.0
- Index(es):
Relevant Pages
|