Gå till innehåll

carlr

Medlem
  • Innehållsantal

    2
  • Gick med

  • Besökte senast

Inlägg postade av carlr

  1. Ja du, för att göra en lång historia lite kortare. .NET Framework 3.0 är ju inte någon ny version som "ersätter" .NET Framework 2.0, det är snarare ett komplement. Grunden i 3.0 utgörs av Windows Workflow Foundation (WF), Windows Communication Foundation (WCF), and Windows Presentation Foundation (WPF). Som du kan se av nedan bild så är .NET Framework 3.0 bara en liten del av pogrammeringsmodellen. Såvitt jag har förstått så exkveras all kod och körs genom samma CLR (Common Language Runtime) som .NET Framework 2.0. Så för oss som utvecklar så är det ju extensions för WF, WCF och WPF som är av intresse framöver och det lägger man bara till som nya extensions att arbeta mot (i t.ex. Visual Studio 2005).

    Jag har bara precis börjat fuska runt lite med 3.0 och Atlas (Ajax-komponenterna) så jag återkommer säkert framöver med mer input.  ;D

    Aa480198.netfx30(en-us,MSDN.10).gif

    The .NET Framework 3.0 adds new technologies to the .NET Framework 2.0, which makes the .NET Framework 3.0 a superset of the .NET Framework 2.0. You can think of .NET Framework 3.0 as an "additive" release to the .NET Framework 2.0, as contrasted with a generational release where software is revised across the board. (For example, the .NET Framework 2.0 was a generational release over the .NET Framework 1.0.)

    Because .NET Framework 3.0 is an additive release and uses the core run-time components from .NET Framework 2.0, it is completely backward compatible with the earlier version. Your existing .NET Framework 2.0 based-applications will continue to run without any modifications and you can safely continue your investments using the technologies that shipped with .NET Framework 2.0.

    If you are moving to .NET Framework 3.0 from .NET Framework 1.1 or 1.0, you should perform impact analysis and run compatibility testing prior to deployment. While we have worked to make .NET Framework releases compatible, there are a small number of known incompatibles due to security and significant functionality additions. For more information, see the page Breaking Changes in .NET Framework 2.0 on the Microsoft .NET Developer Center Web site.

    Källa: Deploying Microsoft .NET Framework Version 3.0, Annie Wang, Microsoft Corporation, June 2006

    EDIT: Länkade till en bättre bild.

×
×
  • Skapa nytt...