473,386 Members | 1,673 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,386 software developers and data experts.

How does the community rate .NET 2005 vs. .NET 2003?

Is 2005 worth the upgrade?
Some time ago, I read it was really slow. Is this true?
Any thoughts would be appreciated.

Also, how easy is it to upgrade from 2003 app to 2005? Does it break
everything in typical, MS "Sorry, that's your problem" style?

Thanks,

Shane
Feb 25 '06 #1
10 1083
IMHO - Wait for the first service pack.

Of course, that may be in 2008 if it's anything like the priority placed on
VS2003, which is entirely possible since the next latest & greatest
non-backwards-compatible version of VS/DotNet is already in the works.

Bob Lehmann

"Shane Story" <no****@nothanks.com> wrote in message
news:ue**************@TK2MSFTNGP12.phx.gbl...
Is 2005 worth the upgrade?
Some time ago, I read it was really slow. Is this true?
Any thoughts would be appreciated.

Also, how easy is it to upgrade from 2003 app to 2005? Does it break
everything in typical, MS "Sorry, that's your problem" style?

Thanks,

Shane

Feb 26 '06 #2
CMM
I'm a bit torn about this. There are lots of "good" things in VS2005....
though none are truly earth-shattering. I think there's a general lack of
"attention to detail" in all MS products lately. You see it in Visual Studio
2005 as well as Office 2003. It's like their Quality Assurance department
has become one big Unit Testing robot and not human beings with a human
pulse.
Some time ago, I read it was really slow. Is this true? VS2005 is *overall* a *bit* slower than V2003.... but it starts up a lot
faster than VS2003. So that's a plus. But, the IDE is buggy and has a "not
quite ready for prime time" feel to it. VS2003 is WAY MORE stable and has a
more polished feel to it. The Web Form designer is the most bug-ridden and
underpowered piece of trash in all of VS. The Visual Studio Team needs to go
down the hall and steal a few folks from the FrontPage team (say what you
want about FrontPage it's WYSIWIG Designer is top notch). It is typical
Microsoft "x.0"... they just can't seem to ever get it right the first time
around EVER. They reinforce their own stereotypes.

Oh yeah, the F1 Help System is pretty attrocious and almost unusable. I find
more info on how to do things using Google than I do using Visual Studio's
Help System and MSDN integration.

I sweark, if they take a huge amount of time to put out a ".1" release I
will JUST ABOUT HAVE HAD IT with MS and their marketing driven development.
Enough is enough. I expect a lot more from MS at this point of time. They
are the only company that pretty much gets away with sitting on BUGS (both
big and minor) for years at a time. We don't pay $$$ thousands of dollars a
year for @#$@ like that.

Having said all that... VS2005 is cool.
Ain't nuthin' else out there like it... Bugs and lack of attention-to-detail
notwithstanding.

--
-C. Moya
www.cmoya.com
"Bob Lehmann" <no****@dontbotherme.zzz> wrote in message
news:%2****************@tk2msftngp13.phx.gbl... IMHO - Wait for the first service pack.

Of course, that may be in 2008 if it's anything like the priority placed
on
VS2003, which is entirely possible since the next latest & greatest
non-backwards-compatible version of VS/DotNet is already in the works.

Bob Lehmann

"Shane Story" <no****@nothanks.com> wrote in message
news:ue**************@TK2MSFTNGP12.phx.gbl...
Is 2005 worth the upgrade?
Some time ago, I read it was really slow. Is this true?
Any thoughts would be appreciated.

Also, how easy is it to upgrade from 2003 app to 2005? Does it break
everything in typical, MS "Sorry, that's your problem" style?

Thanks,

Shane


Feb 26 '06 #3
Hi,

Thank you, CMM for that detailed analysis.

I would love to hear more comments from other users out there. I am
myself wondering whether it is time to upgrade...
Also, how easy is it to upgrade from 2003 app to 2005? Does it break
everything in typical, MS "Sorry, that's your problem" style?


How about some information on this ?

Thanks and regards,

Cerebrus.

Feb 26 '06 #4
"Bob Lehmann" <no****@dontbotherme.zzz> schrieb:
IMHO - Wait for the first service pack.

Of course, that may be in 2008


IIRC SPs for VS.NET 2003 and VS 2005 will be released this year.

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://classicvb.org/petition/>
Feb 26 '06 #5
CMM
"Cerebrus" <zo*****@sify.com> wrote in message
news:11*********************@z34g2000cwc.googlegro ups.com...
Also, how easy is it to upgrade from 2003 app to 2005? Does it break
everything in typical, MS "Sorry, that's your problem" style?


How about some information on this ?


Not so much with Windows Forms. But the ASP.NET project model is radically
different and I have run into MANY headaches "upgrading" a large complicated
ASP.NET application. For instance, some of your generic modules get moved to
an App.Code folder but then you can't reference them in the same way because
the "Upgrade" process introduced all these nested Namespace hierarchies
which throw everything off. It's stupid and needlessly complex.

But, all in all, it doesn't "break everything." It's just a little annoying
here and there. Some things were definately not *thought through* but seemed
to have been thrown in as a "gee-whiz" marketing thing. For instance, Code
Snippets are cool, but there's no way to edit them (without a 3rd party or
aftermarket tool). They hide the old DataAdapters from the Toolbox, stress
the new "TableAdapter" but don't consider what that means to CODE SEPARATION
and TRUE n-tier (physical) applications.

My opinion: I hate to pin out one person.... and from what I know he's a
nice guy.... but Soma Somasgar, I think is hugely responsible for the
DECLINE of *quality* in MS's developer tools.
--
-C. Moya
www.cmoya.com
Feb 27 '06 #6

I've been running 2003 and 2005 side-by-side for a few months now - using
2003 for web projects, 2005 for winforms. Actually, reason for this is
probably bcos I haven't had any major web apps to develop recently (and am
familiar with everything on that side in 2003, so haven't had the need to
change yet).
As far as comparing the 2 goes, I can agree with CMM on this - 2003,
although painfully slow to start up, was definately more stable. There are
some fairly big bugs that I've run into, such as the Edit and Continue
(H8013141e) one - not good but is fixed now.
I think that the Help system works great, msot of the time, and there's
definately been an improvement in the amount of info there (compared to the
matching stuff in MSDN online, which has got worse! or is that just in
Firefox?!)

However, what has definately been the most useful addition to 2005 is
Generics. Have saved so, so much repetitive code.

There's loads more I could go on about, but in conclusion I would say wait
till SP1 is out. It would be a shame to be put off a great product because of
the bugs that are in it at the moment!

Richard
--
-----------
Please provide code examples in VB if possible...thanks!
-----------
"Cerebrus" wrote:
Hi,

Thank you, CMM for that detailed analysis.

I would love to hear more comments from other users out there. I am
myself wondering whether it is time to upgrade...
Also, how easy is it to upgrade from 2003 app to 2005? Does it break
everything in typical, MS "Sorry, that's your problem" style?


How about some information on this ?

Thanks and regards,

Cerebrus.

Feb 27 '06 #7
Q2 and Q3 respectively:

http://msdn.microsoft.com/vstudio/su...g/default.aspx

--

Best regards,

Carlos J. Quintero

MZ-Tools: Productivity add-ins for Visual Studio
You can code, design and document much faster:
http://www.mztools.com
"Herfried K. Wagner [MVP]" <hi***************@gmx.at> escribió en el mensaje
news:%2****************@TK2MSFTNGP11.phx.gbl...
"Bob Lehmann" <no****@dontbotherme.zzz> schrieb:
IMHO - Wait for the first service pack.

Of course, that may be in 2008


IIRC SPs for VS.NET 2003 and VS 2005 will be released this year.

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://classicvb.org/petition/>

Feb 27 '06 #8
CMM
God. Almost a whole year before a patch. Sheesh! Man, only MS could get away
with that.

I think MS needs to downsize... the Law of Diminishing Returns has hit them
hard.

--
-C. Moya
www.cmoya.com
"Carlos J. Quintero [VB MVP]" <ca*****@NOSPAMsogecable.com> wrote in message
news:e0*************@TK2MSFTNGP11.phx.gbl...
Q2 and Q3 respectively:

http://msdn.microsoft.com/vstudio/su...g/default.aspx

--

Best regards,

Carlos J. Quintero

MZ-Tools: Productivity add-ins for Visual Studio
You can code, design and document much faster:
http://www.mztools.com
"Herfried K. Wagner [MVP]" <hi***************@gmx.at> escribió en el
mensaje news:%2****************@TK2MSFTNGP11.phx.gbl...
"Bob Lehmann" <no****@dontbotherme.zzz> schrieb:
IMHO - Wait for the first service pack.

Of course, that may be in 2008


IIRC SPs for VS.NET 2003 and VS 2005 will be released this year.

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://classicvb.org/petition/>


Feb 27 '06 #9
> God. Almost a whole year before a patch. Sheesh!

That's not bad when you consider the VS.NET 2003 case ;-)

--

Best regards,

Carlos J. Quintero

MZ-Tools: Productivity add-ins for Visual Studio
You can code, design and document much faster:
http://www.mztools.com


Feb 27 '06 #10
CMM
True... though I thought VS2003 was pretty darn solid. Maybe it's because I
went from VB6 to VS2003 so I had nothing to compare it to.

--
-C. Moya
www.cmoya.com
"Carlos J. Quintero [VB MVP]" <ca*****@NOSPAMsogecable.com> wrote in message
news:eu*************@TK2MSFTNGP15.phx.gbl...
God. Almost a whole year before a patch. Sheesh!


That's not bad when you consider the VS.NET 2003 case ;-)

--

Best regards,

Carlos J. Quintero

MZ-Tools: Productivity add-ins for Visual Studio
You can code, design and document much faster:
http://www.mztools.com

Feb 27 '06 #11

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

Similar topics

4
by: Raptor | last post by:
I know it's bordeline off topic, but this is a subject which concerns many and is not frequently discussed. How about: bid the project at your usual rate, but bid a much lower rate beyond the...
5
by: Tuhin Kumar | last post by:
Hi, I have a requirement on improving the deletion rate on on records of a table. The table contains 5 million records, but since deleting everything matching the condition at one go was giving...
2
by: Baybars | last post by:
New to access, but to deja.com. Looked through many posts, but can not find a good post for my problem (I believe there is, but my access level didn't allow me to understand). I have a table for...
2
by: george r smith | last post by:
Gentlemen, I know that this problem has happened before and I searched and tried all solutions but problem is not solved. I install asp.net community starter kit with some help from this...
3
by: stuart_white_ | last post by:
I've just upgraded from Python 2.3.3 to Python 2.4.2, and, although the new version of Python seems to be running correctly, I can't seem access the help from the interpreter. On Python 2.3.3...
10
by: mandie | last post by:
Dose MS sell SQlSerever with student rate? If so, which website do I buy from?
14
by: Anoop | last post by:
Hi, I am new to this newsgroup and need help in the following questions. 1. I am workin' on a GUI application. Does C# provides Layout Managers the way Java does to design GUI? I know that it...
3
by: Nick Gilbert | last post by:
Hi, In my VS.NET 2005, if I choose Build Clean Solution, the BIN folder is not touched. Shouldn't it delete all the dll and pdb files in that folder first? Instead, I'm finding I have to do it...
1
by: =?Utf-8?B?QmlsbHkgWmhhbmc=?= | last post by:
I have a web server 32 bit and SQL server 2005 64bit . Does msdtc support SQL server 2005 64bit with web server 32 bit?
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
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
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
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.