SlideShare ist ein Scribd-Unternehmen logo
1 von 23
Microsoft .NET Frameworks Version
History
What is Microsoft .NET
Frameworks
A programming infrastructure created by Microsoft™ for
building, deploying, and running applications and services
that use .NET technologies, such as desktop applications
and Web services. Microsoft .NET Frameworks is a
Software development platform based on virtual machine
based architecture and are designed to support the
programming language independent application
development.
How it Started ?
Microsoft started development of the
.NET Framework in the late 1990s,
originally under the name of Next
Generation Windows Services (NGWS).
Why Microsoft & .NET
Frameworks ?
Platform independence
Language Independence
Language Interoperability
Supports OOP Concepts
Supports Networks Programming
Support Distributed Programming
Supports Multi Threaded Programming
Animation with WPF Programming and LINQ
Primary .NET components
Primary Components
.NET architecture
.NET integrated programming
 Common language runtime(CLR)
.NET System Class Libraries
 DATA and XML
.NET Architecture Overview
Traditional Methodology
C# VB C++ J-script other
Compiler
Intermediate Language
JIT econoJIT PreJIT
Executables
.NET CLR
Compiler
C++
Executable
Existing OS
Machine hardware
.NET Frameworks Versions
History
Generation Version Number Release Date Development
Tool
1.0 1.0.3705.0 2002.02.13 VS .NET
1.1 1.1.1322.537 2003.04.24 VS .NET 2003
2.0 2.0.50727.42 2005.11.07 VS 2005
3.0 3.0.4506.30 2006.11.06
Expression
Blend
3.5 3.5.21022.8 2007.11.19 VS. 2008
4.0 4.0.30319.1 2010.04.12 VS. 2010
4.5 4.5.50709.17929 2012.08.15 VS. 2012
.NET Frameworks Ver. Transition
.NET Frameworks 1.0
 This is the first release of the .NET Framework, released on 13
February 2002
 It was available for Windows 98, Me, NT 4.0, 2000, and XP.
 Mainstream support by Microsoft for this version ended 10 July
2007, and extended support ended 14 July 2009, with the
exception of XP media Center and Tablet PC editions.
.NET Frameworks 1.1
This was Published on 3 April 2003.
This is also a part of the second release of
Microsoft Visual Studio .NET (released as Visual Studio
.NET 2003).
This is the first version of the .NET Framework to be
included as part of the Windows operating system.
Changes b/w .NET 1.0 and 1.1
 Built-in support for mobile ASP.NET controls
 Security changes
 Built-in support for ODBC and Oracle databases.
.NET Compact Framework – a version of the .NET Framework for
small devices.
 Internet Protocol version 6 (IPv6) support.
 Numerous API changes.
.NET Frameworks 2.0
Released with VS 2005, MSSQL 2005, and BizTalk 2006.
It is included as part of Visual Studio 2005 and Microsoft SQL Server
2005.
Version 2.0 without any Service Pack is the last version with support
for Windows 98 and Windows Me.
Version 2.0 with Service Pack 2 requires Windows 2000 with SP4 plus
KB835732 or KB891861 update, Windows XP with SP2 or later
and Windows Installer 3.1 (KB893803-v2)
Changes b/w .NET 1.1 and 2.0
 Language support for generics built directly into the .NET CLR.
 Full 64-bit support for both the x64 and the IA-64 hardware platforms.
 Numerous API changes.
 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,
master pages & web parts.
.NET Micro Framework – a version of the .NET Framework related to the Smart
Personal Objects Technology initiative.
.NET Frameworks 3.0
NET Framework 3.0, formerly called WinFX, was released on 21
November 2006. It includes a new set of managed code
There are no major architectural changes included with this release; .NET
Framework 3.0 uses the Common Language Runtime of .NET Framework
2.0. Version 3.0 of the .NET Framework shipped with Windows Vista. It
also shipped with Windows Server 2008 as an optional component
(disabled by default).
Changes b/w .NET 2.0 and 3.0
NET Framework 3.0, formerly called WinFX, was released on 21
November 2006. It includes four major components
•Windows Presentation Foundation
•Windows Presentation Foundation
•Windows Workflow Foundation
•Windows Card Space
.NET Frameworks 3.5
Version 3.5 of the .NET Framework was released on 19 November 2007
As with .NET Framework 3.0, version 3.5 uses the CLR of version 2.0.
In addition, it installs .NET Framework 2.0 SP1, (installs .NET Framework
2.0 SP2 with 3.5 SP1) and .NET Framework 3.0 SP1 (installs .NET
Framework 3.0 SP2 with 3.5 SP1), which adds some methods and properties
to the BCL classes in version 2.0 which are required for version 3.5 features
such as Language Integrated Query (LINQ).
Changes b/w .NET 3.0 and 3.5
As with previous versions, a new .NET Compact Framework 3.5
was released in tandem with this update in order to provide support
for additional features on Windows Mobile and Windows
Embedded CE devices.
The source code of the Base Class Library in this version has
been partially released.
.NET Frameworks 4.0
Introduced Parallel Extensions , which targets multi-
core or distributed systems. To this end, technologies like PLINQ
(Parallel LINQ), and Task Parallel Library
New Visual Basic .NET and C# language features, such as implicit line
continuations, dynamic dispatch, named parameters, and optional parameters.
Support for Code Contracts.
Inclusion of new types to work with arbitrary-precision
arithmetic (System.Numeric.BigInteger) and complex
numbers(System.Numeric.Complex).
Changes b/w .NET 3.5 and 4.0
 Introduced new things about parallel computing like "dynamic" keyword
and Dynamic Language Routine
 Code contracts
 New background garbage collector
 Compiling only necessary parts of Primary Interoprable Assemblies into
your application, and compatibility/versioning.
Introduced BigInteger and SortedSet classes
.NET Frameworks 4.5
NET Framework 4.5 was released on 15 August 2012.,
Portable Class Libraries
Core New Features and Improvements
Parallel Computing
Windows Presentation Foundation (WPF)
Windows Communication Foundation (WCF)
Windows Workflow Foundation (WF)
Changes b/w .NET 4.0 and 4.5
Support for Windows Runtime
Support for Async Programming
Garbage Collector Improvements
Better Data Access Support
Web Sockets Support
Workflow Support - BCL Support
References
1. https://en.wikipedia.org/wiki/.NET_Framework_version_history
2. http://en.wikipedia.org/wiki/List_of_.NET_Framework_versions
3. http://www.webopedia.com/TERM/D/dot_NET_Framework.html
4. http://www.authorstream.com/Presentation/amolkhanwalkar-827909-ppt-on-net-
framework/
5. http://www.slideworld.com/slideshow.aspx/MSnet-Microsoft-Net-NET-Architecture-NET-
Framework-ppt-2765006
6. http://www.slideworld.com/slideshow.aspx/MSnet-Microsoft-Net-NET-Architecture-NET-
Framework-ppt-2765006
7. http://stackoverflow.com/questions/10492647/differences-between-net-4-0-and-net-4-5-
in-high-level-in-net

Weitere ähnliche Inhalte

Was ist angesagt?

c#.Net Windows application
c#.Net Windows application c#.Net Windows application
c#.Net Windows application
veera
 

Was ist angesagt? (20)

Dotnet Basics Presentation
Dotnet Basics PresentationDotnet Basics Presentation
Dotnet Basics Presentation
 
Presentation on Visual Studio
Presentation on Visual StudioPresentation on Visual Studio
Presentation on Visual Studio
 
Angular
AngularAngular
Angular
 
Introduction to Angularjs
Introduction to AngularjsIntroduction to Angularjs
Introduction to Angularjs
 
Front-end development introduction (HTML, CSS). Part 1
Front-end development introduction (HTML, CSS). Part 1Front-end development introduction (HTML, CSS). Part 1
Front-end development introduction (HTML, CSS). Part 1
 
C#.NET
C#.NETC#.NET
C#.NET
 
Typescript ppt
Typescript pptTypescript ppt
Typescript ppt
 
c#.Net Windows application
c#.Net Windows application c#.Net Windows application
c#.Net Windows application
 
Angular 9
Angular 9 Angular 9
Angular 9
 
Angular Introduction By Surekha Gadkari
Angular Introduction By Surekha GadkariAngular Introduction By Surekha Gadkari
Angular Introduction By Surekha Gadkari
 
Angular
AngularAngular
Angular
 
ADO.NET
ADO.NETADO.NET
ADO.NET
 
Visual Studio IDE
Visual Studio IDEVisual Studio IDE
Visual Studio IDE
 
Angular overview
Angular overviewAngular overview
Angular overview
 
ASP.NET Web form
ASP.NET Web formASP.NET Web form
ASP.NET Web form
 
Dot Net Core
Dot Net CoreDot Net Core
Dot Net Core
 
What is dotnet (.NET) ?
What is dotnet (.NET) ?What is dotnet (.NET) ?
What is dotnet (.NET) ?
 
.Net Core
.Net Core.Net Core
.Net Core
 
Introduction to Spring Framework and Spring IoC
Introduction to Spring Framework and Spring IoCIntroduction to Spring Framework and Spring IoC
Introduction to Spring Framework and Spring IoC
 
Introduction to .net framework
Introduction to .net frameworkIntroduction to .net framework
Introduction to .net framework
 

Ähnlich wie Dotnet Frameworks Version History

Net framework
Net frameworkNet framework
Net framework
Arun Pal
 
.Net framework
.Net framework.Net framework
.Net framework
Arun Pal
 
Introdot Netc Sharp En
Introdot Netc Sharp EnIntrodot Netc Sharp En
Introdot Netc Sharp En
Gregory Renard
 
NET app modernization and Microsoft Azure.pptx
NET app modernization and Microsoft Azure.pptxNET app modernization and Microsoft Azure.pptx
NET app modernization and Microsoft Azure.pptx
NishitPatel409228
 
Net Fundamentals
Net FundamentalsNet Fundamentals
Net Fundamentals
Ali Taki
 
System development using visual studio
System development using visual studioSystem development using visual studio
System development using visual studio
jeff23_athisbest
 
Asp.net presentation by gajanand bohra
Asp.net presentation by gajanand bohraAsp.net presentation by gajanand bohra
Asp.net presentation by gajanand bohra
Gajanand Bohra
 

Ähnlich wie Dotnet Frameworks Version History (20)

Net news
Net newsNet news
Net news
 
Net framework
Net frameworkNet framework
Net framework
 
.Net Migration
.Net Migration .Net Migration
.Net Migration
 
Net framework
Net frameworkNet framework
Net framework
 
.Net framework
.Net framework.Net framework
.Net framework
 
Future of .NET - .NET on Non Windows Platforms
Future of .NET - .NET on Non Windows PlatformsFuture of .NET - .NET on Non Windows Platforms
Future of .NET - .NET on Non Windows Platforms
 
.net frameworks
.net frameworks.net frameworks
.net frameworks
 
Net35 Overview
Net35 OverviewNet35 Overview
Net35 Overview
 
Introdot Netc Sharp En
Introdot Netc Sharp EnIntrodot Netc Sharp En
Introdot Netc Sharp En
 
NET app modernization and Microsoft Azure.pptx
NET app modernization and Microsoft Azure.pptxNET app modernization and Microsoft Azure.pptx
NET app modernization and Microsoft Azure.pptx
 
Evolution of .NET Framework and Features of different versions
Evolution of .NET Framework and Features of different versionsEvolution of .NET Framework and Features of different versions
Evolution of .NET Framework and Features of different versions
 
.Net: Introduction, trends and future
.Net: Introduction, trends and future.Net: Introduction, trends and future
.Net: Introduction, trends and future
 
Net Fundamentals
Net FundamentalsNet Fundamentals
Net Fundamentals
 
Evolution of .net frame work
Evolution of .net frame workEvolution of .net frame work
Evolution of .net frame work
 
Introduction to .net
Introduction to .net Introduction to .net
Introduction to .net
 
Overview of .Net Framework
Overview of .Net FrameworkOverview of .Net Framework
Overview of .Net Framework
 
Unit I- Introduction to .NET Framework.pdf
Unit I- Introduction to .NET Framework.pdfUnit I- Introduction to .NET Framework.pdf
Unit I- Introduction to .NET Framework.pdf
 
Microsoft.pdf
Microsoft.pdfMicrosoft.pdf
Microsoft.pdf
 
System development using visual studio
System development using visual studioSystem development using visual studio
System development using visual studio
 
Asp.net presentation by gajanand bohra
Asp.net presentation by gajanand bohraAsp.net presentation by gajanand bohra
Asp.net presentation by gajanand bohra
 

Kürzlich hochgeladen

Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Safe Software
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Safe Software
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Victor Rentea
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
WSO2
 

Kürzlich hochgeladen (20)

DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor Presentation
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024
 
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
 
Vector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptxVector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptx
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
Exploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusExploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with Milvus
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
 
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
 
Understanding the FAA Part 107 License ..
Understanding the FAA Part 107 License ..Understanding the FAA Part 107 License ..
Understanding the FAA Part 107 License ..
 
WSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering DevelopersWSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering Developers
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 

Dotnet Frameworks Version History

  • 1. Microsoft .NET Frameworks Version History
  • 2. What is Microsoft .NET Frameworks A programming infrastructure created by Microsoft™ for building, deploying, and running applications and services that use .NET technologies, such as desktop applications and Web services. Microsoft .NET Frameworks is a Software development platform based on virtual machine based architecture and are designed to support the programming language independent application development.
  • 3. How it Started ? Microsoft started development of the .NET Framework in the late 1990s, originally under the name of Next Generation Windows Services (NGWS).
  • 4. Why Microsoft & .NET Frameworks ? Platform independence Language Independence Language Interoperability Supports OOP Concepts Supports Networks Programming Support Distributed Programming Supports Multi Threaded Programming Animation with WPF Programming and LINQ
  • 5. Primary .NET components Primary Components .NET architecture .NET integrated programming  Common language runtime(CLR) .NET System Class Libraries  DATA and XML
  • 7. Traditional Methodology C# VB C++ J-script other Compiler Intermediate Language JIT econoJIT PreJIT Executables .NET CLR Compiler C++ Executable Existing OS Machine hardware
  • 8. .NET Frameworks Versions History Generation Version Number Release Date Development Tool 1.0 1.0.3705.0 2002.02.13 VS .NET 1.1 1.1.1322.537 2003.04.24 VS .NET 2003 2.0 2.0.50727.42 2005.11.07 VS 2005 3.0 3.0.4506.30 2006.11.06 Expression Blend 3.5 3.5.21022.8 2007.11.19 VS. 2008 4.0 4.0.30319.1 2010.04.12 VS. 2010 4.5 4.5.50709.17929 2012.08.15 VS. 2012
  • 9. .NET Frameworks Ver. Transition
  • 10. .NET Frameworks 1.0  This is the first release of the .NET Framework, released on 13 February 2002  It was available for Windows 98, Me, NT 4.0, 2000, and XP.  Mainstream support by Microsoft for this version ended 10 July 2007, and extended support ended 14 July 2009, with the exception of XP media Center and Tablet PC editions.
  • 11. .NET Frameworks 1.1 This was Published on 3 April 2003. This is also a part of the second release of Microsoft Visual Studio .NET (released as Visual Studio .NET 2003). This is the first version of the .NET Framework to be included as part of the Windows operating system.
  • 12. Changes b/w .NET 1.0 and 1.1  Built-in support for mobile ASP.NET controls  Security changes  Built-in support for ODBC and Oracle databases. .NET Compact Framework – a version of the .NET Framework for small devices.  Internet Protocol version 6 (IPv6) support.  Numerous API changes.
  • 13. .NET Frameworks 2.0 Released with VS 2005, MSSQL 2005, and BizTalk 2006. It is included as part of Visual Studio 2005 and Microsoft SQL Server 2005. Version 2.0 without any Service Pack is the last version with support for Windows 98 and Windows Me. Version 2.0 with Service Pack 2 requires Windows 2000 with SP4 plus KB835732 or KB891861 update, Windows XP with SP2 or later and Windows Installer 3.1 (KB893803-v2)
  • 14. Changes b/w .NET 1.1 and 2.0  Language support for generics built directly into the .NET CLR.  Full 64-bit support for both the x64 and the IA-64 hardware platforms.  Numerous API changes.  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, master pages & web parts. .NET Micro Framework – a version of the .NET Framework related to the Smart Personal Objects Technology initiative.
  • 15. .NET Frameworks 3.0 NET Framework 3.0, formerly called WinFX, was released on 21 November 2006. It includes a new set of managed code There are no major architectural changes included with this release; .NET Framework 3.0 uses the Common Language Runtime of .NET Framework 2.0. Version 3.0 of the .NET Framework shipped with Windows Vista. It also shipped with Windows Server 2008 as an optional component (disabled by default).
  • 16. Changes b/w .NET 2.0 and 3.0 NET Framework 3.0, formerly called WinFX, was released on 21 November 2006. It includes four major components •Windows Presentation Foundation •Windows Presentation Foundation •Windows Workflow Foundation •Windows Card Space
  • 17. .NET Frameworks 3.5 Version 3.5 of the .NET Framework was released on 19 November 2007 As with .NET Framework 3.0, version 3.5 uses the CLR of version 2.0. In addition, it installs .NET Framework 2.0 SP1, (installs .NET Framework 2.0 SP2 with 3.5 SP1) and .NET Framework 3.0 SP1 (installs .NET Framework 3.0 SP2 with 3.5 SP1), which adds some methods and properties to the BCL classes in version 2.0 which are required for version 3.5 features such as Language Integrated Query (LINQ).
  • 18. Changes b/w .NET 3.0 and 3.5 As with previous versions, a new .NET Compact Framework 3.5 was released in tandem with this update in order to provide support for additional features on Windows Mobile and Windows Embedded CE devices. The source code of the Base Class Library in this version has been partially released.
  • 19. .NET Frameworks 4.0 Introduced Parallel Extensions , which targets multi- core or distributed systems. To this end, technologies like PLINQ (Parallel LINQ), and Task Parallel Library New Visual Basic .NET and C# language features, such as implicit line continuations, dynamic dispatch, named parameters, and optional parameters. Support for Code Contracts. Inclusion of new types to work with arbitrary-precision arithmetic (System.Numeric.BigInteger) and complex numbers(System.Numeric.Complex).
  • 20. Changes b/w .NET 3.5 and 4.0  Introduced new things about parallel computing like "dynamic" keyword and Dynamic Language Routine  Code contracts  New background garbage collector  Compiling only necessary parts of Primary Interoprable Assemblies into your application, and compatibility/versioning. Introduced BigInteger and SortedSet classes
  • 21. .NET Frameworks 4.5 NET Framework 4.5 was released on 15 August 2012., Portable Class Libraries Core New Features and Improvements Parallel Computing Windows Presentation Foundation (WPF) Windows Communication Foundation (WCF) Windows Workflow Foundation (WF)
  • 22. Changes b/w .NET 4.0 and 4.5 Support for Windows Runtime Support for Async Programming Garbage Collector Improvements Better Data Access Support Web Sockets Support Workflow Support - BCL Support
  • 23. References 1. https://en.wikipedia.org/wiki/.NET_Framework_version_history 2. http://en.wikipedia.org/wiki/List_of_.NET_Framework_versions 3. http://www.webopedia.com/TERM/D/dot_NET_Framework.html 4. http://www.authorstream.com/Presentation/amolkhanwalkar-827909-ppt-on-net- framework/ 5. http://www.slideworld.com/slideshow.aspx/MSnet-Microsoft-Net-NET-Architecture-NET- Framework-ppt-2765006 6. http://www.slideworld.com/slideshow.aspx/MSnet-Microsoft-Net-NET-Architecture-NET- Framework-ppt-2765006 7. http://stackoverflow.com/questions/10492647/differences-between-net-4-0-and-net-4-5- in-high-level-in-net