Is anyone else considering skipping the VS2008 generation?
-
Or becoming a late adopter? Although there's a lot of cool stuff in .Net 3.5 I can't help but feel that I haven't done .Net 2.0 to death yet. Also, given the amount of stuff currently coming out of Microsoft, I do wonder whether it's best to wait and see what falls by the wayside, for instance WPF - from what I've seen people on CodeProject do with it it looks very cool... but it wouldn't be the first time I've devoted effort to learning something only to see the marketability of such skills divebomb into obscurity.
Me: Can you see the "up" arrow? User:Errr...ummm....no. Me: Can you see an arrow that points upwards? User: Oh yes, I see it now! -Excerpt from a support call taken by me, 08/31/2007
martin_hughes wrote:
Although there's a lot of cool stuff in .Net 3.5 I can't help but feel that I haven't done .Net 2.0 to death yet.
I feel that way as well, but I'm slowly convincing myself that I can still do most of the 2.0 stuff I'm interested in, but with the all the cool 3.5 stuff. Hell, I haven't even written a single LINQ query yet, and that has to be the coolest! How many times do I curse when writing an iterator only to select certain items?
MY BLOG
-
yeah, and we are very happy with .net 1.1 webpages. :):cool:
Jwalant Natvarlal Soneji
BE IT, IndiaMy team leader has a VM for our last remaining vestiges of 1.1, so he doesn't have to tarnish his machine. We do however use Web Applications, and not the new 2.0 Web Site architecture.
MY BLOG
-
You shouldn't have to be a manager to play a role in determining your development tools.
MY BLOG
-
I already dived right in. I'm using VS 2008 100%, although I'm still targeting the .NET 2.0 framework. Mark
Mark Salsbery Microsoft MVP - Visual C++ :java:
Do you have any blogs or anything on your experiences with it? I'm guessing I'll be diving right in with the promised November release.
MY BLOG
-
Or becoming a late adopter? Although there's a lot of cool stuff in .Net 3.5 I can't help but feel that I haven't done .Net 2.0 to death yet. Also, given the amount of stuff currently coming out of Microsoft, I do wonder whether it's best to wait and see what falls by the wayside, for instance WPF - from what I've seen people on CodeProject do with it it looks very cool... but it wouldn't be the first time I've devoted effort to learning something only to see the marketability of such skills divebomb into obscurity.
Me: Can you see the "up" arrow? User:Errr...ummm....no. Me: Can you see an arrow that points upwards? User: Oh yes, I see it now! -Excerpt from a support call taken by me, 08/31/2007
-
Or becoming a late adopter? Although there's a lot of cool stuff in .Net 3.5 I can't help but feel that I haven't done .Net 2.0 to death yet. Also, given the amount of stuff currently coming out of Microsoft, I do wonder whether it's best to wait and see what falls by the wayside, for instance WPF - from what I've seen people on CodeProject do with it it looks very cool... but it wouldn't be the first time I've devoted effort to learning something only to see the marketability of such skills divebomb into obscurity.
Me: Can you see the "up" arrow? User:Errr...ummm....no. Me: Can you see an arrow that points upwards? User: Oh yes, I see it now! -Excerpt from a support call taken by me, 08/31/2007
I am still converting from 2003 to 2005. As 2005 is the rock which 2008 is based on I will continue with that. Is is my imagination or is .NET doubling in size with each new release? Are we now going to have to start specialising and miss out on parts? Brian Squibb - still remembering how simple VB1 was
-
Some years ago Visual Studio was the best in class tool. Nowadays I love using Eclipse for Java or SharpDevelop for .NET development because VS2005 never ran smoothly. Every part of it is slow compared to Eclipse.
Buy a faster workstation? :-D
-
martin_hughes wrote:
Is anyone else considering skipping the VS2008 generation? Or becoming a late adopter?
I'm jumping in. The CLR is still at Version 2.0, it is just the C# compiler (3.0) and .NET Framework (3.5) that are the big changes. VS2008 also has support for multiple versions of the framework, so I can ditch VS2005 yet still work on .NET 2.0 applications.
martin_hughes wrote:
Although there's a lot of cool stuff in .Net 3.5 I can't help but feel that I haven't done .Net 2.0 to death yet.
.NET 3.0 and 3.5 are both additive. They do not change what exists in .NET 2.0. So you still have a chance to do .NET 2.0 to death, although I personally wouldn't restrict myself. The LINQ stuff alone is enough for me to want to upgrade. LINQ is just a few extra classes and some compiler trickery.
martin_hughes wrote:
Also, given the amount of stuff currently coming out of Microsoft, I do wonder whether it's best to wait and see what falls by the wayside
There is a lot I'm waiting to see where it is going first. But for things like WCF I can see immediate advantages. WPF and Silverlight I think will make it, but I'm waiting a bit before I completely jump in on those. WF (Workflow Foundation) is the thing that no one really seems to talk about but is actually quite powerful - Things like the Web Client Software Factory use it.
martin_hughes wrote:
it wouldn't be the first time I've devoted effort to learning something only to see the marketability of such skills divebomb into obscurity.
Been there, done that, then I re-entered the MS world and I've been fairly safe ever since.
Upcoming FREE developer events: * Glasgow: SQL Server Managed Objects AND Reporting Services ... My website
Colin Angus Mackay wrote:
I'm jumping in. The CLR is still at Version 2.0, it is just the C# compiler (3.0) and .NET Framework (3.5) that are the big changes. VS2008 also has support for multiple versions of the framework, so I can ditch VS2005 yet still work on .NET 2.0 applications.
That's the main reason I plan to upgrade to VS2008 as soon as possible. Multi-targeting should have been included in VS2005 in my opinion...
If you truly believe you need to pick a mobile phone that "says something" about your personality, don't bother. You don't have a personality. A mental illness, maybe - but not a personality. - Charlie Brooker My Blog - My Photos - ScrewTurn Wiki
-
Buy a faster workstation? :-D
In previous versions Eclipse was slow and VS was fast. Now it is vice versa, which is another hint, that the Java IDEs made a great leap forward while MS did not do their job well. It is the same with SQL Server Management Studio: While having some nice new functions it is so bloated that it annoys me whenever I use it. And my machine is not too bad (Pentium D 2,8GHz with 2GB RAM) Both .NET and Java have its Pros and Cons but today it makes more fun to code with Eclipse and Java then with VS2005 and .NET. Therefore I will skip VS2008 and concentrate on OpenSource J2EE. But as soon as .NET will again be more fun to use I may be changing sides again ;)
-
Or becoming a late adopter? Although there's a lot of cool stuff in .Net 3.5 I can't help but feel that I haven't done .Net 2.0 to death yet. Also, given the amount of stuff currently coming out of Microsoft, I do wonder whether it's best to wait and see what falls by the wayside, for instance WPF - from what I've seen people on CodeProject do with it it looks very cool... but it wouldn't be the first time I've devoted effort to learning something only to see the marketability of such skills divebomb into obscurity.
Me: Can you see the "up" arrow? User:Errr...ummm....no. Me: Can you see an arrow that points upwards? User: Oh yes, I see it now! -Excerpt from a support call taken by me, 08/31/2007
My main development is in unmanaged C++ (not using MFC) - I'm still pretty happy with VS2003 - there's not much to attract a C++ developer to later versions - more features in the debugger, checked iterators in STL. In addition, my main development machine runs Windows 2000, so can't actually run VS2008 - there's another good reason :-O.
-
I'll be jumping right in. I don't see how WPF could fall away, because it's driving the user experience in a way that's a huge leap from what we have now. If they client can see it, and they want it, then it will survive. Even if parts of WPF are a total disaster right now.
Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
Christian Graus wrote:
because it's driving the user experience in a way that's a huge leap from what we have now
Huge leap for the developers or the users? I haven't seen any real world WPF apps that are significantly more usable than other apps. Actually, I haven't seen any real world WPF apps period. Be interested in knowing about a few.
regards, Paul Watson Ireland & South Africa
Andy Brummer wrote:
Watson's law: As an online discussion of cars grows longer, the probability of a comparison involving the Bugatti Veyron approaches one.
-
My main development is in unmanaged C++ (not using MFC) - I'm still pretty happy with VS2003 - there's not much to attract a C++ developer to later versions - more features in the debugger, checked iterators in STL. In addition, my main development machine runs Windows 2000, so can't actually run VS2008 - there's another good reason :-O.
FYI, there's a bunch of new features in the C++ libraries shipped with VS2008. In addition, if you're supporting Vista, the corresponding PSDK won't even integrate with VS2003. :doh:
Anna :rose: Linting the day away :cool: Anna's Place | Tears and Laughter "If mushy peas are the food of the devil, the stotty cake is the frisbee of God"
-
FYI, there's a bunch of new features in the C++ libraries shipped with VS2008. In addition, if you're supporting Vista, the corresponding PSDK won't even integrate with VS2003. :doh:
Anna :rose: Linting the day away :cool: Anna's Place | Tears and Laughter "If mushy peas are the food of the devil, the stotty cake is the frisbee of God"
Anna-Jayne Metcalfe wrote:
if you're supporting Vista
:laugh: - we (the company I work for) might move to XP from 2000 in the next year or two. We did actually move to Windows 2000 (from 95) quite rapidly after it was released - before XP was around, IIRC! But of course, there were positive benefits for the IT department - Win2k let them have control, unlike Win95. XP, on the other hand, doesn't have anything like that sort of benefit - for them!
-
Or becoming a late adopter? Although there's a lot of cool stuff in .Net 3.5 I can't help but feel that I haven't done .Net 2.0 to death yet. Also, given the amount of stuff currently coming out of Microsoft, I do wonder whether it's best to wait and see what falls by the wayside, for instance WPF - from what I've seen people on CodeProject do with it it looks very cool... but it wouldn't be the first time I've devoted effort to learning something only to see the marketability of such skills divebomb into obscurity.
Me: Can you see the "up" arrow? User:Errr...ummm....no. Me: Can you see an arrow that points upwards? User: Oh yes, I see it now! -Excerpt from a support call taken by me, 08/31/2007
We will not be adopting VS2008 for a long time - there simply isn't a business a case for it. We are still using .NET 1.1 on many of our bespoke applications and are migrating these over to .NET 2.0 which is probably as far as we will go. It would be nice to have all the new toys however we have several enterprise wide systems in place (SAP, BEA Aqualogic Portal etc) as such VS2008/.NET 3.0/3.5 is simply not an option and will not be for a long time. I think this is a reality Microsoft needs to start understanding, why should we upgrade to the next xyz application, introduce more bugs, support headache etc when we are running stable with the current release of the app(s)? Adios, Fz
-
unless I jump projects late/never adoptor. I currently need both NT4 and win2k support. The former is holding me back to VS03, and IIRC the later will continue to hold me at VS05 even after the client finishes retiring it's most antiquidated hardware.
-- If you view money as inherently evil, I view it as my duty to assist in making you more virtuous.
As a purely C++ programmer the .NET improvements etc. are not of interest. What will be of interest will be if they have finally implemented intellisense in a way that works more than occasionally. Typically I would wait until at least the first service pack before looking. I had not realised VS08 will not support win2K. That would definitely keep me off it for some years as many users still have it. At the end of the day you can push users so fast but you have to keep supporting the platforms a majority are using.
-
As a purely C++ programmer the .NET improvements etc. are not of interest. What will be of interest will be if they have finally implemented intellisense in a way that works more than occasionally. Typically I would wait until at least the first service pack before looking. I had not realised VS08 will not support win2K. That would definitely keep me off it for some years as many users still have it. At the end of the day you can push users so fast but you have to keep supporting the platforms a majority are using.
C++ might, as .net programmer I haven't really paid much attention on that end, but unless MS has changed its mind and backported it, the new framework will only support XP forward.
-- If you view money as inherently evil, I view it as my duty to assist in making you more virtuous.
-
C++ might, as .net programmer I haven't really paid much attention on that end, but unless MS has changed its mind and backported it, the new framework will only support XP forward.
-- If you view money as inherently evil, I view it as my duty to assist in making you more virtuous.
Ah. So it is principally an issue that you cannot download the .NET framework for earlier OS versions. That is always an issue with applications that rely on some kind of installed library. I imagine the C++ support will depend on which libraries and OS facilities are used. Much as I can still build an app that will run on win98 as long as unicode is not used.
-
Or becoming a late adopter? Although there's a lot of cool stuff in .Net 3.5 I can't help but feel that I haven't done .Net 2.0 to death yet. Also, given the amount of stuff currently coming out of Microsoft, I do wonder whether it's best to wait and see what falls by the wayside, for instance WPF - from what I've seen people on CodeProject do with it it looks very cool... but it wouldn't be the first time I've devoted effort to learning something only to see the marketability of such skills divebomb into obscurity.
Me: Can you see the "up" arrow? User:Errr...ummm....no. Me: Can you see an arrow that points upwards? User: Oh yes, I see it now! -Excerpt from a support call taken by me, 08/31/2007
WPF and built-in unit testing are enough to get me to jump to VS 2008 when it comes out. But I'm not sure I'll be using other features of .NET 3.5, particularly LINQ.
David Veeneman www.veeneman.com
-
I'd love to dive right in but the company I work for is almost completely web service based & hence I never get to work with WPF, Silverlight, LINQ or any other of the new features during my normal day to day routine. That said, however, I do plan to do a few projects for myself (even if they never see the light of day) just to stay current. That I'm mad about technology is a bonus :D
But fortunately we have the nanny-state politicians who can step in to protect us poor stupid consumers, most of whom would not know a JVM from a frozen chicken. Bruce Pierson
Because programming is an art, not a science. Marc Clifton -
Or becoming a late adopter? Although there's a lot of cool stuff in .Net 3.5 I can't help but feel that I haven't done .Net 2.0 to death yet. Also, given the amount of stuff currently coming out of Microsoft, I do wonder whether it's best to wait and see what falls by the wayside, for instance WPF - from what I've seen people on CodeProject do with it it looks very cool... but it wouldn't be the first time I've devoted effort to learning something only to see the marketability of such skills divebomb into obscurity.
Me: Can you see the "up" arrow? User:Errr...ummm....no. Me: Can you see an arrow that points upwards? User: Oh yes, I see it now! -Excerpt from a support call taken by me, 08/31/2007
I'm using VS2008 on a production project now and I'm very pleased (still using Winforms, not WPF). LINQ to SQL has a few oddities, but so does every ORM tool out there. Overall, our productivity with LINQ to SQL as the ORM tool has greatly increased, and now we're writing LINQ queries instead of waiting for some DBA to write a simple stored procedure for us. I'd say that makes the switch worth it. Nothing out there is perfect, but don't be afraid of something out there just because it's new or different.