|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
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 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 Show quoteHide quote "Shane Story" <nospam@nothanks.com> wrote in message news:uebmrCmOGHA.1532@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 > > 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. Show quoteHide quote "Bob Lehmann" <nospam@dontbotherme.zzz> wrote in message news:%23IGAU2mOGHA.1088@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" <nospam@nothanks.com> wrote in message > news:uebmrCmOGHA.1532@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 >> >> > > 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 How about some information on this ?> everything in typical, MS "Sorry, that's your problem" style? Thanks and regards, Cerebrus. "Cerebrus" <zorg***@sify.com> wrote in message Not so much with Windows Forms. But the ASP.NET project model is radically news:1140936522.633053.89030@z34g2000cwc.googlegroups.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 ? 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. 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 -- Show quoteHide quote----------- 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. > > "Bob Lehmann" <nospam@dontbotherme.zzz> schrieb: IIRC SPs for VS.NET 2003 and VS 2005 will be released this year.> IMHO - Wait for the first service pack. > > Of course, that may be in 2008 -- M S Herfried K. Wagner M V P <URL:http://dotnet.mvps.org/> V B <URL:http://classicvb.org/petition/> Q2 and Q3 respectively:
http://msdn.microsoft.com/vstudio/support/servicing/default.aspx -- Show quoteHide quoteBest 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]" <hirf-spam-me-here@gmx.at> escribió en el mensaje news:%23TTP5KtOGHA.3100@TK2MSFTNGP11.phx.gbl... > "Bob Lehmann" <nospam@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/> 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. Show quoteHide quote "Carlos J. Quintero [VB MVP]" <carlosq@NOSPAMsogecable.com> wrote in message news:e0oLHX6OGHA.668@TK2MSFTNGP11.phx.gbl... > Q2 and Q3 respectively: > > http://msdn.microsoft.com/vstudio/support/servicing/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]" <hirf-spam-me-here@gmx.at> escribió en el > mensaje news:%23TTP5KtOGHA.3100@TK2MSFTNGP11.phx.gbl... >> "Bob Lehmann" <nospam@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/> > > > 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 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. Show quoteHide quote "Carlos J. Quintero [VB MVP]" <carlosq@NOSPAMsogecable.com> wrote in message news:euBuEX7OGHA.516@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 > > > >
Some thoughts on VB9
Set a text in a RowHeader cell How to move a menu item to the left?! academic version [2003] at run time database connection Moving a project to a different location Raising CustomControl Events from within Class Using 'Function Keys' In vb.net Newbie... Binary Formatter not suitable accross firewalls |
|||||||||||||||||||||||