66435 members! Sign up to stay informed.

Sponsored Links


Resources

.NET Research Library
Get .NET related white papers, case studies and webcasts

News News News Messages: 14 Messages: 14 Messages: 14 Printer friendly Printer friendly Printer friendly Post reply Post reply Post reply XML XML XML

Yukon, Whidbey to slip into 2005

Posted by: Ted Neward on March 11, 2004 DIGG
In an effort to "better focus on quality", Microsoft announced yesterday that the next-generation SQL Server (code-named Yukon) and .NET (code-named Whidbey) will not ship until 2005, so as to allow for an extra round of beta-testing before release. Both had been planned for "the second half of 2004".



Of particular interest is that this will mean that customers who'd bought Microsoft's two- to three-year window license window (which would include a free upgrade when it came out) will now have to buy new licenses for the new versions of the product. Tongues are wagging as a result.



Yukon was originally scheduled to ship in 2003.



Read the InfoWorld article on this story, the ZDNet story, and the analysis by Mary Jo Foley.

Threaded replies

·  Yukon, Whidbey to slip into 2005 by Ted Neward on Thu Mar 11 13:37:48 EST 2004
  ·  Yukon, Whidbey to slip into 2005 by Mathew Nolton on Thu Mar 11 18:10:50 EST 2004
  ·  Yukon, Whidbey to slip into 2005 by Chris Garty on Thu Mar 11 19:03:10 EST 2004
    ·  Yukon, Whidbey to slip into 2005 by Mathew Nolton on Fri Mar 12 08:58:04 EST 2004
      ·  Generics support - the pity is... by Mike Diehl on Fri Mar 12 10:14:12 EST 2004
        ·  Generics support - the pity is... by Mathew Nolton on Fri Mar 12 10:35:24 EST 2004
          ·  Generics support - the pity is... by Mathew Nolton on Fri Mar 12 11:17:56 EST 2004
          ·  Generics support - the pity is... by Mike Diehl on Fri Mar 12 11:32:34 EST 2004
            ·  Generics support - the pity is... by Henrique Steckelberg on Fri Mar 12 14:16:27 EST 2004
        ·  Generics support - the pity is... by McCorney Severin on Fri Mar 12 14:17:28 EST 2004
          ·  Generics support - the pity is... by Mike Diehl on Fri Mar 12 16:14:08 EST 2004
            ·  Doing generics since 5/2003 by Bertrand Le Roy on Mon Mar 15 20:41:51 EST 2004
          ·  Generics support - the pity is... by Mathew Nolton on Fri Mar 12 17:43:46 EST 2004
  ·  Yukon, Whidbey to slip into 2005 by Star Trooper on Fri Mar 12 23:21:54 EST 2004
    ·  Yukon, Whidbey to slip into 2005 by Rolf Tollerud on Sat Mar 13 04:19:46 EST 2004
  Message #113770 Post reply Post reply Post reply Go to top Go to top Go to top

Yukon, Whidbey to slip into 2005

Posted by: Mathew Nolton on March 11, 2004 in response to Message #113740
I kind of expected this to happen and if it makes a difference in quality I would rather wait as well.



However, I do like the names they decided to go with....Visual Studio 2005 and SqlServer 2005....for a moment there i thought they were going to be one of those names that's tough to remember.....you know like Whidbey or Yukon maybe ;)



-Mathew Nolton

  Message #113774 Post reply Post reply Post reply Go to top Go to top Go to top

Yukon, Whidbey to slip into 2005

Posted by: Chris Garty on March 11, 2004 in response to Message #113740
Increased quality is good, but it is a pity a shifted timeline was the result.



I just hope that the public beta program gets underway shortly so people can start using these great technologies in their applications.

  Message #113818 Post reply Post reply Post reply Go to top Go to top Go to top

Yukon, Whidbey to slip into 2005

Posted by: Mathew Nolton on March 12, 2004 in response to Message #113774
It is a pity. I was hoping to start using generics in a production environment. For example, creating strongly typed collections via a template/generics definition is sorely needed right now.

-Mathew Nolton

  Message #113828 Post reply Post reply Post reply Go to top Go to top Go to top

Generics support - the pity is...

Posted by: Mike Diehl on March 12, 2004 in response to Message #113818
Mathew,



What's even more the pity is that MS and the C# folks have been hyping the onset of Generics support for quite awhile, and yet it looks like J2SE 1.5 is going to beat them to the punch by a good margin.



To me this represents the danger of tightly-coupling (to abuse an architecure term :-) the development framework with the IDE release. Sure they are separate and separately available, but Microsoft has yet to release them independent of one another (i.e., production Framework SDK before corresponding Visual Studio .NET version is ready).





Mike

  Message #113830 Post reply Post reply Post reply Go to top Go to top Go to top

Generics support - the pity is...

Posted by: Mathew Nolton on March 12, 2004 in response to Message #113828
The release of the 2 seem to coincide. Although once released you can get each one independently. I imagine the reason for it is to prevent the competition beating them to the punch with the release of an IDE that does support the framework before them...IMO

-Mathew Nolton

  Message #113847 Post reply Post reply Post reply Go to top Go to top Go to top

Generics support - the pity is...

Posted by: Mathew Nolton on March 12, 2004 in response to Message #113830
Doesn't seem quite fair does it?

  Message #113852 Post reply Post reply Post reply Go to top Go to top Go to top

Generics support - the pity is...

Posted by: Mike Diehl on March 12, 2004 in response to Message #113830
I see what you're saying, but for an IDE competitor to even do that, they'd have to license the Framework to that vendor first. This was how Borland was able to do C# Builder in the first place.



AFAIK - For Microsoft to release the Framework SDK ahead of the VS .NET development environment and still mitigate the risk you describe, all they'd have to do is tie the vendor licensing for IDE work to specific versions (which I suspect they already do).



At the crux of the issue is that Microsoft offerings more and more are becoming tightly-bound to one another, and it creates the domino effect observed here and described by Mary Jo Foley in her editorial (which was quite good at pointing out the REAL impact of these slips).



I find it particularly ironic that Microsoft is playing so strongly in the loose-coupling, message-based framework of architecture today (see Shadowfax, Indigo, .NET in general, etc) and yet seems to be slipping more and more deeply into a monolithic platform stance where many applications and services have overlapping critical paths for development and release.



Mike

  Message #113862 Post reply Post reply Post reply Go to top Go to top Go to top

Generics support - the pity is...

Posted by: Henrique Steckelberg on March 12, 2004 in response to Message #113852



I find it particularly ironic that Microsoft is playing so strongly in the loose-coupling, message-based framework of architecture today (see Shadowfax, Indigo, .NET in general, etc) and yet seems to be slipping more and more deeply into a monolithic platform stance where many applications and services have overlapping critical paths for development and release.



Mike



It is exactly this double-play that drives companies to Java, or that makes companies using Java so afraid or switching to .Net. No matter how "open" MS gets, there will always be some kind of string attached, being it some product, licensing agreement, upgrade path, etc. It may be the best framework ever, but there will always be a "but..."



Henrique Steckelberg

  Message #113864 Post reply Post reply Post reply Go to top Go to top Go to top

Generics support - the pity is...

Posted by: McCorney Severin on March 12, 2004 in response to Message #113828
I am really amazed by you guys sometimes. Whidbey has nothing to do with generics. The generic support for c# has been there for quite some time. Whidbey is more of a product release strategy by MS that is independent of c#/generic. In addition, what is the point if jdk1.5 is out in beta now. By the time jdk1.5 is realeased and all the vendors come up to spec in terms of supporting the features in jdk1.5 that will be some where in 2007. My point being is that by 2005 I will be using c#/generics.



-M

  Message #113879 Post reply Post reply Post reply Go to top Go to top Go to top

Generics support - the pity is...

Posted by: Mike Diehl on March 12, 2004 in response to Message #113864
"Whidbey has nothing to do with generics. "

No, but C# 2.0 does and that is only available when Whidbey is.



"The generic support for c# has been there for quite some time."

Really? Where is that? This is not meant to be sarcastic; if it's available in some other form it's news to me.



"Whidbey is more of a product release strategy by MS that is independent of c#/generic."

True, the original discussion was centered on the delay of Whidbey. The mention of generics just got thrown out as a specific feature of the new release but is really insignificant in the grander scheme of things.



"In addition, what is the point if jdk1.5 is out in beta now. By the time jdk1.5 is realeased and all the vendors come up to spec in terms of supporting the features in jdk1.5 that will be some where in 2007."

There are reverse compilation efforts right now to fold 1.5 code (specifically generics) back into 1.4 compilers. But really so what? I seriously doubt anyone is making platform decisions based on generics support.



"My point being is that by 2005 I will be using c#/generics."

I thought it was supported right now. Why wait? ;-) (Just kidding, I couldn't resist.)



My posts were not meant to fan the Java vs. C# flames, but I stand by my comments on Microsoft's product strategy becoming more and more monolithic as shown by all this. And I am not a Java Community plant; I have been heavily involved with .NET since its inception. That does not preclude me from calling a spade a spade.

  Message #113888 Post reply Post reply Post reply Go to top Go to top Go to top

Generics support - the pity is...

Posted by: Mathew Nolton on March 12, 2004 in response to Message #113864
I too am interested in where you can get a generally available release of .Net that supports generics. I have the PDC bits where there is support for it but nothing i would use for a production system.

-Mathew Nolton

  Message #113900 Post reply Post reply Post reply Go to top Go to top Go to top

Yukon, Whidbey to slip into 2005

Posted by: Star Trooper on March 12, 2004 in response to Message #113740
"Yukon was originally scheduled to ship in 2003."



Quite interesting to see that an extra round of testing is gonna take 2 years!!!



It for sure smells to somethig else...

  Message #113909 Post reply Post reply Post reply Go to top Go to top Go to top

Yukon, Whidbey to slip into 2005

Posted by: Rolf Tollerud on March 13, 2004 in response to Message #113900
Hi Roberto,



Got a little present for you! Read it carefully.



Learning from history!

  Message #114038 Post reply Post reply Post reply Go to top Go to top Go to top

Doing generics since 5/2003

Posted by: Bertrand Le Roy on March 15, 2004 in response to Message #113879
I suppose this is what was referred to: http://research.microsoft.com/projects/clrgen/

Of course, it's not exactly anything you could use in a production environment as it runs over the shared source CLI.

 
New content on TheServerSide.NETNew content on TheServerSide.NETNew content on TheServerSide.NET

DSLs and language interop

Language "mashups" will become more prominent, and developers will become polyglots, one programmer suggests.

VS 2008 Resources

SearchWinDevelopment.com offers an introduction to the language, performance, testing and data management improvements in VS 2008.

VB code downloads home

VBCode.com code snippets cover all aspects of application development, from data binding to security to the user interface.

XAML Learning Guide

Get up to date on XAML best practices with a variety of articles, tutorials and webcasts. [SearchWinDevelopment.com]

Company uses VSTS DB edition to tame workflow

One team's experience with the VSTS DB edition suggests that it can improve workflow for dev teams. It also enhanced Agile efforts. (June 24, Article)

Book: Intro to DSL Tools

Microsoft has begun to include DSL tools in the VSTS kit. A new book by Steve Cook and other VSTS team members helps set the stage. (June 24, Article)

I See the Silverlight Shining!

Cartoon: Be it ever so humble there is no place like your home after you get a Microsoft Home Server . (June 18, Cartoon)

A look at .NET 3.5

Microsoft's Thom Robbins says new technology to highlight in NET 3.5 includes AJAX, LINQ for both C# and VB, as well as tooling enhancements intended to ease the task of building WPF, WF and WCF apps. (June 29, Podcast)

Venkat Subramaniam on AJAX

Venkat Subramaniam discusses AJAX bottlenecks, the tenets of Agile development and more. He spoke at the Ajax Experience. (June 25, Tech Talk)

Building a Claims-Based Security Model in WCF - Part 2

In the second of a two-part series, Michele Leroux Bustamente discusses design decisions related to the claims-based security model. Read the story and walk through the process for creating a set of claims-based utilities to encapsulate claims authorization at the service tier. (May 24, Article)

Introducing the Entity Framework

Understanding why the Entity Framework exists and learning where it can fit into your projects can get you prepared for the eventual release early next year. (May 10, Article)

WCF Security Learning Guide

Resource: This learning guide gives you quick access to useful links on Windows Communication Foundation security information. (April 24, Article)

Brad Abrams: Patterns for successful ASP.NET AJAX development

TSS.NET's Jack Vaughan spoke recently spoke with Microsoft's Brad Abrams to find out what he is seeing in the field and what the chefs in Redmond are cooking. Along the way he discusses patterns of AJAX frameworks. (April 11, Article)

Building a Claims-Based Security Model in WCF

In a two-part series, Michele Leroux Bustamente explains how claims-based security is supported by WCF, and how you can implement a claims-based security model for your services. (March 29, Article)

Authoring workflow using XAML

Windows Workflow Foundation is a new technology that many developers will need to get their heads around. In a brief excerpt adapted from Programming Windows Workflow Foundation: Practical WF Techniques and Examples using XAML and C#, K.Scott Allen considers aspects of workflow definition. (March 22, Chapter Excerpt)

News | Blogs | Discussions | Tech talks | Patterns | Reviews | White Papers | Downloads | Articles | Media kit | About
All Content Copyright ©2007 TheServerSide Privacy Policy
Site Map