Wednesday 29 March 2017

.Net Version Release history

.Net Version Release history
.Net Version
Release Date
Tool
Feature
1.0
2002
Visual Studio .Net
·         First release of .net
1.1
2003
Visual Studio 2003
·         Support for ASP.Net mobile controls
·         Supports side-by-side execution
·         Security Changes
2.0
2005
Visual Studio 2005
·         Generics (with generic collection)
·         Nullable Types
·         Support of IPv6 addresses in .net remoting
·         Common Language Runtime 2.0
3.0
2006
·         WCF (Communication framework)
·         WPF (Presentation framework)
·         WF (Workflow Foundation)
3.5
2008
Visual Studio 2008
·         LINQ
·         Addin / Plugin Model (System.AddIn.Contract.dll)
4.0
2010
Visual Studio 2010
·         Parallel Computing
·         Code Contracts
·         Lazy Initialization
·         Dynamic Language Runtime
·         In-process side-by-side hosting
·         Background garbage collection
·         Covariance and Contravariance
·         Common Language Runtime 4.0
4.5
2012
Visual Studio 2012
·         Enhanced regular expression support
·         Default culture for application domain
·         Zip compression
·         Support of array with size more than 2GB
·         Asynchronous file operation
·         Improvement in parallel computing
4.5.1
2013
Visual Studio 2013
·         Debugger support for X64 edit and continue (EnC)
·         Debugger support for seeing managed return values
·         Async-aware debugging in the Call Stack and Tasks windows
·         Debugger support for analyzing .NET memory dumps (in the Visual Studio Ultimate SKU)
·         Tools for .NET developers in the Performance and Diagnostics hub
·         Code Analysis UI improvements
·         ADO.NET idle connection resiliency
4.5.2
2014
Visual studio 2013
·         For Windows Forms applications, improvements were made for high DPI scenarios.
·         For ASP.NET, higher reliability HTTP header inspection and modification methods are available as is a new way to schedule background asynchronous worker tasks
4.6
2015
Visual Studio 2015
·         Introduced RyuJIT, a new JIT compiler for 64-bit systems
·         Introduced Open Source .Net Framework Packages
·         Support for Code page encodings
·         Improvements to event tracing

4.6.1
2015
Visual Studio 2015
·         WPF improvements for spell check, support for per-user custom dictionaries and improved touch performance.
·         Enhanced support for Elliptic Curve Digital Signature Algorithm (ECDSA) X509 certificates.
·         Added support in SQL Connectivity for AlwaysOn, Always Encrypted and improved connection open resiliency when connecting to Azure SQL Database.
·         Azure SQL Database now supports distributed transactions using the updated System.Transactions APIs .
·         Many other performance, stability, and reliability related fixes in RyuJIT, GC, WPF and WCF.

4.6.2
2016
Visual Studio 2015
·         Support for paths longer than 260 characters
·         Support for FIPS 186-3 DSA in X.509 certificates
·         TLS 1.1/1.2 support for ClickOnce
·         Support for localization of data annotations in ASP.NET
·         Enabling .NET desktop apps with Project Centennial
·         Soft keyboard and per-monitor DPI support for WPF



No comments:

Post a Comment