- 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
Version | Start Date | End Date |
---|---|---|
.NET 8 (LTS) | ||
.NET 7 | ||
.NET 6.0 (LTS) | ||
.NET 5.0 | ||
.NET Core 3.1 (LTS) | ||
.NET Core 3.0 | ||
.NET Core 2.2 | ||
.NET Core 2.1 (LTS) | ||
.NET Core 2.0 | ||
.NET Core 1.1 | ||
.NET Core 1.0 |
No comments:
Post a Comment