Entity Framework CoreMost computer projects or applications require communication with a database such as MySQL, SQL Server, Oracle, PostgreSQL, etc….
Microsft has a very powerful component that is part of the .NET Core environment, this tool allows us to work with databases in a simple and fast way. we are talking here about the Entity FrameWork Core component.Entity Framework (EF) Core is a lightweight, extensible, open source and cross-platform version of the popular Entity Framework data access technology. EF Core can serve as an object-relational mapper (O/RM), which: Enables .NET developers to work with a database using .NET objects.