.NET Framework 2.0• A new hosting API for native applications wishing to host an instance of the .NET runtime• Full 64-bit support for both the x64 and the IA64 hardware platforms.• Language support for Generics built directly into the .NET CLR.• Many additional and improved ASP.NET web controls.• New data controls with declarative data binding.• New personalization features for ASP.NET, such as support for themes, skins and webparts..NET Framework 3.0• Windows Presentation Foundation (WPF), formerly code-named Avalon; a new user interface subsystem and APIbased on XML and vector graphics, which will make use of 3D computer graphics hardware and Direct3Dtechnologies.• Windows Communication Foundation (WCF), formerly code-named Indigo; a service-oriented messaging systemwhich allows programs to interoperate locally or remotely similar to web services.• Windows Workflow Foundation (WWF) allows for building of task automation and integrated transactions usingworkflows.• Windows CardSpace (WCS), formerly code-named InfoCard; a software component which securely stores aperson's digital identities and provides a unified interface for choosing the identity for a particular transaction, such aslogging in to a website.2.0 => framework that shipped with VS 2005 VB 8.0 / C# 2.03.0 => same framework as 2.0 + WCF + WPF + WF3.5 => all the above + LINQ technologies and will ship with the next VS including VB 9.0 and C#
Posted septembre 11, 2007A lot of people get crazy with all this version. So, I will try to sum up what isdifference between all this releases!
.NET framework 1.1 :
It is the basic framework, so, I will not take the time to explain what is inside becauseI have ever talk enough about it…
.NET framework 2.0:
It is bring a lot of evolution in class of the framework and refactor some control.The other big evolution here is on language with support of :