473,569 Members | 2,383 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 1097
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****@nothank s.com> wrote in message
news:ue******** ******@TK2MSFTN GP12.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****@dontbot herme.zzz> wrote in message
news:%2******** ********@tk2msf tngp13.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****@nothank s.com> wrote in message
news:ue******** ******@TK2MSFTN GP12.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****@dontbot herme.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.c om> wrote in message
news:11******** *************@z 34g2000cwc.goog legroups.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 "TableAdapt er" 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...than ks!
-----------
"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******** ********@TK2MSF TNGP11.phx.gbl. ..
"Bob Lehmann" <no****@dontbot herme.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*****@NOSPAM sogecable.com> wrote in message
news:e0******** *****@TK2MSFTNG P11.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******** ********@TK2MSF TNGP11.phx.gbl. ..
"Bob Lehmann" <no****@dontbot herme.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

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

Similar topics

4
2901
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 expected project duration. This gives the client a fair fee for service, but protects both sides from a screw-up, while "punishing" the contractor...
5
6572
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 the ROLLBACK segment allocation error, the query was called in a loop and deleting 2000 rows at one interation. My query is: DELETE FROM Table1...
2
6428
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 cash flow of a shop. Forreign currencies are accepted. I built the tables accordingly: CURRENCY TYPE (USD, EURO, POUND ETC), AMOUNT OF THE CURRENCY....
2
3273
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 newsgroup.Install went fine, database was created on the SQL server machine but when I bring up browser and try to connect I get:
3
2430
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 --------------- Python 2.3.3 (#51, Dec 18 2003, 20:22:39) on win32 Type "help", "copyright", "credits" or "license" for more information. >>>...
10
1460
by: mandie | last post by:
Dose MS sell SQlSerever with student rate? If so, which website do I buy from?
14
4824
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 can be done using the designer but I intentionally don't want to use that. The one reason is that you cannot change the code generated by the...
3
8302
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 manually. Also, when I change from Debug to Release, all the pdb files remain in the bin folder. Shouldn't these be deleted automatically? ...
1
2151
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
7618
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
0
7926
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
0
7982
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
1
5514
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
5222
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
0
3656
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
0
3644
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2116
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
0
944
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

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.