Slashdot Mirror


Web 2.0, Meet .Net 3.0

An anonymous reader writes to mention an eWeek article about Microsoft's move to rename WinFX to .Net Framework 3.0. Microsoft has also announced the availability of the beta version of the MSDN Wiki, the company's first step toward allowing customers to contribute to Microsoft's developer documentation. From the article: "It is purely a branding change, company officials said. The gist of the issue is that Microsoft has two successful developer brands in WinFX and .Net, and the company has seen 320,000 downloads of WinFX -- and 700 signed GoLive licenses -- since the December Community Technology Preview, and more than 35 million downloads of the .Net Framework since the November launch. "

10 of 177 comments (clear)

  1. Icredible by reydelamirienda · · Score: 5, Funny

    Wow, how innovative! I wish the PHP documentation had user contributions too...

  2. Web 3.0 by PhreakinPenguin · · Score: 4, Funny

    I'd like to propose that the first standard of Web 3.0 be to stop coining stupid phrases for every day things. Web 2.0, Dot Com's, etc.

    --


    My sig of choice is Marlboro
  3. Re:Web 2.0 beats Net 3.0 by adolfojp · · Score: 5, Informative

    Please, educate yourself before trolling utter rubbish like the one in your comment. Some people might believe it.

    The .NET technology that is used for web browsers is ASP.NET. ASP.NET produces standards compliant xhtml and JavaScript that is sent to your browser. The only place where you will need to upgrade to .NET 3.0 is in the web server. Server side browser technologies never leave the server. They translate its content to something that your browser will understand. When you click "view source" you are not viewing .NET, you are viewing its output.

    You don't need to download .NET 3.0 to run .NET 3.0 browser apps in the same way that you don't need to download PHP, Python, Ruby or Perl to your computer to use Slashdot or Digg or Google, etc.

  4. Active WinFX 3.11 for Workgroups. by MULTICS_$MAN · · Score: 4, Funny

    With dynamic OLE licensing 6.23.0 That's my vote.

  5. Re:Microsoft just seems to be kind of flailing. by AaronBrethorst · · Score: 5, Informative

    I think you mean version 1.1 of the .NET Framework, not 1.3. Also, we published a very detailed list of breaking changes from 1.1 to 2.0 on MSDN. We never take a breaking change lightly, every single one of these would have been reviewed with a great deal of scrutiny to ensure that we really were doing the right thing under the circumstances.

    With regard to .NET 3.0 (no longer WinFX 3.0), it's the next version of the .NET Framework. As a result, it includes new features, like WPF (Avalon), WCF (Indigo), and a ton of other cool, new things. This is merely a marketing change, no more.

    --
    No, but I used to work for Microsoft.
  6. Re:One-upsmanship by Tim+C · · Score: 4, Insightful

    Troll, huh? One fairly major part of the whole Web 2.0 buzz is AJAX. AJAX (at least as it's usually implemented) relies on the XMLHttpRequest object, which was created by MS.

    Now it's true that noone really used it for a long time, partly because it was only implemented by IE. It's also true that you can simulate asynchronous requests using hidden frames (something my company did back in 99), but that also never really took off (and probably won't now).

    I think it's fair to say that MS were ahead of everyone else. I think it's also fair to say that they completely squandered their lead, sitting on a technology that they didn't have the vision to use to the full.

  7. Re:Microsoft just seems to be kind of flailing. by Anonymous+Brave+Guy · · Score: 4, Insightful
    *coughshillcough*

    Given that his .sig says "Yes, I do work for Microsoft" and has done for ages, and also that his comments are generally informed and relevant, I'm not sure how you can call him a shill. :-)

    --
    If you disagree, post your argument. (-1, Overrated) isn't your personal censorship tool for views you don't like.
  8. Re:Microsoft just seems to be kind of flailing. by AaronBrethorst · · Score: 4, Informative

    Actually, I can tell you how to do one better than that. Go to the weblog for my Corporate VP, S. Somasegar, and leave that feedback for him there, or by sending him mail through the Email page. He does read the feedback posted there, and tries to always respond back.

    --
    No, but I used to work for Microsoft.
  9. Re:Microsoft just seems to be kind of flailing. by russryan · · Score: 5, Informative

    The rebranded WinFX (now .NET Framework 3.0) contains the RTM release of .NET Framework 2.0 (the runtime) as well as WPF (Avalon), WWF, and WCF (Indigo). It represents a superset of the 2.0 runtime. Yes, I work there too.

  10. Re:Microsoft just seems to be kind of flailing. by shayborg · · Score: 5, Informative

    You should have to change almost nothing to get a .NET 2.0 app working in .NET 3.0. The new version is essentially .NET 2.0 plus WinFx.