Yukon and Whidbey Slip, and your life goes on. Film at 11.
Yukon and Whidbey, er, I mean, SQL Server 2005 and Visual Studio 2005 will be available in 2005, and some folks flipped out. Folks, it's not THAT big of a deal. Is it a bummer, sure. Will it affect the schedules of a few other products, maybe yours? Possibly. But remember, you do have a development platform that many of you have yet to fully exploit. Perhaps the bloggers who are so vocally disappointed are so advanced in their development skills or 'early adopter-ness' that they've forgotten that useful software is shipping today?
.NET moved Windows development squarely into the managed world that Java programmers enjoyed. .NET was a shock to the system, and as such, it's taken a while to sink in. For some folks, it clicked, made sense. For others, it's taken a few years to 'sleep on it.' There are a lot of folks out there picking up .NET 1.1 and really creating some fantastic mature software. Now, .NET 2.0 is going to change things and shock the system. That's a good thing. ASP.NET 2.0, generics, ClickOnce, it's going to be great and unquestionably a step foward.
But, I have to ship software today to large banks and financial institutions. We have a great application platform built on .NET that is mature and fabulous. Believe me, we'll exploit the appropriate features of 2.0 when it comes out, but today I'm shipping great stuff. And I will continue to innovate on .NET 1.1 all during 2004. Nothing is stopping me, and I'm certainly not going to sit idlely and wait for 2.0, when I can make great software for my clients now.
Sure I'd love to have Master Pages, but somehow I've made it this far without it. Sure I'd like to have ObjectSpaces, but...well, you get the idea. These things take time, and I'm happy that Microsoft has adopted a more practical 'Carmackian' attitude around software ship dates.
The Press
Last week when the announcement happened, I had two press calls about the slip before noon! Come on people, let's not create drama where there isn't. Many developers inside slower moving banks are just now getting off NT 4.0 and are still trepidacious of XML(!), not to mention .NET and managed code. I'm still out there fighting the good fight to introduce folks to .NET 1.x.
I'll end with Jason Maus's reminder: Don't forget the saying, "Good, Fast, Cheap. You may choose two."
Now, on to things that ARE significant or 'of note':
Notice that the new naming is Visual Studio 2005, not Visual Studio .NET 2005. This is a good thing, obivously intentional, expressing that .NET is firmly here and now. It's so much a part of the fabric of developing on the Windows Platform that it's served it's purpose as a pervasive suffix. I dig it.
About Scott
Scott Hanselman is a former professor, former Chief Architect in finance, now speaker, consultant, father, diabetic, and Microsoft employee. He is a failed stand-up comic, a cornrower, and a book author.
About Newsletter
I think that was the feature I most looked forward to. VS.NET promised not to touch the code.
I do understand how people who have been working heavily with .NET for some time are anxious for the 2005 versions. But these types of slips have been happening FOREVER by MANY software firms. Microsoft wants to get it right, and I'm all for that. The press will always jump on a reason to lash into Microsoft, and they've survived these attacks quite well, so I just ignore the press.
Now, back to my 24x7 education in .NET, just to catch up...
Some examples:
- MS releases bugfixes for .NET and VS.NET through new versions of these two.
- The ASP.NET editor in VS.NET 2003 is severily broken. Officially MS has stated this is not fixable in VS.NET 2003.
- For passing custom class hierarchies over webservices where your classes have eventhandlers and/or cyclic references and/or interface typed members, you need IXmlSerializable implemented. This is broken in .NET 1.1, but fixed in .NET 2.0. More than 1 year to go before this is possible.
- People like me who write generic frameworks for other developers are waiting for generics. One more year to go.
You can all say it doesn't matter much because we can write software today with .NET 1.1. True, but I also could with VC++ 4.2, so what's the big deal anyway? All the new features coming with whidbey might sound like 'extra' to some of you, but they're not 'extra' or 'sugar' for others. You might think that if these 'extras' are necessary today for someone, that someone is a very 'early adopter'. But that's not the case. .NET was released in feb 2002. That's 2 years ago. If you still think .NET is in it's early adopter's phase you don't know what these phases are all about. For SOME it might be new, for a lot of us it's common stuff for over 2 years already.
I don't need full design support for every control and I don't need features to be able to dragndrop an app together in full. I do need fixes to important elements and new features like IXmlSerializable and generics.
What's also important, and this is completely ignored here, is WHY it has slipped. WHY is it tied to yukon? I haven't met a single person who thinks these two should be tied together and be released together.
But I'm perhaps talking to a wall here. If you think I sound like a retard, just realize that I and with me a lot of others are in the programming trenches each day working with the stuff you talk about and write about. We know a lot of stuff is not working for 100% and we also know it will be fixed with the new version. If that version is slipping away it IS a big deal for the developers in the trenches. You may think everything is nice and dandy with .NET 1.1 and VS.NET 2003. It isn't. A lot of it is usable, but also a lot of it isn't that great. Please remember that next time you think you know what's important to ALL of the .NET users.
Also, your reference to Carmack is a lot more accurate than you realize. As far as I know, Id is still considering delaying Doom3 PC so it ships at the same time as Doom3 Xbox. You are living in a dream world if you think "when it's ready" still applies. Developers have a right to be upset.
I've been waiting for bug fixes for 2 freak'n years. You don't think I have the right to be upset about that? I've been waiting for a bugfix that VS 2005 claims as a '
feature'.
Wally
I happen to think that the features will be worth spending the extra time and effort of using beta tools and reading unimplemented specs for design, it makes it a tougher sell.
>Fast, Cheap. You may choose two."
So you're saying its not going to be fast, but it will be good and cheap? Exactly how cheap?
Comments are closed.