Saturday, 3 August 2024

.net basics updated

 

  • Entity Framework Core is an object-database mapper (and a successor to Entity Framework).
  • .NET Core is a cross-platform software framework developed by Microsoft (and a successor to .NET Framework).

They are two different things, hence uncomparable. The latter is used to develop applications of any kind, the former makes it easy to build data-oriented applications.

Both save you time implementing widely adopted patterns.

Entityframework Core is one O/RM (Object-relational mapping ) that you can use on .net core framework



 .NET 5 through .NET 8 are the ongoing continued development of the .NET Core platform. The "classic" (legacy, Windows-only) .NET Framework ended at v4.8.1 and no new version will be forthcoming


Releases

VersionStart DateEnd Date
.NET 8 (LTS)Nov 14, 2023Nov 10, 2026
.NET 7Nov 8, 2022May 14, 2024
.NET 6.0 (LTS)Nov 8, 2021Nov 12, 2024
.NET 5.0Nov 10, 2020May 10, 2022
.NET Core 3.1 (LTS)Dec 3, 2019Dec 13, 2022
.NET Core 3.0Sep 23, 2019Mar 3, 2020
.NET Core 2.2Dec 4, 2018Dec 23, 2019
.NET Core 2.1 (LTS)May 30, 2018Aug 21, 2021
.NET Core 2.0Aug 14, 2017Oct 1, 2018
.NET Core 1.1Nov 16, 2016Jun 27, 2019
.NET Core 1.0Jun 27, 2016Jun 27, 2019




No comments:

Post a Comment

Power Apps Drag & Drop Kanban code sample

  Introduction: The Kanban Board App Developers at a software company use the Kanban board to show their progress on development tasks and b...