473,387 Members | 1,379 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

I would like to hear dialog on VB2005 vs. VB2003

What do most of the group think about 2005 in comparison to 2003?

Slower?

How painful is it to upgrade decent sized 2003 apps to 2005? Are there more
gotchas?

Past experience has shown me that being an early adopter of MS stuff can be
hazardous to your sanity, so I have held off.

I have played with the express version a bit. I do like generics and edit &
continue. I have read, at least several months ago that 2005 was really a
lot slower. I need to hear from people who have been using it for quite
some time now and on decent sized applications.

TIA,

Shane
Mar 20 '06 #1
5 1443
Everything I've upgraded has been pretty smooth.

It is a lot slower in my experience. Keeps freezing trying to do the
compile as you edit to show you what is invalid, or popping up intellisense.
The designer is pretty slow too.

"SStory" <no****@nospam.com> wrote in message
news:ul**************@TK2MSFTNGP10.phx.gbl...
What do most of the group think about 2005 in comparison to 2003?

Slower?

How painful is it to upgrade decent sized 2003 apps to 2005? Are there
more gotchas?

Past experience has shown me that being an early adopter of MS stuff can
be hazardous to your sanity, so I have held off.

I have played with the express version a bit. I do like generics and edit
& continue. I have read, at least several months ago that 2005 was really
a lot slower. I need to hear from people who have been using it for quite
some time now and on decent sized applications.

TIA,

Shane

Mar 20 '06 #2
SStory

In my opinion is VB2005 for the windowsform much nicer but as stable as
version VB2002

The VB2005 webform part is for me as well great, however for me as well
overengineered (DATA part) as somebody wrote in this newsgroup. I miss in
that nice designing parts as was told that there would be, but those where
not in VB2003 as well.

For the rest see the comment from Marina.

Cor
"SStory" <no****@nospam.com> schreef in bericht
news:ul**************@TK2MSFTNGP10.phx.gbl...
What do most of the group think about 2005 in comparison to 2003?

Slower?

How painful is it to upgrade decent sized 2003 apps to 2005? Are there
more gotchas?

Past experience has shown me that being an early adopter of MS stuff can
be hazardous to your sanity, so I have held off.

I have played with the express version a bit. I do like generics and edit
& continue. I have read, at least several months ago that 2005 was really
a lot slower. I need to hear from people who have been using it for quite
some time now and on decent sized applications.

TIA,

Shane

Mar 20 '06 #3
I was afraid of that. Think I may stick with 2003 for a while.
"Marina Levit [MVP]" <so*****@nospam.com> wrote in message
news:Oj****************@TK2MSFTNGP12.phx.gbl...
Everything I've upgraded has been pretty smooth.

It is a lot slower in my experience. Keeps freezing trying to do the
compile as you edit to show you what is invalid, or popping up
intellisense. The designer is pretty slow too.

"SStory" <no****@nospam.com> wrote in message
news:ul**************@TK2MSFTNGP10.phx.gbl...
What do most of the group think about 2005 in comparison to 2003?

Slower?

How painful is it to upgrade decent sized 2003 apps to 2005? Are there
more gotchas?

Past experience has shown me that being an early adopter of MS stuff can
be hazardous to your sanity, so I have held off.

I have played with the express version a bit. I do like generics and edit
& continue. I have read, at least several months ago that 2005 was
really a lot slower. I need to hear from people who have been using it
for quite some time now and on decent sized applications.

TIA,

Shane


Mar 20 '06 #4
Thanks Cor.

I have played with Express version and there are a few new goodies, but I
certainly don't want to deal with slower and also risk breaking my build on
a product that is ready for testing and then shipping.

-Shane

"Cor Ligthert [MVP]" <no************@planet.nl> wrote in message
news:%2****************@TK2MSFTNGP14.phx.gbl...
SStory

In my opinion is VB2005 for the windowsform much nicer but as stable as
version VB2002

The VB2005 webform part is for me as well great, however for me as well
overengineered (DATA part) as somebody wrote in this newsgroup. I miss in
that nice designing parts as was told that there would be, but those where
not in VB2003 as well.

For the rest see the comment from Marina.

Cor
"SStory" <no****@nospam.com> schreef in bericht
news:ul**************@TK2MSFTNGP10.phx.gbl...
What do most of the group think about 2005 in comparison to 2003?

Slower?

How painful is it to upgrade decent sized 2003 apps to 2005? Are there
more gotchas?

Past experience has shown me that being an early adopter of MS stuff can
be hazardous to your sanity, so I have held off.

I have played with the express version a bit. I do like generics and edit
& continue. I have read, at least several months ago that 2005 was
really a lot slower. I need to hear from people who have been using it
for quite some time now and on decent sized applications.

TIA,

Shane


Mar 20 '06 #5
VS 2005 IDE is very slow -- and has some serious resource demands in terms
of CPU power and memory (2GB min).

The final output of VS 2005 (Windows Forms app) is not too bad -- the
interface is much more responsive when you make a "release build" and run
the EXE (not within VS 2005). A good indication that you know there is a
GUI performance issue with .NET 2.0 Windows Forms app is when you see many
"GUI performance" tips articles on the Start page from within VS 2005.
Group frames seem to cause all kinds of performance issues.

Continue and Edit -- still no where near as useful as VB6 debugging. There
are still a lot of things you can't do with Continue and Edit.

There is a ton of relatively useless "zero code" templates -- maybe good for
learning, but any serious development would not make use of "zero code"
templates.

If you're migrating web projects over, it will not be clean and simple
unless your projects are very basic. Windows Forms apps in 2003 migrate
relatively well to 2005 -- but you may or may not get a lot of "warnings"
(for the most part these can be ignored and/or resolved at a later date).

Lots of pretty obvious bugs in the VS 2005 IDE -- surprised they made it
thru to a "released" version.

Generics are good in VS 2005 and code snippets are nice. New pre-compiled
web apps do seem a little faster. ClickOnce is much improved.

I heard a rumor that a patch is expected in Q3 for VS 2005. I'd hold out
for the patch in Q3 before you do a full migration.

"SStory" <no****@nospam.com> wrote in message
news:ul**************@TK2MSFTNGP10.phx.gbl...
What do most of the group think about 2005 in comparison to 2003?

Slower?

How painful is it to upgrade decent sized 2003 apps to 2005? Are there
more gotchas?

Past experience has shown me that being an early adopter of MS stuff can
be hazardous to your sanity, so I have held off.

I have played with the express version a bit. I do like generics and edit
& continue. I have read, at least several months ago that 2005 was really
a lot slower. I need to hear from people who have been using it for quite
some time now and on decent sized applications.

TIA,

Shane

Mar 20 '06 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
by: John | last post by:
Hi How difficult is it to upgrade a vb2003 database app to vb2005? Thanks Regards
6
by: Darrell Wesley | last post by:
A VB2003 application upgraded to VB2005 that builds an Excel spreadsheet. Everything appears to work correctly except that the Excel object does not go away it is still in the Process list in task...
4
by: Slindee | last post by:
This statement worked in VB2003, but generates an error for 'CursorPosition' in VB2005. Did not find anything in Help. mouseX = CursorPosition.X - Me.Location.X *** Sent via Developersdex...
0
by: Phill W. | last post by:
Can VB2005 /correctly/ pass a class derived from Datatable via .Net Remoting? Using VB2003, I created a class inherited from DataTable and added some extra bits to it. All was well until I...
0
by: Rich | last post by:
Hello, I just upgraded a vb2003 app to vb2005. The vb2003 app had/has a statusbar object - which contains panels and I can see the properties of the statusbar in the properties window in...
3
by: Dennis | last post by:
If I have a dll that I wrote in VB.Net 2003, can I use it in a VB.Net 2005 applicaiton without changing the dll, i.e., just set a reference to it in the VB.Net 2005 solution? -- Dennis in Houston
2
by: Jordi Julią | last post by:
Hello, I need to create with VB2005 an instance of one of the classes of the project in run time. For example: - The Namespace root and the name of the project are he himself: "Project" -...
3
by: =?Utf-8?B?UmljaA==?= | last post by:
Hello, I selected BorderStyle = Fixed3D for a textbox on a form in VB2005, but the textbox looks flat. In VB2003 the textbox has the same borderStyle = Fixed3D and has a 3D appearance. Is it...
1
by: =?Utf-8?B?UmljaA==?= | last post by:
Hello, I just upgraded the motherboard and cpu on my computer (core2Duo). I also imaged the contents of my old harddrive to a new one(500g) - Windows XP sp2 (version2002). Everything appears...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.