SlideShare uma empresa Scribd logo
1 de 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

Mais conteúdo relacionado

Mais procurados

Mais procurados (20)

Introduction To Dotnet
Introduction To DotnetIntroduction To Dotnet
Introduction To Dotnet
 
.NET Framework Overview
.NET Framework Overview.NET Framework Overview
.NET Framework Overview
 
C#.NET
C#.NETC#.NET
C#.NET
 
What is dotnet (.NET) ?
What is dotnet (.NET) ?What is dotnet (.NET) ?
What is dotnet (.NET) ?
 
Components of .NET Framework
Components of .NET FrameworkComponents of .NET Framework
Components of .NET Framework
 
.Net framework
.Net framework.Net framework
.Net framework
 
ASP.NET Core MVC + Web API with Overview
ASP.NET Core MVC + Web API with OverviewASP.NET Core MVC + Web API with Overview
ASP.NET Core MVC + Web API with Overview
 
Asp.net architecture
Asp.net architectureAsp.net architecture
Asp.net architecture
 
ASP.NET Web form
ASP.NET Web formASP.NET Web form
ASP.NET Web form
 
.Net Core
.Net Core.Net Core
.Net Core
 
.NET Core, ASP.NET Core Course, Session 6
.NET Core, ASP.NET Core Course, Session 6.NET Core, ASP.NET Core Course, Session 6
.NET Core, ASP.NET Core Course, Session 6
 
.net CLR
.net CLR.net CLR
.net CLR
 
ASP.NET Basics
ASP.NET Basics ASP.NET Basics
ASP.NET Basics
 
ASP.NET Presentation
ASP.NET PresentationASP.NET Presentation
ASP.NET Presentation
 
Introduction to spring boot
Introduction to spring bootIntroduction to spring boot
Introduction to spring boot
 
.Net overview|Introduction Of .net
.Net overview|Introduction Of .net.Net overview|Introduction Of .net
.Net overview|Introduction Of .net
 
Programming in c#
Programming in c#Programming in c#
Programming in c#
 
Introduction to .net framework
Introduction to .net frameworkIntroduction to .net framework
Introduction to .net framework
 
c#.Net Windows application
c#.Net Windows application c#.Net Windows application
c#.Net Windows application
 
Dot Net Core
Dot Net CoreDot Net Core
Dot Net Core
 

Semelhante a Dotnet Frameworks Version History

Net framework
Net frameworkNet framework
Net frameworkArun Pal
 
.Net framework
.Net framework.Net framework
.Net frameworkArun Pal
 
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 PlatformsAniruddha Chakrabarti
 
Net35 Overview
Net35 OverviewNet35 Overview
Net35 Overviewllangit
 
Introdot Netc Sharp En
Introdot Netc Sharp EnIntrodot Netc Sharp En
Introdot Netc Sharp EnGregory 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.pptxNishitPatel409228
 
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 versionsNilanshu Srivastava
 
.Net: Introduction, trends and future
.Net: Introduction, trends and future.Net: Introduction, trends and future
.Net: Introduction, trends and futureBishnu Rawal
 
Net Fundamentals
Net FundamentalsNet Fundamentals
Net FundamentalsAli Taki
 
Evolution of .net frame work
Evolution of .net frame workEvolution of .net frame work
Evolution of .net frame workvc7722
 
Introduction to .net
Introduction to .net Introduction to .net
Introduction to .net Jaya Kumari
 
Overview of .Net Framework
Overview of .Net FrameworkOverview of .Net Framework
Overview of .Net FrameworkNeha Singh
 
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.pdfUjwala Junghare
 
System development using visual studio
System development using visual studioSystem development using visual studio
System development using visual studiojeff23_athisbest
 
Asp.net presentation by gajanand bohra
Asp.net presentation by gajanand bohraAsp.net presentation by gajanand bohra
Asp.net presentation by gajanand bohraGajanand Bohra
 

Semelhante a 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
 

Último

Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxRustici Software
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century educationjfdjdjcjdnsjd
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native ApplicationsWSO2
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProduct Anonymous
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Victor Rentea
 
Ransomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdfRansomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdfOverkill Security
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...DianaGray10
 
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...Orbitshub
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAndrey Devyatkin
 
Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024The Digital Insurer
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MIND CTI
 
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 WoodJuan lago vázquez
 
Spring Boot vs Quarkus the ultimate battle - DevoxxUK
Spring Boot vs Quarkus the ultimate battle - DevoxxUKSpring Boot vs Quarkus the ultimate battle - DevoxxUK
Spring Boot vs Quarkus the ultimate battle - DevoxxUKJago de Vreede
 
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...apidays
 
CNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In PakistanCNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In Pakistandanishmna97
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024The Digital Insurer
 
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 FMESafe Software
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoffsammart93
 

Último (20)

Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptx
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
 
Ransomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdfRansomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdf
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
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...
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 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
 
Spring Boot vs Quarkus the ultimate battle - DevoxxUK
Spring Boot vs Quarkus the ultimate battle - DevoxxUKSpring Boot vs Quarkus the ultimate battle - DevoxxUK
Spring Boot vs Quarkus the ultimate battle - DevoxxUK
 
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
 
CNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In PakistanCNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In Pakistan
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024
 
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
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 

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