0% found this document useful (0 votes)
2 views

Version History

Uploaded by

shashankamradi3
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views

Version History

Uploaded by

shashankamradi3
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 7

Certainly! Here’s a brief history of the .

NET Core versions:

 .NET Core 1.0 - Initial release on June 27, 20161.


 .NET Core 1.1 - Released on November 16, 20161.
 .NET Core 2.0 - Released on August 14, 20171.
 .NET Core 2.1 (LTS) - Released on May 30, 2018, and reached end of life on August
21, 20212.
 .NET Core 2.2 - Released on December 4, 2018, and reached end of life on December
23, 20192.
 .NET Core 3.0 - Released on September 23, 2019, and reached end of life on March 3,
20202.
 .NET Core 3.1 (LTS) - Released on December 3, 2019, and reached end of life on
December 13, 20222.
 .NET 5.0 - Released on November 10, 2020, marking the transition from “.NET Core” to
“.NET” and reached end of life on May 10, 20222.
 .NET 6.0 (LTS) - Released on November 8, 2021, with end of life scheduled for
November 12, 20242.
 .NET 7.0 - Released on November 8, 2022, with end of life scheduled for May 14, 20242.
 .NET 8.0 (LTS) - Released on November 14, 2023, with end of life scheduled for
November 10, 20262.
 .NET 9.0 (Preview) - The latest preview, 9.0.0-preview.3, was released on April 11,
20243.

Angular has seen a number of updates over the years. Here’s a summary of Angular’s version
history up to 2024, including the years when major updates were released:

 Angular 17: Released in November 20231.


 Angular 16: Released in March 20231.
 Angular 15: Released in November 20221.
 Angular 14: Released in June 20221.
 Angular 13: Released in November 20211.
 Angular 12: Released in May 20211.
 Angular 11: Released in November 20201.
 Angular 10: Released in June 20201.
 Angular 9: Released in February 20201.
 Angular 8: Released in May 20191.
 Angular 7: Released in October 20181.
 Angular 6: Released in May 20181.
 Angular 5: Released in November 20171.
 Angular 4: Released in March 20171.
 Angular 3: Skipped.
 Angular 2: Released in September 20161.

Each major release typically includes significant new features and changes. Minor releases and
patches are also part of the versioning, providing bug fixes and smaller improvements. For
detailed information on each version’s features and compatibility, you can refer to Angular’s
official documentation1.

The Windows Communication Foundation (WCF), previously known as Indigo, is a framework


for building service-oriented applications. Here’s a brief history of WCF versions:

 WCF 3.0: Introduced with .NET Framework 3.0 and Visual Studio 2005. This was the
first version of WCF, which included features like Address, Binding, Contract, Sessions,
Instancing, and Concurrency management1.
 WCF 3.5: Released with .NET Framework 3.5 and Visual Studio 2008. It added support
for REST style services, ASP.NET AJAX integration, JSON support, and additional WS*
specifications2.
 WCF 4.0: Came with .NET Framework 4.0 and Visual Studio 2010. It introduced
features like simple configuration, serialization enhancements, support for WS-
Discovery, routing service, and standard endpoints2.
 WCF 4.5: Accompanied by .NET Framework 4.5 and Visual Studio 2012. This version
brought task-based async support, contract-first development, WCF configuration
validation, WebSocket support, and more2.

.NET Core 1.0, released in 2016, initially did not support WCF server-side code. However, WCF
support was later added to the platform with support for .NET Core 3.1, .NET 5, and .NET 6 in
20221. The latest stable release of WCF is v3.4.0, which was released on August 18, 20221.

For more detailed information, you can visit the official Wikipedia page or the DotNetTricks
website which provides a comprehensive version history of WCF.

Certainly! Here’s a summary of the version history for Microsoft SQL Server:

 SQL Server 2022 (Version 16.0): Codename Dallas, released on November 16, 2022,
with support ending on January 11, 20281.
 SQL Server 2019 (Version 15.0): Codename Aris Seattle, released on November 4,
2019, with support ending on January 7, 20251.
 SQL Server 2017 (Version 14.0): Codename vNext, released on October 2, 2017, with
support ending on October 11, 20221.
 SQL Server 2016 (Version 13.0): Released on June 1, 2016, with support ending on July
13, 20211.
 SQL Server 2014 (Version 12.0): Codename Hekaton, released on April 1, 2014, with
support ending on July 9, 20191.
 SQL Server 2012 (Version 11.0): Codename Denali, released on March 6, 2012, with
support ending on July 11, 20171.
 SQL Server 2008 R2 (Version 10.50): Codename Kilimanjaro, released on April 21,
2010, with support ending on July 9, 20191.
 SQL Server 2008 (Version 10.0): Codename Katmai/Akaida, released on August 7,
2008, with support ending on July 8, 20141.
 SQL Server 2005 (Version 9.0): Released with support that has now ended1.

Earlier versions, including SQL Server 2000, 7.0, 6.5, and 6.0, are also part of the history but are
now considered obsolete and out of support.

For detailed information on each version, including updates and cumulative updates, you can
refer to the official Microsoft documentation or the SQL Server versions list12. Please note that
starting from SQL Server 2017, Microsoft no longer releases Service Packs1.

Entity Framework (EF) has a rich history of versions and updates. Here’s a brief overview of its
evolution:

 EF6: The first version of Entity Framework was released in 2008, as part of .NET
Framework 3.5 SP1 and Visual Studio 2008 SP1. Starting with EF4.1, it was shipped as
the EntityFramework NuGet Package. EF6 marked a significant change as it became an
open-source project and moved completely out of band from the .NET Framework1.
 EF Core: In June 2016, EF Core 1.0 was released. It’s based on a new codebase and is
designed as a more lightweight and extensible version of EF. The main focus of
development for the Entity Framework team at Microsoft has shifted to EF Core2.

Here are some of the major releases for EF Core:

 EF Core 1.0 & 1.1: Released as part of .NET Standard 1.3.


 EF Core 2.0, 2.1 & 2.2: Released as part of .NET Standard 2.0.
 EF Core 3.0 & 3.1: Released as part of .NET Standard 2.1 and 2.0 respectively.
 EF Core 5.0: Released as part of .NET Standard 2.1.
 EF Core 6.0: Released as part of .NET 6, with long-term support (LTS) until November
12, 2024.
 EF Core 7.0: Released as part of .NET 6, supported until May 14, 2024.
 EF Core 8.0: Released as part of .NET 8, supported until November 10, 2026.
 EF Core 9.0: The next planned stable release is scheduled for November 20242.

For detailed information on the new features introduced in each release, you can refer to the
official Microsoft documentation12. Remember, it’s always recommended to use the latest patch
of a given release for security and stability.

Certainly! Here’s a brief history of ASP.NET MVC versions:

 ASP.NET MVC 1.0


o Visual Studio: 2008
o .NET Framework: 3.5
o Release Date: 13-Mar-2009
oFeatures: MVC architecture, routing, HTML helpers, Ajax helpers, auto-binding1.
 ASP.NET MVC 2.0
o Visual Studio: 2008, 2010
o .NET Framework: 3.5/4.0
o Release Date: 10-Mar-2010
o Features: Areas, asynchronous controllers, HTML helper methods with lambda
expressions, DataAnnotations attributes, client-side validation, custom templates,
scaffolding1.
 ASP.NET MVC 3.0
o Visual Studio: 2010
o .NET Framework: 4.0
o Release Date: 13-Jan-2011
o Features: Unobtrusive JavaScript validation, Razor view engine, global filters,
remote validation, dependency resolver for IoC, ViewBag1.
 ASP.NET MVC 4.0
o Visual Studio: 2010 SP1, 2012
o .NET Framework: 4.0/4.5
o Release Date: 15-Aug-2012
o Features: Mobile project template, bundling and minification, support for
Windows Azure SDK1.
 ASP.NET MVC 5.0
o Visual Studio: 2013
o .NET Framework: 4.5
o Release Date: 17-Oct-2013
o Features: Authentication filters, Bootstrap support, new scaffolding items,
ASP.Net Identity1.
 ASP.NET MVC 5.2
o Visual Studio: 2013
o .NET Framework: 4.5
o Release Date: 28-Aug-2014
o Features: Attribute-based routing, bug fixes, and minor features update1.
 ASP.NET MVC 5.2.9 - Current
o Visual Studio: 2022
o .NET Framework: 4.5
o Release Date: June-2022
o Features: ASP.NET MVC framework can be installed as a NuGet package1.

For more detailed information, you can visit the official ASP.NET MVC repository on GitHub or
check out the documentation on the official Microsoft website. If you’re looking for information
on a specific version or feature, feel free to ask!

HTML, or Hyper Text Markup Language, has a rich history of development since its inception.
Here’s a brief overview of its version history:

 HTML 1.0: The first version of HTML was written by Tim Berners-Lee in 19931.
 HTML 2.0: Published in 1995, it became the standard for website design until 19972.
 HTML 3.2: Introduced by the World Wide Web Consortium (W3C) in 1997, adding
more features to the language3.
 HTML 4.0: Followed in 1998, with further improvements and standardization3.
 HTML 4.01: Became an official standard in December 1999 and was widely used
throughout the 2000s4.
 XHTML: A rewrite of HTML as an XML language, aiming for more strict syntax rules4.
 HTML5: The current major version of HTML, known as HTML5, was finalized and
published in 2012. It introduced new elements like <canvas> for drawing, and <video>
and <audio> elements for media playback1.

HTML continues to evolve as part of the Living Standard, with ongoing updates and
improvements to meet the modern web’s demands1. The development of HTML is now overseen
by the WHATWG (Web Hypertext Application Technology Working Group), which maintains
the HTML Living Standard1. This means that HTML is continuously updated, and new features
are added as the web grows and changes.

Certainly! Here’s a brief history of CSS (Cascading Style Sheets):

 1994: CSS was first proposed by Håkon Wium Lie on October 10, 19941.
 1996: The first version of CSS, known as CSS1, was released on December 17, 19961.
 1998: CSS2 was published, and work on CSS3 began. Unlike previous versions, CSS3
was divided into separate modules2.
 2016: The latest revision of CSS2, known as CSS 2.1: Level 2 Revision 1, was released
on April 12, 20161.

CSS is a style sheet language used to describe the presentation of documents written in HTML or
XML. It’s a cornerstone technology of the World Wide Web, alongside HTML and JavaScript.
The separation of content and presentation with CSS improves accessibility, provides more
flexibility and control, and allows for different styles for different rendering methods, such as on-
screen, in print, or by voice1.

The CSS specifications are maintained by the World Wide Web Consortium (W3C), and the
development of CSS has been a collaborative effort among various individuals and organizations
over the years13.

ASP.NET is a server-side web-application framework designed for web development to produce


dynamic web pages. It was developed by Microsoft to allow programmers to build dynamic
websites, applications, and services. Here’s a brief history of ASP.NET:

 Initial Release: ASP.NET was first released in January 2002 with version 1.0 of
the .NET Framework1.
 Programming Models: Over the years, ASP.NET has supported various programming
models such as Web Forms, MVC, Web Pages, Web API, and more1.
 ASP.NET Core: In 2016, Microsoft released ASP.NET Core, a re-implementation of
ASP.NET as a modular web framework that is open-source and cross-platform1.

ASP.NET has evolved significantly since its inception, adapting to the changes and
advancements in web development technologies. It started as a successor to Microsoft’s Active
Server Pages (ASP) technology and has grown to include a wide range of tools and frameworks,
enabling developers to create rich and dynamic web applications.

Visual Studio is an integrated development environment (IDE) developed by Microsoft, used for
developing a variety of computer programs, including websites, web apps, web services, and
mobile apps. Here’s a brief history of Visual Studio:

 Visual Studio 97: The first version, released in 1997 with version number 5.01.
 Evolution: Over the years, Visual Studio has seen numerous updates and versions, each
adding more features and supporting new technologies.
 Latest Release: As of April 15, 2024, the stable release is Visual Studio 2022, version
17.9.62.
 Supported Languages: It supports 36 different programming languages, with built-in
languages like C, C++, C++/CLI, Visual Basic .NET, C#, F#, JavaScript, TypeScript,
XML, XSLT, HTML, and CSS. Support for other languages such as Python, Ruby,
Node.js, and M is available via plug-ins2.
 Community Edition: The most basic edition of Visual Studio, the Community edition, is
available free of charge2.
 Support Lifecycle: Visual Studio 2013, 2015, and 2017 are on Extended Support, while
2019 is on Mainstream Support. Visual Studio 2022 is the current production-ready
version as of February 19, 20242.

For a comprehensive history, you can visit the Visual Studio Wikipedia page2. If you need more
specific information or have any other questions, feel free to ask!

Visual Studio Code (VS Code) has a feature called the Timeline that allows you to view the
local history of files. This feature is built into VS Code and provides a way to see the changes
made to your files locally over time. Here’s how you can use it:

1. Open a specific file in VS Code.


2. Click on TIMELINE in the Sidebar to expand the menu.
3. Make sure to select a file first and then expand the timeline menu.
4. Anytime a file is saved, a new entry appears in the Timeline view.

Each entry in the Timeline view contains the full contents of the file at the time the entry was
created. You can compare different versions of the file, restore previous versions, and even find
and restore files that you’ve already deleted12.
If you’re looking for a way to restore a previous version of a file, you can right-click on the
version you want to restore in the Timeline and select Restore Contents. This feature is
particularly useful if you’ve lost changes due to a git checkout to another branch or a hard reset 1.

For more detailed information on viewing and restoring file versions in VS Code, you might find
the articles and discussions on platforms like Stack Overflow helpful12.

Team Foundation Server (TFS), now known as Azure DevOps Server, has a rich history of
updates and versions. Here’s a brief overview of its version history:

 TFS 2015: This version saw multiple updates, with Update 4 being the last one released.
 TFS 2017: Similarly, this version had several updates, culminating in Update 3.
 TFS 2018: This was the last version to be released under the TFS name before it
transitioned to Azure DevOps Server. It also had multiple updates1.

In 2018, Microsoft rebranded TFS to Azure DevOps Services, and the latest stable release was in
December 20222. Azure DevOps Server provides version control, reporting, requirements
management, project management, automated builds, testing, and release management
capabilities. It covers the entire application lifecycle and enables DevOps capabilities.

For detailed release notes and the complete history, you can visit the official Microsoft Learn
page for Azure DevOps Server & TFS. If you’re looking for information on a specific version or
update, you can use the version picker on the Microsoft Learn page to navigate to the relevant
documentation3.

You might also like